How dump/ingest nested API json data to elastic search

looking for help for large scale API calls of http like hundres if api call, trying to automate them with cron job.

I am looking for solution where I can get data from different nested REST API and dump them on Elasticsearch on large scale, there are hundreds of APIs.

Example:
api1, api2, api3

API one response would be used in API2 and API2 response would be used in API2 and it would be continuous call of http.

API1 -> return {"search_id":"124zs34"}

API2{"search_id":"124zs34"} -> return {"username":"aziz"}

API3{"username":"aziz"} -> return {"user_info":"aziz","age":22}

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