This is an automated email from the ASF dual-hosted git repository.

jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new b786fd70f49 Align log_id_template with current default in 
Elasticsearch provider (#64332)
b786fd70f49 is described below

commit b786fd70f49c667231f8260839404b0e07dc4712
Author: Jorge Rocamora <[email protected]>
AuthorDate: Sat Mar 28 11:28:22 2026 +0100

    Align log_id_template with current default in Elasticsearch provider 
(#64332)
---
 chart/values.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chart/values.yaml b/chart/values.yaml
index 8c380e5af73..1212eb0dc8d 100644
--- a/chart/values.yaml
+++ b/chart/values.yaml
@@ -3567,7 +3567,7 @@ config:
     dag_bundle_config_list: '{{ include "dag_bundle_config_list" . }}'
   elasticsearch:
     json_format: 'True'
-    log_id_template: "{dag_id}_{task_id}_{execution_date}_{try_number}"
+    log_id_template: "{dag_id}-{task_id}-{run_id}-{map_index}-{try_number}"
   elasticsearch_configs:
     max_retries: 3
     timeout: 30

Reply via email to