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

Remove fields not needed for session view in add_session_view processor #39500

Merged
merged 2 commits into from
May 9, 2024

Commits on May 9, 2024

  1. Remove fields not needed for session view

    In order to reduce event data size, remove all fields from the
    add_session_metadata processor that is not required for the Kibana session
    viewer.
    
    The unnecessary fields that are removed are thread and tty fields.
    mjwolf committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c41db81 View commit details
    Browse the repository at this point in the history
  2. update changelog

    mjwolf committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7c387ca View commit details
    Browse the repository at this point in the history