Hi all,
We are deploying an stack monitoring to eck:
Current monitoring are working fine, to Elasticsearch and kibana resources. But we have a problem with the index creation: metricbeat create a single index with format:
metricbeat-7.16.2-2022.03.09-000001
We want to change this to create a day index with the information about this day, somehting like metricbeat-7.16.2-stack-2022.03.09, metricbeat-7.16.2-stack-2022.03.10, ... to manage it with ILM polycies.
There're some way to change this configuration in this yml file conf to modify the index name creation?
did you try to change output.elasticsearch.index as described here? I think it should be possible to add mentioned configuration parameters under spec.config.
maybe it is also possible to define setup.ilm.* configuration in spec.config instead?
Hi @Tetiana_Kravchenko , we try to deploy with configmap with metricbeat.yml config and no work, the metricbeat no report any information when we use this config:
Now, we only need to monitoring logstash agents, apm-server and resolve the incident with kibana, and we wil finish the migration to metricbeat monitoring.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.