Skip to content
New issue

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

[Bug][ECS 1.7] Strip index attributes on wildcard mappings #1113

Closed
andrewstucki opened this issue Nov 12, 2020 · 0 comments · Fixed by #1115
Closed

[Bug][ECS 1.7] Strip index attributes on wildcard mappings #1113

andrewstucki opened this issue Nov 12, 2020 · 0 comments · Fixed by #1115
Assignees
Labels
1.7.0 bug Something isn't working

Comments

@andrewstucki
Copy link
Contributor

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:

- name: stack_trace
level: extended
type: wildcard
multi_fields:
- name: text
type: text
norms: false
default_field: false
description: The stack trace of this error in plain text.
index: true

Here's the error I'm getting from Elasticsearch:

Failed to parse mapping: unknown parameter [index] on mapper [stack_trace] of type [wildcard]
@andrewstucki andrewstucki added bug Something isn't working 1.7.0 labels Nov 12, 2020
@ebeahan ebeahan self-assigned this Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.7.0 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants