-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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:
- CCS architecture but with a central Fleet manager cluster (as one might see at MSSPs)
- 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
Labels
No labels