Skip to content

Commit

Permalink
Sync changes in fluent/fluentd-docs
Browse files Browse the repository at this point in the history
This patch contains the changesets made by:

 * fluent/fluentd-docs#634
 * fluent/fluentd-docs#633

Signed-off-by: Fujimoto Seiji <[email protected]>
  • Loading branch information
Fujimoto Seiji committed May 17, 2019
1 parent d0c1c71 commit ed80e24
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion guides/parse-syslog.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Here is the final configuration.
key_name message
<parse>
@type regexp
expresssion /USER=(?<sudoer>[^ ]+) ; COMMAND=(?<command>.*)$/
expression /USER=(?<sudoer>[^ ]+) ; COMMAND=(?<command>.*)$/
</parse>
</filter>
Expand Down
8 changes: 8 additions & 0 deletions plugins/output/forward.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,14 @@ The backup destination that is used when all servers are unavailable.

For more details, see [Secondary Output](/plugins/output/README.md/#secondary-output).

### verify\_connection\_at\_startup

| type | default | version |
|:----:|:-------:|:-------:|
| bool | false | 1.3.1 |

Verify that a connection can be made with one of `out_forward` nodes
at the time of startup.

## Tips & Tricks

Expand Down

0 comments on commit ed80e24

Please sign in to comment.