Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fluentd document #1403

Merged
merged 3 commits into from
Apr 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions fluentd/README-short.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fluentd is an open source data collector for unified logging layer
19 changes: 19 additions & 0 deletions fluentd/content.md
Original file line number Diff line number Diff line change
@@ -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).
1 change: 1 addition & 0 deletions fluentd/github-repo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/fluent/fluentd-docker-image
1 change: 1 addition & 0 deletions fluentd/license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
View [license information](https://github.com/fluent/fluentd/blob/master/LICENSE) for the software contained in this image.
Binary file added fluentd/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fluentd/maintainer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[Fluentd](%%GITHUB-REPO%%)