stackimperfect

Results 2 comments of stackimperfect

Thank you for the answer, little bit of digging around, Say suppose i have a csv as follows. ![image](https://cloud.githubusercontent.com/assets/23640445/20526230/1d8493da-b0bb-11e6-984e-9521cee05a80.png) 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}" } }...