浏览代码

Add fluentd document

Masahiro Nakagawa 6 年之前
父节点
当前提交
23d5a64f3f
共有 6 个文件被更改,包括 25 次插入0 次删除
  1. 1 0
      fluentd/README-short.txt
  2. 21 0
      fluentd/content.md
  3. 1 0
      fluentd/github-repo
  4. 1 0
      fluentd/license.md
  5. 二进制
      fluentd/logo.png
  6. 1 0
      fluentd/maintainer.md

+ 1 - 0
fluentd/README-short.txt

@@ -0,0 +1 @@
+Fluentd is an open source data collector for unified logging layer

+ 21 - 0
fluentd/content.md

@@ -0,0 +1,21 @@
+# 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.3.3 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).

+ 1 - 0
fluentd/github-repo

@@ -0,0 +1 @@
+https://github.com/fluent/fluentd-docker-image

+ 1 - 0
fluentd/license.md

@@ -0,0 +1 @@
+View [license information](https://github.com/fluent/fluentd/blob/master/LICENSE) for the software contained in this image.

二进制
fluentd/logo.png


+ 1 - 0
fluentd/maintainer.md

@@ -0,0 +1 @@
+[Fluentd](%%GITHUB-REPO%%)