Re: Json Template Layout event delimiter

2021-09-18 Thread Ralph Goers
Well, it seems I have been doing a lot of unnecessary work. In testing it was noticed that within the JSON no “real” newlines were appearing - only “\n” as a string. So I removed the event delimiter and let it default to a newline and everything is working as I would expect in Kibana. This di

Re: Json Template Layout event delimiter

2021-09-13 Thread Ralph Goers
I just looked at the stack overflow post you referenced. Although the author is explicitly giving permission for everyone to use it everything at StackOverflow is licensed as CC-By 4.0. That is covered at https://www.apache.org/legal/resolved.html#cc-by

Re: Json Template Layout event delimiter

2021-09-13 Thread Apache
I don’t think anyone passing an escape sequence expects it to show up as a string. So I would be good with your proposed solution. That method should be part of core so we can modify all Layouts to use it. Ralph > On Sep 13, 2021, at 12:29 AM, Volkan Yazıcı wrote: > > I had addressed this is

Re: Json Template Layout event delimiter

2021-09-13 Thread Volkan Yazıcı
I had addressed this issue in 2020 July in a post titled "String parameter with escapes (Was: Testing Json Template Layout)" . For one, *the issue is not speci

Json Template Layout event delimiter

2021-09-12 Thread Ralph Goers
I have been working on getting a configuration that works with filebeat going again and have been trying to change the line delimiter so I could avoid doing the multiline crap. I first configured eventDelimiter=“\f” since filebeat supports that as a replacement for newline. Except no matter h