Hi friends! I have simple system of graylog2, whos collect logs from pair 
of esxi hosts and a pair of windows server 2008 hosts. All log parse by 
logstash, and it cleans them from some useless fields, like "@version". In 
the logstash out i have, for example, next:

{
"message" => "12345",
"@timestamp" => "6789",
"type" => "vmware",
"host" => "192.168.0.1"
}

But in graylog2 after GELF input add a few fields with constant values like 
"version" ( 1.0 ), "facility" ( gelf-rb ) and "level" ( info[6] ).

How to get rid of these unwelcome fields me?

-- 
You received this message because you are subscribed to the Google Groups 
"graylog2" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to