https://github.com/govtechsg/fluentd-s3-elasticsearch
Docker Image of Fluentd with S3 and Elasticsearch Plugins
https://github.com/govtechsg/fluentd-s3-elasticsearch
Last synced: 3 months ago
JSON representation
Docker Image of Fluentd with S3 and Elasticsearch Plugins
- Host: GitHub
- URL: https://github.com/govtechsg/fluentd-s3-elasticsearch
- Owner: GovTechSG
- License: mit
- Created: 2018-09-13T09:03:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T09:52:17.000Z (over 7 years ago)
- Last Synced: 2025-06-20T22:53:41.243Z (12 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/govtechsg/fluentd-s3-elasticsearch/
- Size: 3.91 KB
- Stars: 1
- Watchers: 60
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fluentd-s3-elasticsearch
[](https://travis-ci.org/GovTechSG/fluentd-s3-elasticsearch)
This repository is an automated build job for a docker image containing fluentd service with a S3
and Elasticsearch plugins installed and ready to use as multiple `output_plugin`s.
## Plugins Available
- fluent-plugin-s3 [fluent/fluent-plugin-s3](https://github.com/fluent/fluent-plugin-s3)
- fluent-plugin-elasticsearch [uken/fluent-plugin-elasticsearch](https://github.com/uken/fluent-plugin-elasticsearch)
## Descriptions
### `latest`
Latest versions of both plugins
### `fluent-plugin-s3-elasticsearch`
Latest: `-latest`
Canonical Tag: `--`
## Usage
### Running
```bash
docker run -v ${PWD}/fluent.conf:/fluentd/etc/fluent.conf -it govtechsg/fluentd-s3-elasticsearch:latest
```
### Available commands in container
Outputs fluentd and plugin versions
```bash
version-info
```
## License
Available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).