From filebeat, If I create default template name, by default takes @timestamp but what I want is I need to pass logtimestamp as default time filter field.
@Kathir_J I think if I undestand correctly, you want to create an index based on the date of another field and not the @timestamp? If this is correctly you have to use the pipeline for the Ingest Node to achieve that. First you will need to parse the date with the Date Processor and use the Date Index Name Processor to correct use that field as the index name.
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.