Hello!
I'm looking for an Elastic solution that can:
- Periodically send a web request to a REST API
 - Receive the JSON response and
 - Send it to logstash for processing
 
Is there something offered in Elastic that can do this? I was looking at Packetbeat but this seems like it could not do what I'm looking for. I also noticed the websocket input plugin for logstash that looked a little more promising. I'm still fairly new to Elastic so I want to make sure I'm using the best option if one is available.
Thank you!