Kibana - Split Json field shows as one long string

Hey there, as the name suggests I am new to elastic search and I am having kind of an odd problem. I have a list of links I am trying to have displayed (later on I need to use these links for alerting) and split in the following manner:
Links:
www.link1.com
www.link2.com
www.link3.com

Now I split the text in the parsing on the log stash correctly and I am receiving the Json with an arry (pics as proof below) but in the table tab it still shows it as if it were 1 long string.
Please assist ASAP as this is a pressing issue.

The logs as they are parsed in the logstash:

The logs as they are shown in the json tab in Kibana

The logs as they are shown in the table tab in Kibana

Found the answer,
The problem was I wasn't visualizing my data :slight_smile:

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