What is the format of logstash config file
The Logstash configuration file is a custom format developed by the Logstash folks using Treetop. The grammar itself is described in the source file grammar.treetop and compiled using Treetop into the custom grammar.rb parser. That parser is then used by the pipeline.rb file in order to set up the pipeline from the Logstash configuration. If … Read more