I am getting different dates in @timestamp field and _index name field as shown in picture
My filebeat.yml output as below
Please help, Thanks
I am getting different dates in @timestamp field and _index name field as shown in picture
My filebeat.yml output as below
Please help, Thanks
@timestamp
is the timestamp of the log and it gets inserted into the index ending in -2020.02.17 because it was read by Filebeat on 17/02/2020.
What is the problem or question?
@Heber_Leandro, in your screenshot it looks like the timestamp is off by exactly 3 hours. Also notice that the timestamp on the left side does not have a time zone whereas the one on the right side does (Z = Zulu = UTC). Are you, by any chance, viewing Kibana from a UTC-0300 time zone location?
Shaunak
yes I am. I think I understand now.
TimeStamp value is read by mssql module from the log itself. so it is not beat reading time, it should be actual log creation time. so it is the problem
Any help ?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.