# Filebeat supports binary log file input?

**URL:** https://discuss.elastic.co/t/filebeat-supports-binary-log-file-input/90689
**Category:** Beats
**Tags:** filebeat
**Created:** [June 23, 2017, 11:54pm UTC](https://discuss.elastic.co/t/filebeat-supports-binary-log-file-input/90689 "2017-06-23T23:54:25Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![filebeater](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/filebeater/32/18565_2.png) [@filebeater](https://discuss.elastic.co/u/filebeater)
#### Post date: [June 23, 2017, 11:54pm UTC](https://discuss.elastic.co/t/filebeat-supports-binary-log-file-input/90689/1 "2017-06-23T23:54:25Z")

</div>

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

---

<div class="post-metadata">

### Author: ![steffens](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/steffens/32/79630_2.png) [@steffens](https://discuss.elastic.co/u/steffens)
#### Post date: [June 26, 2017, 11:36am UTC](https://discuss.elastic.co/t/filebeat-supports-binary-log-file-input/90689/2 "2017-06-26T11:36:15Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 24, 2017, 11:36am UTC](https://discuss.elastic.co/t/filebeat-supports-binary-log-file-input/90689/3 "2017-07-24T11:36:26Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
