It seems that the .reporting-* index are created weekly but are not deleted, it is safe to delete it manually?
When I create a report I delete it using the Kibana UI after the download, so there is no need to keep reports in the cluster.
Since this index does not seems to have an index template I can't apply a lifecycle policy, is there any place where I could configure it to be deleted after one week?
Yes, it is safe to delete any .reporting-* index, if you no longer need access to the report artifacts it holds.
You can create your own policy for the reporting indices. As you found, the index does not have its own template, but you can create a simple one of your own in Stack Management > Index Management > Templates > Create Template
You don't need to add any of your own index settings or mappings.
The second step is to create an ILM policy in Stack Management > Index Lifecycle Management. You can name the policy whatever you want and set up the lifecycle phases as you want. Once the policy is created, you can add it to the index template for Reporting by clicking the Actions menu in the ILM table, and then Add policy to index template. Then choose the index template you created:
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.