fluentd-docs-gitbook icon indicating copy to clipboard operation
fluentd-docs-gitbook copied to clipboard

Outdated Java Example in the multiline plugin documentation

Open max-nazarati opened this issue 1 year ago • 1 comments

Describe the bug

In the multiline plugin documentation, the Java log example seems to be out of date (at least to my understanding).

The documentation says, that the example log is supposed to produce multiple fluentd records. This appears to be outdated information, currently, with a setup very similar to that example, I get a single fluentd record with a message field that contains a multiline string.

Link to the problematic documentation

https://docs.fluentd.org/parser/multiline#java-stacktrace-log

Expected explanation

If this is, indeed, an issue I expect that the example in the documentation will be updated to show that only a single fluentd record is produced, with a multiline message string

Additional context

No response

max-nazarati avatar May 04 '24 04:05 max-nazarati

Can you attach the input and output value to reproduce the issue? And can you attache your configuration?

Watson1978 avatar Mar 24 '25 01:03 Watson1978