You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to add more than one field to logs parsed by log-courier, however I'm facing a weird behaviour. Using the configuration from examples, like this:
"fields": { "type": "ftp"}
all works just fine, but if I want to set more than one field and I use this syntax:
"fields": { "type": "ftp", "tags": "system" }
The result is quite messy: type is set to "system", as well as "tags" that is set to "system", basically it seems that the second field value is used also for first field. If I try with three fields, results are even weirder. It can be an error on my side, but I can't figure out how to fix it and no error messages are reported by log-courier.
Thanks
please note: built with go 1.3
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to add more than one field to logs parsed by log-courier, however I'm facing a weird behaviour. Using the configuration from examples, like this:
"fields": { "type": "ftp"}
all works just fine, but if I want to set more than one field and I use this syntax:
"fields": { "type": "ftp", "tags": "system" }
The result is quite messy: type is set to "system", as well as "tags" that is set to "system", basically it seems that the second field value is used also for first field. If I try with three fields, results are even weirder. It can be an error on my side, but I can't figure out how to fix it and no error messages are reported by log-courier.
Thanks
please note: built with go 1.3
The text was updated successfully, but these errors were encountered: