Hi Team,
I have a requirement where we have stored images in hadoop and created a external table in hive for elasticsearch (We have configured the elasticsearch-hadoop jar for the hive).
The external table for elasticsearch within hive contains the image metadata information like say image name, image url,etc.
I can view the single image using Kibana Markdown using the format
![image ] (file//usr/share/kibana/src/ui/public/image/image.png 'My image')
suggested in Load image with Markdown in Dashboard.
I have created a index pattern for the external table and also change the format for the image_url column to have a Url format
PFA Screenshot attached
Is there a way in Kibana to show all the images which are present in the external table with a column named image_url having a link to the image url?
If yes what configuration setup is needed?
Thanks,
Dilip