I Have problem when I try to display long message 1000 caractere in kibana.
I use a data table so, some message is display but the long message wasn't display.
Do you know if it have a limit caractere to display message ?
Can you show me what you're trying to accomplish? I tested a data table with a message that's almost 6000 characters long, and it didn't truncate the message on me:
I have some document in file zip and I want to put it in elastic and display content document in kibana
the picture below contains my docuement elastic
You are running a terms aggregation on the message.keyword field, and keywords by default will ignore entries greater than 1024 characters. If you view the index mapping for your index, it should be spelled out there. You could use the "top hit" metric to display long messages instead. Something like this:
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.