I'm using kibana to display log messages that have more than 300 characters .I already modified the "ignore_above" parameter in the mappings.
I've done some tests manually :
string : length =295 characters => displayed in kibana (data table)
string : length =305 characters => not displayed in kibana (data table)
BTW : In discover menu the field is displayed for the long messages.
For info , I initially couldn't visualize the lines containing long fields in the data table so I did the following steps : add-sub-bucket ->advanced ->json-input -> added this text : {"missing":"N/A"}.
So now , I get the missing lines displayed but for the long field I get 'N/A' displayed.
Whats intriguing for me is that these values exist in my ES index , but not displayed in kibana.
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.