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

Add solution for multiple retention times #183

Open widhalmt opened 1 year ago

widhalmt commented 1 year ago

We often have to split logs into several retention categories. The usual way is to use different indices/ILM policies/data streams for types of logs.

We should have a way of splitting logs by condition (like in Redis outputs in pipeline management). I don't know if there's a solution with Elasticseach-pipelines but we can definitely have it in our Elasticsearch outputs in Logstash. If both works, why not implement both?