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

Add field event.agent_id_status #1454

Merged
merged 4 commits into from
Jun 14, 2021

Commits on Jun 9, 2021

  1. Add field event.agent_id_status

    This adds a field that can be used to reflect the status of the agent.id verification performed by the receiving system or data pipeline. If the receiving system checks that the sender is authorized for a given agent.id value then the outcome can be added to this field.
    
    For example you might implement mTLS for authenticating agents sending data to Logstash. You could add the agent's ID to the agent's client cert subject and then validate incoming events in your Logstash pipeline to ensure the data has the agent ID.
    
    Or with Elasticsearch you could provide each of your agents with an API key that has the agent.id associated to the API key metadata. Then using an Ingest Node pipeline you can validate the agent.id against the client's API key metadata.
    andrewkroh committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    7dbc2c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60364f4 View commit details
    Browse the repository at this point in the history
  3. Add PR ref to changelog

    andrewkroh committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    d9c9904 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    0548fbd View commit details
    Browse the repository at this point in the history