Hi all,
I'm wondering if it's possible to use the processors in beats / filebeats instead of logstash filters to add fields for data / visualization?
Right now I have filebeats configured to send data directly to elastic, and want to do some transforms on the message field of entries to generate some interesting data / trends/ dashboards / etc. Part of this would be adding fields to entries based on the message information, ie throwing regexes against the raw text to pull out machine names, different states etc.
My read through the beats docs seems to suggest that this is possible, if so are there any downsides to this approach vs having logstash in the overall pipeline?