How to send selected logs to a logstash output -
I'm upgrading from logstash-1.1.3 to logstash-1.3.3. The problem is, the tags and field configuration in 1.1.3 are deprecated in version 1.3.3. These incidents were allowed to send only events that were given to the tags or were included in the field.
I just want to know what is the location of their location in logcast-1.3.3 How do I get the same functionality of sending a selected event to output? I do not want to send all events to an output.
If you can use this statement to do this.
is an introduction to how to configure {if [type] == "tech" {stdout {}}} .
Comments
Post a Comment