Closed rogerthat closed 9 years ago
If you use tags as an array it will probably work.
"fields": { "type": "auth_log", "tags": [ "yes" ] }
I'll look into why the string is causing a crash though, I wouldn't've expected it to.
i'll test it again with the array
@rogerthat I fixed second issue (unknown error) in develop branch.
I did a PR #120 which fixes the array conversion error. It converts string tags automatically into an array (logstash requires it to be an array). I just need to do some tests before I can merge it, but you're welcome to try it out, it should have the above unknown error fix in it too.
i'll test both, ["tags"] with the old version and the new version and report back later, think to have it done today
Thanks. Let me know if it works well. I aim to get some tests written first and then merge the fix - so maybe a week.
i have the logshipper configure as follows:
logstash/log-courier - input - plugin crashes with the following message:
when i'm configuring it the following way everything works fine:
it seems, i cannot use "tags" as field - designator?