Kibana dashboard display text line by line

Hello!

In filebeat.yml I split my log file using multiline.pattern
snippet filebeat:
multiline.type: pattern
multiline.pattern: '---------'
multiline.negate: true
multiline.match: after

In discover, it is displayed in such a way that it completely eliminates me

And in the dashboard it is displayed as follows

Is it possible to display text as multiline in dashboard? For example, as in discover?

You should be able to control that with the "Maximum table cell height" advanced setting - simply set it to a very high number. See if this helps.

I set up a value but it didn't help

help

The problem was closed by updating from kibana 7.13.2 to 7.14.1

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.