Skip to content

Allow logstash to output to any ES #75

@ThorbenJ

Description

@ThorbenJ

Adding as per: https://elastic.slack.com/archives/C05B0S4BANN/p1688658625436089

Currently we assume Logstash will output to the same ES that is managing fleet/agent. In that case data streams (templates) are installed/initialised.

However there are scenarios with this would not be the case:

  1. CCS architecture but with a central Fleet manager cluster (as one might see at MSSPs)
  2. Sending the data to multiple ES, as might be the case for an MSSP customer

It would be great if this plugin could also grab data stream definitions such as templates, that could be then used by the elasticsearch output plugin.

I am told this would require the output plugin to track data streams already seen, and for new data streams to do a template check when first seen instead of at startup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions