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

jscheffl pushed a commit to branch chart/v1-2x-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/chart/v1-2x-test by this push:
     new addd3091616 [chart/v1-2x-test] Align log_id_template with current 
default in Elasticsearch provider (#64332) (#64380)
addd3091616 is described below

commit addd30916165fbbc39301b3d674ea55218ce3b3e
Author: Jens Scheffler <[email protected]>
AuthorDate: Sat Mar 28 19:33:12 2026 +0100

    [chart/v1-2x-test] Align log_id_template with current default in 
Elasticsearch provider (#64332) (#64380)
    
    (cherry picked from commit b786fd70f49c667231f8260839404b0e07dc4712)
    
    Co-authored-by: Jorge Rocamora <[email protected]>
---
 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