I am working on a project that will be doing the following on a recurring basis:
- Query an API for certain $IDs & associated metadata
- For each $ID, hit 5 other APIs and Output each resultant dataset into ES
Trying to think through the best way to handle this, and looking for feedback--Is it possible to do all of this in Logstash or do I need to look at also using something like Python in with Logstash? (It doesn't appear that I can make a http call in a Filter plugin?....)
Thanks