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
index
wildcard
Description of the issue:
The 1.7 experimental wildcard mappings need to have the index attribute stripped from them. The one that was causing problems for me is here:
ecs/experimental/generated/beats/fields.ecs.yml
Lines 1154 to 1163 in 3edb6f2
Here's the error I'm getting from Elasticsearch:
Failed to parse mapping: unknown parameter [index] on mapper [stack_trace] of type [wildcard]
The text was updated successfully, but these errors were encountered:
ebeahan
Successfully merging a pull request may close this issue.
Description of the issue:
The 1.7 experimental
wildcard
mappings need to have theindex
attribute stripped from them. The one that was causing problems for me is here:ecs/experimental/generated/beats/fields.ecs.yml
Lines 1154 to 1163 in 3edb6f2
Here's the error I'm getting from Elasticsearch:
The text was updated successfully, but these errors were encountered: