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

Commits on Jan 16, 2020

  1. Packetbeat TLS: Replace array fields with keyword (elastic#15601)

    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 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    a6d3000 View commit details
    Browse the repository at this point in the history