eladkal commented on code in PR #44973: URL: https://github.com/apache/airflow/pull/44973#discussion_r1887963370
########## docs/apache-airflow-providers-elasticsearch/logging/index.rst: ########## @@ -22,6 +22,8 @@ Writing logs to Elasticsearch Airflow can be configured to read task logs from Elasticsearch and optionally write logs to stdout in standard or json format. These logs can later be collected and forwarded to the Elasticsearch cluster using tools like fluentd, logstash or others. +Airflow also supports writing log to Elasticsearch directly without requiring additional software like filebeat and logstash. To enable this feature, set ``write_to_es`` and ``json_format`` to ``True`` and ``write_stdout`` to ``False`` in ``airflow.cfg``. Review Comment: Is there a downside for such setup that we need to mention? For example: sine no filebeat and logstash. Is there a risk of losing some records? -- 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]
