An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# fluentd-s3-elasticsearch

[![Build Status](https://travis-ci.org/GovTechSG/fluentd-s3-elasticsearch.svg?branch=master)](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).