Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All, below mentioned the generated script in the load editor. I have 25434 records in source but Rest api connection fetching only minimum 1o records, if mention size =10000 in elastic search query then only 10k reocrds are getting. I need a logic to retrieve my whole records through API connection.
Sample URL:https://apiplato/.com/v1/datalake/searchEql
@JQlik5 - this should be a combination of this information from Elastic's API manual, and either Offset or Custom Pagination to retrieve the next set of results.
Hi @jprdonnelly ,
I have tried pagination with offset but got error for total field path. below is screenshot. can you please let me know how to identify or mention total field path?
Note: 1.as total became "total_u0" , I also tried with both "root/hits/total_u0" and "root/hits/total" as total record path param in Pagination-offset. But no luck.
If JSON output from POSTman with simple POST qry , I see total like below way . So not sure where exactly , I missing to identify the correct path
Hi,
I tried with Withconnection but only 1o records are coming and if i make chnages in script we get that 10 records in number of times.