hi, i'm using filebeat for manage my log and index them into elastic passing to ingest node.
i want create an aliases for all log and i have insert this line
"aliases" : {
"log" : { }
}
in my filebeat template.
But when i start filebeat and index is created i don't have the alias setted into my index:
"aliases" : { },
How it's possibile? I wrong something? it's a bug?
What is the index pattern you are using in filebeat/ingest?
Cause your template only applies to indices with a name of filebeat, not filebeat-YYYY.MM.DD which is the standard.
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.