Hi All,
Hoping anyone has ingested logs from OCI Object Storage into Logstash using a specific input plugin similiar to that of logstash-input-s3?
The scenario is shown in the diagram below:
- All the resources in a compartment send their logs to the Object Storage.
- Logstash is hosted in AWS.
Now need a plugin to pull logs from object storage just like how it is done for AWS S3 buckets.
The only input plugins I see is here:
https://www.elastic.co/guide/en/logstash/current/input-plugins.html
But there must be a way to ingest logs, right? Just like having a plugin called azureblob that is able to ingest logs from Azure blob storage but as well not listed in the link above.
Thanks