Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 2e23a10

Browse files
committed
Fix typo. fix #630
Signed-off-by: Masahiro Nakagawa <[email protected]>
1 parent bac03b2 commit 2e23a10

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/v1.0/inject-section.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ Injected record is below:
5353
* Default: `nil`
5454

5555
INCLUDE: _time_parameters
56+

docs/v1.0/post-installation-guide.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ For example, If you want to output events tagged with `debug.log`, you need to w
8585

8686
```
8787
<match debug.log>
88-
@type syslog
89-
port 5140
90-
tag system
91-
</source>
88+
@type kafka2
89+
brokers kafka-server:9092
90+
# other parameters...
91+
</match>
9292
```
9393

9494
You can use a wildcard character `*` in the filter expression. For example, `debug.*` matches `debug.log` and `debug.foo` etc.

0 commit comments

Comments
 (0)