ashb commented on a change in pull request #17552:
URL: https://github.com/apache/airflow/pull/17552#discussion_r709082411
##########
File path: docs/apache-airflow-providers-elasticsearch/logging/index.rst
##########
@@ -38,7 +38,7 @@ First, to use the handler, ``airflow.cfg`` must be configured
as follows:
[elasticsearch]
host = <host>:<port>
- log_id_template = {dag_id}-{task_id}-{execution_date}-{try_number}
+ log_id_template = {dag_id}-{task_id}-{data_interval_start}-{try_number}
Review comment:
The logs should be against the logical/execution date, not the data
interval start (as data_interval_start is not guaranteed to be unique.
--
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]