Hi,
I want to create a backup of the config of my cluster (users, index mappings, beats config, kibana, ...). I know that I need to backup the /etc directories and that Elasticsearch stores a huge amount of config data in indices.
I don't need the data inside of my own indices as it's changing fast and is outdated after a few days. Is there a way to only backup those indices that are needed for the config? And the configs (like mappings) of my own indices?
Regards
Matthias