I would like to forward all source logs to Logstash. Logstash should have 2 outputs.
- Elasticsearch, for formatted logs
- S3, for untampered logs
Is this possible ?
Or do I need to configuring 2 outputs for the source logs?
Or do I need a Kibana between the source logs and Logstash?