Skip to content

Commit 2294920

Browse files
committed
Fixed broken links due to line breaks.
Signed-off-by: Azeem Sajid <azeem.sajid@gmail.com>
1 parent 351df9a commit 2294920

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+335
-235
lines changed

configuration/buffer-section.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -398,9 +398,8 @@ Following are the configuration parameters for buffer plugin and its chunks:
398398
- `queue_limit_length` \[integer\]
399399
- Default: `nil`
400400
- The queue length limitation of this buffer plugin instance
401-
- This parameter is for [v0.12
402-
compatibility](/developer/api-plugin-helper-compat_parameters.md). Use
403-
`total_limit_size` instead for v1 configuration.
401+
- This parameter is for [v0.12 compatibility](/developer/api-plugin-helper-compat_parameters.md).
402+
Use `total_limit_size` instead for v1 configuration.
404403
- `chunk_full_threshold` \[float\]
405404
- Default: 0.95
406405
- The percentage of chunk size threshold for flushing
@@ -525,6 +524,6 @@ With `exponential_backoff`, `retry_wait` interval will be calculated as below:
525524

526525
If this article is incorrect or outdated, or omits critical information, please
527526
[let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open).
528-
[Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native
529-
Computing Foundation (CNCF)](https://cncf.io/). All components are available
530-
under the Apache 2 License.
527+
[Fluentd](http://www.fluentd.org/) is an open-source project under
528+
[Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are
529+
available under the Apache 2 License.

configuration/config-file.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ record: {"event":"data"}
131131
#### Didn't find your input source? You can write your own plugin!
132132

133133
You can add new input sources by writing your own plugins. For further
134-
information regarding Fluentd input sources, please refer to the [Input Plugin
135-
Overview](/plugins/input/README.md) article.
134+
information regarding Fluentd input sources, please refer to the
135+
[Input Plugin Overview](/plugins/input/README.md) article.
136136

137137

138138
## 2. "match": Tell fluentd what to do!
@@ -170,9 +170,8 @@ and `forward`. Let's add those to our configuration file.
170170
Each `match` directive must include a match pattern and a `@type` parameter.
171171
Only events with a `tag` matching the pattern will be sent to the output
172172
destination (in the above example, only the events with the tag `myapp.access`
173-
are matched. See [the section below for more advanced
174-
usage](#how-match-patterns-work)). The `@type` parameter specifies the output
175-
plugin to use.
173+
are matched. See [the section below for more advanced usage](#how-match-patterns-work)).
174+
The `@type` parameter specifies the output plugin to use.
176175

177176
Just like input sources, you can add new output destinations by writing your own
178177
plugins. For further information regarding Fluentd output destinations, please
@@ -216,8 +215,8 @@ the filtered event `{"event":"data","host_param":"webserver1"}` goes to the
216215
`file` output plugin.
217216

218217
You can also add new filters by writing your own plugins. For further
219-
information regarding Fluentd filter destinations, please refer to the [Filter
220-
Plugin Overview](/plugins/filter/README.md) article.
218+
information regarding Fluentd filter destinations, please refer to the
219+
[Filter Plugin Overview](/plugins/filter/README.md) article.
221220

222221

223222
## 4. Set system wide configuration: the "system" directive
@@ -528,9 +527,8 @@ defined as follows:
528527
- `string`: the field is parsed as a string. This is the most *generic* type,
529528
where each plugin decides how to process the string.
530529
- The `string` has three literals: non-quoted one line string, `'`
531-
signle-quoted string and `"` double-quoted string.
532-
- See **Format Tips** section and [literal
533-
examples](https://github.com/fluent/fluentd/blob/master/example/v1_literal_example.conf).
530+
single-quoted string and `"` double-quoted string.
531+
- See **Format Tips** section and [literal examples](https://github.com/fluent/fluentd/blob/master/example/v1_literal_example.conf).
534532
- `integer`: the field is parsed as an integer.
535533
- `float`: the field is parsed as a float.
536534
- `size`: the field is parsed as the number of bytes. There are several
@@ -576,8 +574,7 @@ These parameters are reserved and are prefixed with an `@` symbol:
576574
- `@label`: specifies the label symbol. See
577575
[label](/configuration/config-file.md/#5-group-filter-and-output-the-ldquolabelrdquo-directive)
578576
section.
579-
- `@log_level`: specifies per plugin log level. See [Per Plugin
580-
Log](/deployment/logging.md/#per-plugin-log) section.
577+
- `@log_level`: specifies per plugin log level. See [Per Plugin Log](/deployment/logging.md/#per-plugin-log) section.
581578

582579
The `type`, `id` and `log_level` parameters are supported for backward
583580
compatibility.
@@ -692,6 +689,6 @@ str_param "foo\nbar" # \n is interpreted as actual LF character
692689

693690
If this article is incorrect or outdated, or omits critical information, please
694691
[let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open).
695-
[Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native
696-
Computing Foundation (CNCF)](https://cncf.io/). All components are available
697-
under the Apache 2 License.
692+
[Fluentd](http://www.fluentd.org/) is an open-source project under
693+
[Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are
694+
available under the Apache 2 License.

configuration/extract-section.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ event record e.g. `exec`.
7979

8080
If this article is incorrect or outdated, or omits critical information, please
8181
[let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open).
82-
[Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native
83-
Computing Foundation (CNCF)](https://cncf.io/). All components are available
84-
under the Apache 2 License.
82+
[Fluentd](http://www.fluentd.org/) is an open-source project under
83+
[Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are
84+
available under the Apache 2 License.

configuration/format-section.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ The **format** section can be under `<match>` or `<filter>` section.
2222
## Formatter Plugin Type
2323

2424
The `@type` parameter of `<format>` section specifies the type of the formatter
25-
plugin. Fluentd core bundles [some useful formatter
26-
plugins](/plugins/formatter/README.md).
25+
plugin. Fluentd core bundles some useful [formatter plugins](/plugins/formatter/README.md).
2726

2827
```
2928
<format>
@@ -105,6 +104,6 @@ The `@type` parameter specifies the type of the formatter plugin.
105104

106105
If this article is incorrect or outdated, or omits critical information, please
107106
[let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open).
108-
[Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native
109-
Computing Foundation (CNCF)](https://cncf.io/). All components are available
110-
under the Apache 2 License.
107+
[Fluentd](http://www.fluentd.org/) is an open-source project under
108+
[Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are
109+
available under the Apache 2 License.

configuration/inject-section.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ Injected Record:
104104

105105
If this article is incorrect or outdated, or omits critical information, please
106106
[let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open).
107-
[Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native
108-
Computing Foundation (CNCF)](https://cncf.io/). All components are available
109-
under the Apache 2 License.
107+
[Fluentd](http://www.fluentd.org/) is an open-source project under
108+
[Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are
109+
available under the Apache 2 License.

configuration/parse-section.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ It is enabled for the plugins that support parser plugin features.
2323
## Parser Plugin Type
2424

2525
The `@type` parameter of `<parse>` section specifies the type of the parser
26-
plugin. Fluentd core bundles [a lot of useful parser
27-
plugins](/plugins/parser/README.md).
26+
plugin. Fluentd core bundles some useful [parser plugins](/plugins/parser/README.md).
2827

2928
```
3029
<parse>
@@ -183,6 +182,6 @@ For `types` parameter, the following types are supported:
183182
184183
If this article is incorrect or outdated, or omits critical information, please
185184
[let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open).
186-
[Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native
187-
Computing Foundation (CNCF)](https://cncf.io/). All components are available
188-
under the Apache 2 License.
185+
[Fluentd](http://www.fluentd.org/) is an open-source project under
186+
[Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are
187+
available under the Apache 2 License.

configuration/plugin-common-parameters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,6 @@ simple.
115115

116116
If this article is incorrect or outdated, or omits critical information, please
117117
[let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open).
118-
[Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native
119-
Computing Foundation (CNCF)](https://cncf.io/). All components are available
120-
under the Apache 2 License.
118+
[Fluentd](http://www.fluentd.org/) is an open-source project under
119+
[Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are
120+
available under the Apache 2 License.

configuration/routing-examples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,6 @@ events to Label without rewriting the `tag`.
198198

199199
If this article is incorrect or outdated, or omits critical information, please
200200
[let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open).
201-
[Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native
202-
Computing Foundation (CNCF)](https://cncf.io/). All components are available
203-
under the Apache 2 License.
201+
[Fluentd](http://www.fluentd.org/) is an open-source project under
202+
[Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are
203+
available under the Apache 2 License.

configuration/service_discovery-section.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ The `@type` parameter specifies the type of the service discovery plugin.
5454

5555
If this article is incorrect or outdated, or omits critical information, please
5656
[let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open).
57-
[Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native
58-
Computing Foundation (CNCF)](https://cncf.io/). All components are available
59-
under the Apache 2 License.
57+
[Fluentd](http://www.fluentd.org/) is an open-source project under
58+
[Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are
59+
available under the Apache 2 License.

configuration/storage-section.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ section. It is enabled for the plugins that support storage plugin features.
2323
## Storage Plugin Type
2424

2525
The `@type` parameter of `<storage>` section specifies the type of the storage
26-
plugin. Fluentd core bundles [a useful storage
27-
plugin](/plugins/storage/README.md).
26+
plugin. Fluentd core bundles a useful [storage plugin](/plugins/storage/README.md).
2827

2928
```
3029
<storage>
@@ -49,6 +48,6 @@ For more details, see plugins documentation.
4948

5049
If this article is incorrect or outdated, or omits critical information, please
5150
[let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open).
52-
[Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native
53-
Computing Foundation (CNCF)](https://cncf.io/). All components are available
54-
under the Apache 2 License.
51+
[Fluentd](http://www.fluentd.org/) is an open-source project under
52+
[Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are
53+
available under the Apache 2 License.

configuration/transport-section.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ For `<transport tls>`:
128128

129129
If this article is incorrect or outdated, or omits critical information, please
130130
[let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open).
131-
[Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native
132-
Computing Foundation (CNCF)](https://cncf.io/). All components are available
133-
under the Apache 2 License.
131+
[Fluentd](http://www.fluentd.org/) is an open-source project under
132+
[Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are
133+
available under the Apache 2 License.

container-deployment/docker-compose.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,10 @@ services:
8484
- "5601:5601"
8585
```
8686

87-
The `logging` section (check [Docker Compose
88-
documentation](https://docs.docker.com/compose/compose-file/#/logging)) of `web`
89-
container specifies [Docker Fluentd Logging
90-
Driver](https://docs.docker.com/engine/admin/logging/fluentd/) as a default
91-
container logging driver. All the logs from `web` container will automatically
92-
be forwarded to `host:port` specified by `fluentd-address`.
87+
The `logging` section (check [Docker Compose documentation](https://docs.docker.com/compose/compose-file/#/logging))
88+
of `web` container specifies [Docker Fluentd Logging Driver](https://docs.docker.com/engine/admin/logging/fluentd/)
89+
as a default container logging driver. All the logs from `web` container will
90+
automatically be forwarded to `host:port` specified by `fluentd-address`.
9391

9492

9593
## Step 1: Create Fluentd Image with your Config + Plugin
@@ -211,6 +209,6 @@ The code is available at https://github.com/digikin/fluentd-elastic-kibana.
211209

212210
If this article is incorrect or outdated, or omits critical information, please
213211
[let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open).
214-
[Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native
215-
Computing Foundation (CNCF)](https://cncf.io/). All components are available
216-
under the Apache 2 License.
212+
[Fluentd](http://www.fluentd.org/) is an open-source project under
213+
[Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are
214+
available under the Apache 2 License.

container-deployment/docker-logging-driver.md

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@ inherits certain problems. Specifically, when we try to perform some analysis
99
over the registers, or on the other hand, if the application has multiple
1010
instances running, the scenario becomes even more complex.
1111

12-
On Docker v1.6, the concept of **[logging
13-
drivers](https://docs.docker.com/engine/admin/logging/overview/)** was
14-
introduced. Basically, the Docker engine is aware about the output interfaces
15-
that manage the application messages.
12+
On Docker v1.6, the concept of **[logging drivers](https://docs.docker.com/engine/admin/logging/overview/)**
13+
was introduced. Basically, the Docker engine is aware about the output
14+
interfaces that manage the application messages.
1615

1716
![Fluentd Docker](https://www.fluentd.org/assets/img/recipes/fluentd_docker.png)
1817

19-
For Docker v1.8, we have implemented a native **[Fluentd Docker logging
20-
driver](https://docs.docker.com/engine/admin/logging/fluentd/)**. Now, you are
21-
able to have a unified and structured logging system with the simplicity and
22-
high performance of [Fluentd](http://fluentd.org).
18+
For Docker v1.8, we have implemented a native
19+
**[Fluentd Docker logging driver](https://docs.docker.com/engine/admin/logging/fluentd/)**.
20+
Now, you are able to have a unified and structured logging system with the
21+
simplicity and high performance of [Fluentd](http://fluentd.org).
2322

2423
NOTE: Currently, Fluentd logging driver doesn't support sub-second precision.
2524

@@ -32,16 +31,15 @@ prerequisites:
3231

3332
- A basic understanding of [Fluentd](http://www.fluentd.org)
3433
- A basic understanding of Docker
35-
- A basic understanding of [Docker logging
36-
drivers](https://docs.docker.com/engine/admin/logging/overview/)
34+
- A basic understanding of [Docker logging drivers](https://docs.docker.com/engine/admin/logging/overview/)
3735
- Docker v1.8+
3836

3937
For simplicity, the Fluentd is launched as a standard process, not as a
4038
container.
4139

42-
Please refer to [Docker Logging via EFK (Elasticsearch + Fluentd + Kibana) Stack
43-
with Docker Compose](/articles/docker-logging-efk-compose.md) for a fully
44-
containerized tutorial.
40+
Please refer to
41+
[Docker Logging via EFK (Elasticsearch + Fluentd + Kibana) Stack with Docker Compose](/articles/docker-logging-efk-compose.md)
42+
for a fully containerized tutorial.
4543

4644
### Step 1: Create the Fluentd Configuration File
4745

@@ -190,9 +188,9 @@ Filtered Events:
190188
2016-04-13 14:45:55 +0900 docker.28cf38e21204: {"container_id":"28cf38e212042225f5f80a56fac08f34c8f0b235e738900c4e0abcf39253a702","container_name":"/romantic_dubinsky","source":"stdout","log":"-e:2:in `/'\n-e:2:in `do_division_by_zero'\n-e:4:in `<main>'"}
191189
```
192190

193-
If the logs are typical stacktraces, consider using [`detect-exceptions
194-
plugin`](https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions)
195-
instead.
191+
If the logs are typical stacktraces, consider using
192+
[`detect-exceptions`](https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions)
193+
plugin instead.
196194

197195

198196
## Driver Options
@@ -245,8 +243,7 @@ Elasticsearch, MongoDB, HDFS, S3, Google Cloud Storage and so on.
245243
This document describes how to set up a multi-container logging environment via
246244
EFK (Elasticsearch, Fluentd, Kibana) with Docker Compose.
247245

248-
- [Docker Logging via EFK (Elasticsearch + Fluentd + Kibana) Stack with Docker
249-
Compose](/container-deployment/docker-compose.md)
246+
- [Docker Logging via EFK (Elasticsearch + Fluentd + Kibana) Stack with Docker Compose](/container-deployment/docker-compose.md)
250247

251248

252249
## Production Environments
@@ -255,14 +252,13 @@ In a production environment, you must use one of the container orchestration
255252
tools. Currently, Kubernetes has better integration with Fluentd, and we're
256253
working on making better integrations with other tools as well.
257254

258-
- [Kubernetes Logging
259-
Overview](https://kubernetes.io/docs/user-guide/logging/overview/)
255+
- [Kubernetes Logging Overview](https://kubernetes.io/docs/user-guide/logging/overview/)
260256

261257

262258
------------------------------------------------------------------------
263259

264260
If this article is incorrect or outdated, or omits critical information, please
265261
[let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open).
266-
[Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native
267-
Computing Foundation (CNCF)](https://cncf.io/). All components are available
268-
under the Apache 2 License.
262+
[Fluentd](http://www.fluentd.org/) is an open-source project under
263+
[Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are
264+
available under the Apache 2 License.

container-deployment/install-by-docker.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ image](https://hub.docker.com/r/fluent/fluentd/), maintained by [Treasure Data,
55
Inc](http://www.treasuredata.com/).
66

77
- [Fluentd official Docker image](https://hub.docker.com/r/fluent/fluentd/)
8-
- [Fluentd official Docker image
9-
(Source)](https://github.com/fluent/fluentd-docker-image)
8+
- [Fluentd official Docker image (Source)](https://github.com/fluent/fluentd-docker-image)
109

1110

1211
## Step 0: Install Docker
@@ -102,23 +101,23 @@ Now, you know how to use Fluentd via Docker.
102101
Here are some Docker related resources for Fluentd:
103102

104103
- [Fluentd official Docker image](https://hub.docker.com/r/fluent/fluentd/)
105-
- [Fluentd official Docker image
106-
(Source)](https://github.com/fluent/fluentd-docker-image)
107-
- [Docker Logging Driver and
108-
Fluentd](/container-deployment/docker-logging-driver.md)
109-
- [Docker Logging via EFK (Elasticsearch + Fluentd + Kibana) Stack with Docker
110-
Compose](/container-deployment/docker-compose.md)
104+
- [Fluentd official Docker image (Source)](https://github.com/fluent/fluentd-docker-image)
105+
- [Docker Logging Driver and Fluentd](/container-deployment/docker-logging-driver.md)
106+
- [Docker Logging via EFK (Elasticsearch + Fluentd + Kibana) Stack with Docker Compose](/container-deployment/docker-compose.md)
111107

112108
Also, refer to the following tutorials to learn how to collect data from various
113109
data sources:
114110

115111
- Basic Configuration
116112
- [Config File](/configuration/config-file.md)
117113
- Application Logs
118-
- [Ruby](/language/ruby.md), [Java](/language/java.md),
119-
[Python](/language/python.md), [PHP](/language/php.md),
120-
[Perl](/language/perl.md), [Node.js](/language/nodejs.md),
121-
[Scala](/language/scala.md)
114+
- [Ruby](/language/ruby.md)
115+
- [Java](/language/java.md)
116+
- [Python](/language/python.md)
117+
- [PHP](/language/php.md)
118+
- [Perl](/language/perl.md)
119+
- [Node.js](/language/nodejs.md)
120+
- [Scala](/language/scala.md)
122121
- Examples
123122
- [Store Apache Log into Amazon S3](/guides/apache-to-s3.md)
124123
- [Store Apache Log into MongoDB](/guides/apache-to-mongodb.md)
@@ -129,6 +128,6 @@ data sources:
129128

130129
If this article is incorrect or outdated, or omits critical information, please
131130
[let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open).
132-
[Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native
133-
Computing Foundation (CNCF)](https://cncf.io/). All components are available
134-
under the Apache 2 License.
131+
[Fluentd](http://www.fluentd.org/) is an open-source project under
132+
[Cloud Native Computing Foundation (CNCF)](https://cncf.io/). All components are
133+
available under the Apache 2 License.

0 commit comments

Comments
 (0)