aeroyorch opened a new issue, #64352: URL: https://github.com/apache/airflow/issues/64352
### What do you see as an issue? The Elasticsearch logging docs do not clearly explain the expected Elasticsearch document schema for rendering task logs in the Airflow 3 UI. In particular, it is unclear whether the actual log text is expected in `event`, in `message`, or whether both are fully supported. This is confusing for users who ship logs with external tools such as Fluent Bit / Fluentd / Logstash instead of using `write_to_es=True`. ### Solving the problem Clarify in Elasticsearch provider docs: - Whether `event` is required in Airflow 3. - Whether `message` is fully supported or only a fallback. - Which fields are required for querying and rendering, for example `log_id` (from `log_id_template`), `offset` (from `offset_field`), `event`, `host` (from `host_field`), `timestamp`, `level`, `chan`, and `logger`. - One minimal example document that is guaranteed to render correctly in the UI. ### Anything else _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
