How to download only desired entry rows from Eland (Elasticsearch python+pandas client)?

Currently, if I want to create a dataframe with specific entries from an index, using Eland, I must first download a dataframe with all the entries, and then filter them out, locally... this is hardly desirable in terms of CPU and RAM local usage. Is there a way to push the filtering to the ES nodes instead, and simply download the already filtered dataframe?

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