Using an "Http Poller Plugin" in Logstash, how can we loop over it for multiple APIs. Basically, If I have to use http poller for say, 50 request objects hitting same API endpoint, what could be a smarter way than writing it repeatedly?
Please Suggest.