Field(Type-String) is getting split during visualize



I am trying to create table in KIBANA visualize which contains fields like convertToJson_ReturnValue_UCIC (Integer),M_convertToPojo_ArgumentValue_Error_details (String) but fields does not showing proper string(Instead of string it is appear as one word) as explained in IMAGE(PFA image).Can any one suggest how i can show entire string in table field??

Define the field in your mapping as "not analyzed".

Or if you are using LS to ingest data, use the .raw field.