Reputation: 945
I have tweets indexed in ES and displayed in Kibana. Tweet data has some URLs. Like entities.media.expanded_url, or entities.urls.expanded_url. How to make these to display as clickable link in discovery panel? I went to the index setting and changed format form default to UR or image in case of image but nothing happens.
Thanks in advance.
Upvotes: 1
Views: 7679
Reputation: 19356
You have the possibility to format strings as URLs with Kibana 4. To do that, go to Settings
, select your index and edit the field you want to show as a clickable URL (click over the button under controls
).
If you change the default format to URL, it should show links in the discover page.
Upvotes: 7