[Apache] Add support for apache ISO timestamp-format in errorlog#14647
[Apache] Add support for apache ISO timestamp-format in errorlog#14647mykola-elastic merged 6 commits intoelastic:mainfrom
Conversation
|
@mykola-elastic Thanks. I forgot to add the PR link. |
mykola-elastic
left a comment
There was a problem hiding this comment.
Got those new messages with
ErrorLogFormat "[%{cuz}t] [%-m:%-l] [R:%L] [C:%{C}L] %7F: %E: %M"
in the my-http.conf
% docker run --rm -v ./my-httpd.conf:/usr/local/apache2/conf/httpd.conf httpd:2.4
Got
[2025-07-23 07:08:07.212504 +0000] [mpm_event:notice] AH00489: Apache/2.4.64 (Unix) configured -- resuming normal operations
[2025-07-23 07:08:07.212554 +0000] [core:notice] AH00094: Command line: 'httpd -D FOREGROUND'
|
@andrewkroh or @mykola-elastic Could you please run the CI tests? Thank you |
|
/test |
|
@ishleenk17 Should been fixed. Yould you please run CI tests again? |
|
/test |
|
No idea whats wrong with CI. CI fails on system test (due to failed apt upgrade), however the change pipeline test complete without fail. Any advice is appreciated. |
|
@mykola-elastic Can we try running CI? Maybe those buildkite-changes on main have fixed this issue? |
|
/test |
🚀 Benchmarks reportTo see the full report comment with |
💚 Build Succeeded
History
|
|
|
@ishleenk17 Could you please review and in follow-up approve and merge if applicable? Thank you |
|
@ishleenk17 or @mykola-elastic can we merge this as it has been approved? Thanks |
|
@Alphayeeeet thanks for the heads up |
|
Package apache - 2.1.0 containing this change is available at https://epr.elastic.co/package/apache/2.1.0/ |




Please label as enhancement
Proposed commit message
Add support for apache ISO timestamp-format in errorlog
According to the doc, apache supports an ISO timestamp since version 2.4.58
https://httpd.apache.org/docs/2.4/mod/core.html#errorlogformat
This feature should be supported in a backward compatible manner.