jedcunningham opened a new pull request #14625: URL: https://github.com/apache/airflow/pull/14625
closes: #13755 This adds support to choose different fields for `host` and `offset`. Filebeat 7 changed the defaults, and while one could probably move them back, making it configurable makes more sense. https://www.elastic.co/guide/en/beats/libbeat/current/breaking-changes-7.0.html `offset` -> `log.offset` `host.name` -> `host.hostname` (And based on #13755, something also uses a str `host`, not sure what though) This still needs test coverage. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
