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

Cherry-pick of #15601 to 7.x: Packetbeat TLS: Replace array fields with keyword (#15601) #15607

Merged
merged 1 commit into from
Jan 17, 2020

Conversation

adriansr
Copy link
Contributor

Use of type: array in some fields (which was inconsistent) causes
those fields to be excluded from the template. This prevents pointing
aliases to those fields, which we need in 7.6+.

Setting those fields to keyword explicitly so that they are included
in the template.

Fixes #15588

(cherry picked from commit 04a9058)

Use of `type: array` in some fields (which was inconsistent) causes
those fields to be excluded from the template. This prevents pointing
aliases to those fields, which we need in 7.6+.

Setting those fields to `keyword` explicitly so that they are included
in the template.

Fixes elastic#15588

(cherry picked from commit 04a9058)
@adriansr adriansr merged commit ca90cc8 into elastic:7.x Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants