Kibana show Images

I have a doubt . I have a table x that contains a column called images (type jsonb) in my postgresql database. I migrated this data to elasticsearch, however, only the image metadata appears, I would like to know if it is possible to display the image in Kibana?

Pasteboard - Uploaded Image ( metadata images)

Thank You

Kibana doesn't have the functionality to show the data stored in Elasticsearch as an image in the UI. If a separate web server (not managed by Kibana) is serving images, it's possible to use field formatters in Kibana to load them if the file name is based on the value of a field.

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