From ba5efd59bbd72c6e559f940c46fd0c18ff0365b0 Mon Sep 17 00:00:00 2001 From: Mirko Bez Date: Thu, 9 May 2024 08:17:46 +0200 Subject: [PATCH 1/4] Rename apache2.module.error into apache.module.error --- .../kibana/7/dashboard/Filebeat-Apache-Dashboard-ecs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filebeat/module/apache/_meta/kibana/7/dashboard/Filebeat-Apache-Dashboard-ecs.json b/filebeat/module/apache/_meta/kibana/7/dashboard/Filebeat-Apache-Dashboard-ecs.json index 95f047fc5c0..0f363dedaf3 100644 --- a/filebeat/module/apache/_meta/kibana/7/dashboard/Filebeat-Apache-Dashboard-ecs.json +++ b/filebeat/module/apache/_meta/kibana/7/dashboard/Filebeat-Apache-Dashboard-ecs.json @@ -144,7 +144,7 @@ "columns": [ "source.address", "log.level", - "apache2.error.module", + "apache.error.module", "message" ], "enhancements": {}, @@ -215,4 +215,4 @@ "type": "dashboard", "updated_at": "2021-08-04T16:33:55.372Z", "version": "WzQzNDUsMV0=" -} \ No newline at end of file +} From bf33b442c7e24d67fdc548c741c97679e1f9c407 Mon Sep 17 00:00:00 2001 From: Mirko Bez Date: Thu, 9 May 2024 08:58:17 +0200 Subject: [PATCH 2/4] Rename the field apache2.error.module into apache.error.module --- .../apache/_meta/kibana/7/search/Apache-errors-log-ecs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filebeat/module/apache/_meta/kibana/7/search/Apache-errors-log-ecs.json b/filebeat/module/apache/_meta/kibana/7/search/Apache-errors-log-ecs.json index 57e34e236f1..8b7b65587d1 100644 --- a/filebeat/module/apache/_meta/kibana/7/search/Apache-errors-log-ecs.json +++ b/filebeat/module/apache/_meta/kibana/7/search/Apache-errors-log-ecs.json @@ -3,7 +3,7 @@ "columns": [ "source.address", "log.level", - "apache2.error.module", + "apache.error.module", "message" ], "description": "", @@ -55,4 +55,4 @@ "type": "search", "updated_at": "2021-08-04T16:33:55.372Z", "version": "WzQzNDMsMV0=" -} \ No newline at end of file +} From aec47346b1e93b7ebe8a7f3b4597a31a9b3fd3ee Mon Sep 17 00:00:00 2001 From: Mirko Bez Date: Thu, 9 May 2024 09:01:32 +0200 Subject: [PATCH 3/4] Add change log entry for the PR --- CHANGELOG.next.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 4538758b813..1fc9158f5ea 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -91,6 +91,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Fix cache processor expiries heap cleanup on partial file writes. {pull}38561[38561] - Fix cache processor expiries infinite growth when large a large TTL is used and recurring keys are cached. {pull}38561[38561] - Fix parsing of RFC 3164 process IDs in syslog processor. {issue}38947[38947] {pull}38982[38982] +- apache: Rename field apache2.module.error into apache.module.error in the apache error visualization. {issue}39480[39480] {pull}39481[39481] *Auditbeat* - Set field types to correctly match ECS in sessionmd processor {issue}38955[38955] {pull}38994[38994] From 5d3e16effd5952f800576e1cca6c4070e07de16b Mon Sep 17 00:00:00 2001 From: Mirko Bez Date: Thu, 9 May 2024 09:24:34 +0200 Subject: [PATCH 4/4] Update CHANGELOG.next.asciidoc Co-authored-by: subham sarkar --- CHANGELOG.next.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 1fc9158f5ea..d40d849096d 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -91,7 +91,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff] - Fix cache processor expiries heap cleanup on partial file writes. {pull}38561[38561] - Fix cache processor expiries infinite growth when large a large TTL is used and recurring keys are cached. {pull}38561[38561] - Fix parsing of RFC 3164 process IDs in syslog processor. {issue}38947[38947] {pull}38982[38982] -- apache: Rename field apache2.module.error into apache.module.error in the apache error visualization. {issue}39480[39480] {pull}39481[39481] +- Rename the field "apache2.module.error" to "apache.module.error" in Apache error visualization. {issue}39480[39480] {pull}39481[39481] *Auditbeat* - Set field types to correctly match ECS in sessionmd processor {issue}38955[38955] {pull}38994[38994]