We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary
Add a Flag in the ECS Generator to explicitly exclude one or more fields from the generated artifacts
Motivation:
Simplify Testing of Deprecation/Removal of Fields, avoiding need to generate a subset of e.g. all but one field
Detailed Design:
Add a flag "--excludeset" e.g.
python scripts/generator.py --ref v1.6.0 \ --exclude-set ../my-project/fields/exclude-set.yml \ --include ../my-project/fields/custom/ \ --mapping-settings ../my-project/fields/mapping-settings.json \ --out ../my-project/ \ --subset ../my-project/fields/subset.yml \ --template-settings ../my-project/fields/template-settings.json
To be defined ad-hoc
--- - name: log fields: - name: original
n/a
See: https://github.com/elastic/ecs/blob/master/rfcs/text/0017-remove-log-original.md https://github.com/elastic/ecs/blob/master/rfcs/text/0022-remove-process-ppid.md
The text was updated successfully, but these errors were encountered:
@djptek is this good to close?
Sorry, something went wrong.
Thanks for the reminder @kgeller this is addressed by merged PR #1411, closing
djptek
No branches or pull requests
Summary
Add a Flag in the ECS Generator to explicitly exclude one or more fields from the generated artifacts
Motivation:
Simplify Testing of Deprecation/Removal of Fields, avoiding need to generate a subset of e.g. all but one field
Detailed Design:
Add a flag "--excludeset" e.g.
To be defined ad-hoc
n/a
See:
https://github.com/elastic/ecs/blob/master/rfcs/text/0017-remove-log-original.md
https://github.com/elastic/ecs/blob/master/rfcs/text/0022-remove-process-ppid.md
The text was updated successfully, but these errors were encountered: