How to extract out a index worth of data to read

Hi All,

So my current elastic search setup is configured to receive records in monthly indexes.

Typically, to view a record of a specific condition, all I would need to do is to input some filter conditions through elasticsearch head extension plugin. However this method has some limitation as you can only get about 10,000 records.

So the problem comes when I want to pull out an index worth of data (in this case, a monthly index worth of approximately 100k records).

The question I would like to ask is there anyway to extract out all these raw data into a folder, and whether can it be a readable format like an excel sheet or word doc?

Regards

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