Hi,
How can I have the timestamp from Filebeat when he has sending le log to Logstash ?
I need to know how many time take filebeat to send log in logstash
Hi,
How can I have the timestamp from Filebeat when he has sending le log to Logstash ?
I need to know how many time take filebeat to send log in logstash
Do you send text or json logs?
For text logs, filebeat stores the read timestamp in @timestamp
. E.g. the filebeat modules (using Ingest node) rename @timestamp
to read_timestamp
+ create the new events @timestamp
from the log message it's timestamp. One can also add the current timestamp in logstash as well to have an receive_timestamp
.
This topic was automatically closed after 21 days. 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.