stackimperfect
stackimperfect
Thank you for the answer, little bit of digging around, Say suppose i have a csv as follows.  I need a way to use the transalate filter in the...
Thinking of doing this. [Json3LetterCountryCode.zip](https://github.com/logstash-plugins/logstash-filter-geoip/files/609660/Json3LetterCountryCode.zip) ``` filter { if [type] == "eventstats" { grok { remove_field => message match => { message => "(?m)%{TIMESTAMP_ISO8601:sourceTimestamp} \[%{NUMBER:threadid}\] %{LOGLEVEL:loglevel} - %{WORD:envName}\|%{IPORHOST:actualHostMachine}\|%{WORD:applicationName}\|%{NUMBER:empId}\|%{WORD:regionCode}\|%{DATA:country}\|%{DATA:eventName}\|%{NUMBER:staffeventId}\|%{WORD:eventEvent}" } }...