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?
https://eland.readthedocs.io/en/v8.0.0/reference/api/eland.DataFrame.html#eland.DataFrame