Unable to view a field more than 256 char in kibana in column view

Hi,

Under discover page I selected fields to be displayed snd toggled in column view. However one of the fields has more than 300 characters. Only part of it is being displayed, stripping remaining char from display.
Any settings I need to change ?

Regards,
Punit

Can you show the mapping for the field in question?

mapping as shown for PolicyCommandOutput
mapping

column view under discover as shown below

Actual field
actualview

Please don't post pictures of text, they are difficult to read and some people may not be even able to see them :slight_smile:

You can paste your mappings here and then use the code button to format them.

Hi Mark,

Actually I cant get the mapping out due to read only access to the environment, so posted images.

However the field which I want to display has below mapping

"PolicyCommandOutput" : {
"type" : "keyword",
"ignore_above" : 10922
},

rest fields are fine and either single valued text or below 256 char
Thanks for help. Let me know if anything else is needed.

Any clues team ?

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