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

Packetbeat TLS: Replace array fields with keyword #15597

Merged
merged 3 commits into from
Jan 15, 2020

Commits on Jan 15, 2020

  1. Packetbeat TLS: Replace array fields with keyword

    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.
    adriansr committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    ea76c18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c68f06f View commit details
    Browse the repository at this point in the history
  3. Make Update

    adriansr committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    ed3cc55 View commit details
    Browse the repository at this point in the history