Is there a way to pull logs from an external system into Elastic through curl command? If so, what are the recommendations on it's architecture.
Here is what I have in mind:
Setup a shell script to run curl command -> Dump data in to a local file -> Filebeat -> Logstash pipeline -> ElasticSearch (v7.x)
Just wondering if there are other modules that we can leverage within logstash/beats. I couldn't find any but want to be sure.
Thanks!