Filebeat apache error fileset doesn't support timezones #12772
Labels
bug
Filebeat
Filebeat
good first issue
Indicates a good issue for first-time contributors
module
Team:Integrations
Label for the Integrations team
Apache error fileset is not timezone aware, so dates are read as UTC.
We should update it to include the
add_locale
processor and take the local timezone into account when ingesting them. Similar NGINX module is already doing it with:beats/filebeat/module/nginx/access/config/nginx-access.yml
Lines 8 to 9 in 983564f
beats/filebeat/module/nginx/access/ingest/default.json
Lines 96 to 102 in 983564f
The text was updated successfully, but these errors were encountered: