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#632
 * fluent/fluentd-docs#634
 * fluent/fluentd-docs#633

Signed-off-by: Fujimoto Seiji <fujimoto@clear-code.com>
  • Loading branch information
Fujimoto Seiji committed May 17, 2019
1 parent d0c1c71 commit c9dc0d6
Show file tree
Hide file tree
Showing 2 changed files with 26 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
25 changes: 25 additions & 0 deletions plugins/output/forward.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,23 @@ The client private key path for TLS.

The client private key passphrase for TLS.

### keepalive

| type | default | version |
|:----:|:-------:|:-------:|
| bool | fales | 1.4.3 |

Enable keepalive connection.

### keepalive\_timeout

| type | default | version |
|:----:|:-------:|:-------:|
| time | nil | 1.4.3 |

Expired time of keepalive. Default value is nil, which means to keep connection
as long as possible.

### &lt;security&gt; section

| required | multi | version |
Expand Down Expand Up @@ -427,6 +444,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 c9dc0d6

Please sign in to comment.