ashb commented on a change in pull request #17552:
URL: https://github.com/apache/airflow/pull/17552#discussion_r709220227
##########
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:
At least conceptually it should be against the logcial date, even if
_for now_ these have the same value.
--
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]