我想通过filebeats收集日志,然后发送给eagle进行处理,
但是eagle不能处理filebeats @timestamp这个字段(2017-03-01T02:30:30.558Z)
我需要将2017-03-01T02:30:30.558Z 转换成 2017-03-01 02:30:30,558
filebeats @timestamp 可也删除或者更改格式?
我想通过filebeats收集日志,然后发送给eagle进行处理,
但是eagle不能处理filebeats @timestamp这个字段(2017-03-01T02:30:30.558Z)
我需要将2017-03-01T02:30:30.558Z 转换成 2017-03-01 02:30:30,558
filebeats @timestamp 可也删除或者更改格式?
@timestamp是为了方便kibana用的,你换成其他名称也可以的
将@timestamp改成别的名称? @timestamp 改成@ohter ? 这个应该怎么做?
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
没有直接改名,可以然后产生一个新的@other,删除@timestamp。
© 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.