28th June 2021
DevOps⚑
Monitoring⚑
Elasticsearch Exporter⚑
- New: Add alert on low number of healthy master nodes.
Operative Systems⚑
Linux⚑
elasticsearch⚑
-
Correction: Explain how to restore only some indices.
curl -X POST "{{ url }}/_snapshot/{{ backup_path }}/{{ snapshot_name }}/_restore?pretty" -H 'Content-Type: application/json' -d' { "indices": "{{ index_to_restore }}", }'