Skip to content

Commit

Permalink
filebeat/module/apache: Rename the field apache2.module.error to `…
Browse files Browse the repository at this point in the history
…apache.module.error` (#39481)

* Rename apache2.module.error into apache.module.error

* Rename the field apache2.error.module into apache.error.module

* Add change log entry for the PR

* Update CHANGELOG.next.asciidoc

Co-authored-by: subham sarkar <[email protected]>

---------

Co-authored-by: subham sarkar <[email protected]>
  • Loading branch information
herrBez and shmsr authored May 28, 2024
1 parent 19499ae commit dff238b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,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]
- 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]
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="
}
}

0 comments on commit dff238b

Please sign in to comment.