We are looking to send a plethora of different logs into a downstream logstash cluster.
How exactly does the type setting work within filebeat, so that I can appropriately tag incoming data in logstash in order to grok the info properly [for parsing]?
The template file shows "type": "{dynamic_type}", but I can't find an explanation of what that means.
Is there a best practice for being able to easily add a type on the logstash side (via the beats input) so that I can easily direct to filter to the right grok?