Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filebeat/module/apache: Rename the field apache2.module.error to apache.module.error #39481

Merged
merged 8 commits into from
May 28, 2024
Merged
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
herrBez marked this conversation as resolved.
Show resolved Hide resolved

*Auditbeat*
- Set field types to correctly match ECS in sessionmd processor {issue}38955[38955] {pull}38994[38994]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"columns": [
"source.address",
"log.level",
"apache2.error.module",
"apache.error.module",
"message"
],
"enhancements": {},
Expand Down Expand Up @@ -215,4 +215,4 @@
"type": "dashboard",
"updated_at": "2021-08-04T16:33:55.372Z",
"version": "WzQzNDUsMV0="
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"columns": [
"source.address",
"log.level",
"apache2.error.module",
"apache.error.module",
"message"
],
"description": "",
Expand Down Expand Up @@ -55,4 +55,4 @@
"type": "search",
"updated_at": "2021-08-04T16:33:55.372Z",
"version": "WzQzNDMsMV0="
}
}
Loading