I tried with the following code, but nothing usful happens:
filter {
if [logsource] == "XXXXXXserver" {
grok {
match => { "message" => "%{WORD:Synology_Verb_Typ} %{SPACE} %{USERNAME:Syno_User} %{GREEDYDATA}" }
}
kv {
value_split => ":"
field_split => ","
}
}
if [logsource] == "XXXXXX_SERVER" {
kv {
value_split => ":"
field_split => ","
}
}
}
Attached you can vie the output in Kibana.
