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

Upgrade to ECS 1.7 - support wildcards #4448

Closed
simitt opened this issue Nov 19, 2020 · 1 comment · Fixed by #4577
Closed

Upgrade to ECS 1.7 - support wildcards #4448

simitt opened this issue Nov 19, 2020 · 1 comment · Fixed by #4577
Assignees

Comments

@simitt
Copy link
Contributor

simitt commented Nov 19, 2020

ECS 1.7 will introduce wildcard support. The initial beats PR for falling back to keywords for OSS versions has already landed and changes have been applied in APM Server when pulling the beats changes in.

beats#22571 prepares the beats upgrade to ECS 1.7 - ensure template changes are made for APM Server when pulling in these changes.

@simitt simitt added the v7.11.0 label Dec 22, 2020
@simitt simitt self-assigned this Dec 22, 2020
@simitt
Copy link
Contributor Author

simitt commented Dec 22, 2020

Types have not been changed from keyword to wildcard when pulling in beats update. Index Pattern generation is broken since then, as the same field name is defined with different types.

Solution: change to wildcards wherever beats uses them (in accordance with ECS 1.7).

@simitt simitt added the bug label Dec 22, 2020
simitt added a commit to simitt/apm-server that referenced this issue Dec 22, 2020
Align type with ECS types for overwritten fields.

closes elastic#4448
simitt added a commit that referenced this issue Dec 28, 2020
Align type with ECS types for overwritten fields.

closes #4448
simitt added a commit to simitt/apm-server that referenced this issue Dec 28, 2020
Align type with ECS types for overwritten fields.

closes elastic#4448
simitt added a commit to simitt/apm-server that referenced this issue Dec 28, 2020
Align type with ECS types for overwritten fields.

closes elastic#4448
simitt added a commit that referenced this issue Dec 28, 2020
)

Align type with ECS types for overwritten fields.

closes #4448
simitt added a commit that referenced this issue Dec 28, 2020
…4589)

Align type with ECS types for overwritten fields.

closes #4448
@axw axw removed the [zube]: Done label Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants