How to prevent shard data loss during ES shutdown

Hi,

During shutdown due to ES settings or version patches,
how can I prevent the loss of shard data that is piled up?

If you have a cluster, do a rolling upgrade.

Or use a pipeline which keeps event until they are delivered to elasticsearch.

Logstash. Or logstash + Kafka for example.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.