I'm doing search through postman to search against https://DomainName:8089/services/search/jobs/export
I do a POST call with this payload search=search%20index%3DINDEXNAME%20QUERY
It is working fine but I have two issues:
I don't know how to provide time range for the search.
I need the results in JSON format, not XML
... View more