From 92910a97e50317882bc105c85e30a5c9ca6cb95f Mon Sep 17 00:00:00 2001 From: Yoshikazu Nojima Date: Wed, 31 Mar 2021 21:41:00 +0900 Subject: [PATCH] Minor correction in centralized-log-management doc --- docs/src/main/asciidoc/centralized-log-management.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/centralized-log-management.adoc b/docs/src/main/asciidoc/centralized-log-management.adoc index 84561341aae5e..222ab990dd6fd 100644 --- a/docs/src/main/asciidoc/centralized-log-management.adoc +++ b/docs/src/main/asciidoc/centralized-log-management.adoc @@ -307,7 +307,7 @@ networks: Launch your application, you should see your logs arriving inside EFK: you can use Kibana available at http://localhost:5601/ to access them. -== Fluentd alternative: use Syslog +== GELF alternative: use Syslog You can also send your logs to Fluentd using a Syslog input. As opposed to the GELF input, the Syslog input will not render multiline logs in one event, that's why we advise to use the GELF input that we implement in Quarkus.