Hi Community,
So far, we've queried our logs, got the curl and shared it with our developers. So, they set the cron job on their jar to hit the curl for a given, specific amount of time. When the job stops, they won't receive any new data as they aren't hitting the curl.
We're planning to overcome this issue.
So, is there any way that we can send our queried data directly to an HTTP Endpoint in the interval of a given amount of time?
Thanks in advance.