From ed80e24dc5490cc61521e720ec11038cedb6bd36 Mon Sep 17 00:00:00 2001 From: Fujimoto Seiji Date: Fri, 17 May 2019 10:31:11 +0900 Subject: [PATCH] Sync changes in fluent/fluentd-docs This patch contains the changesets made by: * https://github.com/fluent/fluentd-docs/pull/634 * https://github.com/fluent/fluentd-docs/pull/633 Signed-off-by: Fujimoto Seiji --- guides/parse-syslog.md | 2 +- plugins/output/forward.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/guides/parse-syslog.md b/guides/parse-syslog.md index 30874e66..5d6f1ea5 100644 --- a/guides/parse-syslog.md +++ b/guides/parse-syslog.md @@ -153,7 +153,7 @@ Here is the final configuration. key_name message @type regexp - expresssion /USER=(?[^ ]+) ; COMMAND=(?.*)$/ + expression /USER=(?[^ ]+) ; COMMAND=(?.*)$/ diff --git a/plugins/output/forward.md b/plugins/output/forward.md index 85420dcb..d7d62a0b 100644 --- a/plugins/output/forward.md +++ b/plugins/output/forward.md @@ -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