Using multi search via curl to export data from ES

I've been looking at the documentation for multisearch API with the objective of exporting specific values of a field in Elasticsearch with for a given time period.

It might be that I'm not used to interacting with the API (via curl) to make requests, but I still haven't figured out a way of getting all the results of fieldA for the past 24h with a filter of filter: KEY.

Is this possible to do via curl?

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