-
|
As S3 has limited support for appending operations, the logs of DAG runs only appeared in the bucket when using S3 remote logging with Airflow. Reference |
Beta Was this translation helpful? Give feedback.
Answered by
mis98zb
Jun 26, 2023
Replies: 1 comment 2 replies
-
|
As my understanding, there is no official support to write log directly to elasticsearch. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kimminw00
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As my understanding, there is no official support to write log directly to elasticsearch.
You should use something like filebeat to collect logs from files to elasticsearch yourself, and tell airflow how to read it as this