# FileBeat for parsing

**URL:** https://discuss.elastic.co/t/filebeat-for-parsing/237964
**Category:** Beats
**Tags:** filebeat
**Created:** [June 21, 2020, 2:12pm UTC](https://discuss.elastic.co/t/filebeat-for-parsing/237964 "2020-06-21T14:12:05Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![NerdSec](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nerdsec/32/22056_2.png) [@NerdSec](https://discuss.elastic.co/u/NerdSec)
#### Post date: [June 21, 2020, 2:12pm UTC](https://discuss.elastic.co/t/filebeat-for-parsing/237964/1 "2020-06-21T14:12:05Z")

</div>

I know that FileBeat was not built for parsing data, rather for filtering and shipping specific data!

However, looking at the current landing page of [processors](https://www.elastic.co/guide/en/beats/filebeat/current/defining-processors.html), I realized that if the data is not too complicated, we could possibly parse the data and index it to Elasticsearch.

The question, I wanted to ask, is that would a config with a few conditionals and dissect perform better on FileBeat rather than Logstash? (considering that FileBeat is written in Go)

I know an answer to that question would be to test it, which I plan to in the coming week. But, over the years, I have observed FileBeat add a lot of these processors which are basically a drop in replacement for Logstash in a sense, so just wanted to understand the reasoning for this approach.

Logstash is definitely a resource hog and has issues running in Kubernetes, but works surprisingly well in Docker Swarm. Beats however, do not have these issues, and I was thinking of replacing Logstash with Beats wherever I could. ♨

---

<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 19, 2020, 4:18pm UTC](https://discuss.elastic.co/t/filebeat-for-parsing/237964/2 "2020-07-19T16:18:30Z")

</div>

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