From 7eecc14656a9ff45968e2c952d44272758e42668 Mon Sep 17 00:00:00 2001 From: Dominik Guhr Date: Thu, 28 Jul 2022 11:03:11 +0200 Subject: [PATCH] Documentation for centralized logging support (#1636) * Documentation for centralized logging support Closes #1635 * Update release_notes/topics/19_0_0.adoc Co-authored-by: Stian Thorgersen * Update upgrading/topics/keycloak/changes-19_0_0.adoc Co-authored-by: Stian Thorgersen Co-authored-by: Stian Thorgersen --- release_notes/topics/19_0_0.adoc | 6 ++++++ upgrading/topics/keycloak/changes-19_0_0.adoc | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/release_notes/topics/19_0_0.adoc b/release_notes/topics/19_0_0.adoc index d6ef377146..431090a27f 100644 --- a/release_notes/topics/19_0_0.adoc +++ b/release_notes/topics/19_0_0.adoc @@ -87,3 +87,9 @@ spec: component: keycloak ``` See also the https://kubernetes.io/docs/tasks/run-application/configure-pdb/[Kubernetes Documentation]. + += Initial Support for centralized logging + +Starting with version 19, Keycloak supports sending logs using GELF to centralized logging solutions like ELK, EFK or Graylog out of the box. + +You can find the documentation and examples to get you up and running quickly in the https://www.keycloak.org/server/logging#_centralized_logging_using_gelf[logging guide] \ No newline at end of file diff --git a/upgrading/topics/keycloak/changes-19_0_0.adoc b/upgrading/topics/keycloak/changes-19_0_0.adoc index f2a4b5aa58..527bcb1375 100644 --- a/upgrading/topics/keycloak/changes-19_0_0.adoc +++ b/upgrading/topics/keycloak/changes-19_0_0.adoc @@ -63,6 +63,12 @@ Apart from disabling the /q/ endpoints, these are the other improvements made to Expect more enhancements in this area in the future. For more information, see the https://www.keycloak.org/server/health[Health guide] += Changes using GELF / centralized log management + +As stated in the release notes, Keycloak now supports gelf logging for centralized logging systems out of the box. + +When you added the gelf related quarkus jars yourself in a prior version, make sure to switch to the supported configuration options in the https://www.keycloak.org/server/logging#_centralized_logging_using_gelf[logging guide] and remove your jars from the `providers` folder. + = Changes affecting developers {project_name} undergoes large refactoring, which impacts existing code.