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
Description of the problem including expected versus actual behavior: Generator does not write the property: ignore_above for field type: flattened
ignore_above
flattened
Steps to reproduce:
Create a field in a field set that is flattened with the ignore above key
- name: enrichment_data level: custom type: flattened description: >- Flattened object of enrichment data. ignore_above: 1024
Please include a minimal but complete recreation of the problem.
Provide logs (if relevant):
Generated component template
{ "_meta": { "ecs_version": "8.8.0" }, "template": { "mappings": { "properties": { "enrichment_data": { "type": "flattened" } } } } }
Any additional context: This key is necessary so elasticsearch does not try to index fields with large values.
Note: Adding the property after the component template is generated works as a temporary workaround.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description of the problem including expected versus actual behavior:
Generator does not write the property:
ignore_above
for field type:flattened
Steps to reproduce:
Create a field in a field set that is flattened with the ignore above key
Please include a minimal but complete recreation of the problem.
Provide logs (if relevant):
Generated component template
Any additional context:
This key is necessary so elasticsearch does not try to index fields with large values.
Note: Adding the property after the component template is generated works as a temporary workaround.
The text was updated successfully, but these errors were encountered: