Accessing images into elasticsearch

Hi @Salman_Ali Welcome to the community.

You can store images in Elasticsearch but the typical use case is to have Elasticsearch to store the metadata about the image with a URL / Link to the data (say in S3 or on your hard drive ) and build the search around Elasticsearch and display around your custom app or I think with Discover you can make the link active... so you could click on it.

Kibana is not really built to display images stored in Elasticsearch there were some old Kibana Plugins at one point but I think they are all our of date.

Here was a recent discussion...

Perhaps someone else will have a suggestion...