Storage size

Hi,

How can I determine the storage usage for App Search in my deployment?

Thank you,
Noam

Hi Noam,

To determine the storage usage for App Search in your Elasticsearch deployment, you can use the Elasticsearch Cat APIs, specifically the GET _cat/indices API. This API provides information about all the indices in your cluster, including their sizes.

Regards

1 Like

Thank you for replying!
Is there a way to achieve it from the UI?

Hi,

Open Kibana and go to the "Stack Management" section. Click on "Index Management" under the "Data" section. You will see a list of all indices in your cluster along with their sizes.

Hi,

I’m not sure if it’s the right way for an App Search. I see only the data in Elasticsearch.

Hi,

If you are using the Crawler, you should look for something similar to this: .ent-search-engine-documents-123. Otherwise, you need to search for the index you use to create the the App Search.

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