NETWAYS / ansible-collection-elasticstack

A collection to install and manage the Elastic Stack
GNU General Public License v3.0
9 stars 8 forks source link

Optionally change Elasticsearch output in Logstash role to data streams #133

Open widhalmt opened 1 year ago

widhalmt commented 1 year ago

Since "data streams" are the way to go when writing data into Elasticsearch we should provide a way to write into data streams instead of indices or index aliases.

For now we might want to make it optional, because the role can also manage clusters of early 7.x versions which can't deal with data streams.