diff --git a/fluentd/README-short.txt b/fluentd/README-short.txt new file mode 100644 index 000000000..ad8339ab5 --- /dev/null +++ b/fluentd/README-short.txt @@ -0,0 +1 @@ +Fluentd is an open source data collector for unified logging layer diff --git a/fluentd/content.md b/fluentd/content.md new file mode 100644 index 000000000..147d4ca7c --- /dev/null +++ b/fluentd/content.md @@ -0,0 +1,19 @@ +# What is Fluentd? + +%%LOGO%% + +Fluentd is a streaming data collector for unified logging layer hosted by [CNCF](https://www.cncf.io/project-faq/fluentd/). Fluentd lets you unify the data collection and consumption for a better use and understanding of data. + +For more information, check [official site](https://www.fluentd.org/) and [documentation site](https://docs.fluentd.org/). + +# How to run images + +```bash +$ docker run -p 24224:24224 -p 24224:24224/udp -u fluent -v /path/to/dir:/fluentd/log %%IMAGE%% +2019-01-16 11:49:55 +0000 [info]: parsing config file is succeeded path="/fluentd/etc/fluent.conf" +... +2019-01-16 11:58:27 +0000 [info]: #0 [input1] listening port port=24224 bind="0.0.0.0" +2019-01-16 11:58:27 +0000 [info]: #0 fluentd worker is now running worker = 0 +``` + +Docker's official images support only v1.4.2 or later. If you want to know more details, check [fluentd-docker-image README](https://github.com/fluent/fluentd-docker-image/blob/master/README.md). diff --git a/fluentd/github-repo b/fluentd/github-repo new file mode 100644 index 000000000..ea1746a55 --- /dev/null +++ b/fluentd/github-repo @@ -0,0 +1 @@ +https://github.com/fluent/fluentd-docker-image diff --git a/fluentd/license.md b/fluentd/license.md new file mode 100644 index 000000000..6826257f0 --- /dev/null +++ b/fluentd/license.md @@ -0,0 +1 @@ +View [license information](https://github.com/fluent/fluentd/blob/master/LICENSE) for the software contained in this image. diff --git a/fluentd/logo.png b/fluentd/logo.png new file mode 100644 index 000000000..47839f8f4 Binary files /dev/null and b/fluentd/logo.png differ diff --git a/fluentd/maintainer.md b/fluentd/maintainer.md new file mode 100644 index 000000000..1f8d7f34f --- /dev/null +++ b/fluentd/maintainer.md @@ -0,0 +1 @@ +[Fluentd](%%GITHUB-REPO%%)