Dear Filebeat team,
We set up Filebeat to tail local log files. I am wondering by any chance Filebeat supports binary file format or it needs to see "\n" as a deliminator for a new log message.
Thanks!
yan
Dear Filebeat team,
We set up Filebeat to tail local log files. I am wondering by any chance Filebeat supports binary file format or it needs to see "\n" as a deliminator for a new log message.
Thanks!
yan
filebeat requires the "\n", to split the file contents into lines/events.
Binary formats are currently not supported. Problem with binary formats is, they need to be parsed and can follow different standards/grammar -> one can not parse binary content in a generic way, without knowing about the actual formatting.
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.