diff --git a/README.md b/README.md index c8ff123..274d2e7 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ P.S. You also need to drop the funnel binary to your $PATH. | Kafka | Send your log stream to a Kafka topic | No format needed. | | Redis pub-sub | Send your log stream to a Redis pub-sub channel | No format needed. | | ElasticSearch | Index, Search and Analyze structured JSON logs | Logs have to be in JSON format | +| Amazon S3 | Upload your logs to S3 | No format needed. | | InfluxDB | Use InfluxDB if your app emits timeseries data which needs to be queried and graphed | Logs have to be in JSON format with `tags` and `fields` as the keys | Further details on input log format along with examples can be found in the sample config [file](config.toml#L49).