Rename changes and validation fixes #89
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR renames the
dataset
directories under the package todata_stream
andconfig_templates
topolicy_templates
in themanifest.yml
file.This PR needs to be coordinated with elastic/kibana#78699
The easiest way to review this PR is commit by commit. Here's what each commit does:
Making validation changes and new elastic-package
dataset
todata_stream
directory changeconfig_templates
changeelastic-package
toolrenaming fields and using new elastic-package linter
index_template.mappings
to the expanded format because the package spec validator doesn't support both formats right now, it's only the expanded object styledata_stream
dataset
references in the scriptsPulling in the new elastic-package for linting and validation
elastic-package
tool with thehistogram
field fix so the endpoint package doesn't fail validationAdding in lint to make command
elastic-package lint
command during themake
process to ensure that the package is still validReferences:
https://github.com/elastic/integrations-dev/issues/162
datasets
->data_streams
propertydatasets.name
->data_streams.dataset
property/dataset
->/data_stream
directoryconfig_templates
->policy_templates
property