Is there a way to render small images in Kibana whose URLs are store/retrieved from ES?! Example - a small image url of a thumbnail is stored in one of the doucments. How could I get Kibana to render that image in search results instead of showing the URL string ?!
I found the URL type in Kibana Settings - I'm trying to make it work with the default image that ships with Kibana. HOw to I assign a value ("go", "stop", etc) to the **value ** variable so that it will render that go.png or stop.png images?
Does the value have to come from one of the fields in the document, or can a string value be assigned based on logic? If condition1, then "go.png", else "stop.png"?!
Ok - I I've tried another approach. I used the URL formatter on the orderingCountry field. THe URL formatter template is this: /ui/public/stringify/icons/{{value}}.png
Which resolves to this in the Discover search results:
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.