Elasticsearch query and dicover how data is stored

i ma using kibana to visulaiz my logs and my stored documents (image , pdf) using fscrawler and logstash but now i want to know how my data is stored in elasticsearch (the real storage since ES is like a database) is there any possibility to know the storage structure and send queries

There are multiple data structures used by Elasticsearch which is using Lucene under the hood. Have a look at http://lucene.apache.org/core/8_1_1/core/org/apache/lucene/codecs/lucene80/package-summary.html#package.description

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