@@ -28,98 +28,98 @@ customConfig:
2828 type: filter
2929 inputs: [validEvents]
3030 condition: >-
31- .pod == "airflow-webserver-automatic -log-config -0" &&
31+ .pod == "airflow-webserver-auto -log-cfg -0" &&
3232 .container == "airflow"
3333 filteredAutomaticLogConfigWebserverGitSync:
3434 type: filter
3535 inputs: [validEvents]
3636 condition: >-
37- .pod == "airflow-webserver-automatic -log-config -0" &&
37+ .pod == "airflow-webserver-auto -log-cfg -0" &&
3838 .container == "git-sync-0"
3939 filteredAutomaticLogConfigWebserverVector:
4040 type: filter
4141 inputs: [validEvents]
4242 condition: >-
43- .pod == "airflow-webserver-automatic -log-config -0" &&
43+ .pod == "airflow-webserver-auto -log-cfg -0" &&
4444 .container == "vector"
4545 filteredCustomLogConfigWebserverAirflow:
4646 type: filter
4747 inputs: [validEvents]
4848 condition: >-
49- .pod == "airflow-webserver-custom-log-config -0" &&
49+ .pod == "airflow-webserver-custom-log-cfg -0" &&
5050 .container == "airflow"
5151 filteredCustomLogConfigWebserverVector:
5252 type: filter
5353 inputs: [validEvents]
5454 condition: >-
55- .pod == "airflow-webserver-custom-log-config -0" &&
55+ .pod == "airflow-webserver-custom-log-cfg -0" &&
5656 .container == "vector"
5757 filteredAutomaticLogConfigSchedulerAirflow:
5858 type: filter
5959 inputs: [validEvents]
6060 condition: >-
61- .pod == "airflow-scheduler-automatic -log-config -0" &&
61+ .pod == "airflow-scheduler-auto -log-cfg -0" &&
6262 .container == "airflow"
6363 filteredAutomaticLogConfigSchedulerGitSync:
6464 type: filter
6565 inputs: [validEvents]
6666 condition: >-
67- .pod == "airflow-scheduler-automatic -log-config -0" &&
67+ .pod == "airflow-scheduler-auto -log-cfg -0" &&
6868 .container == "git-sync-0"
6969 filteredAutomaticLogConfigSchedulerVector:
7070 type: filter
7171 inputs: [validEvents]
7272 condition: >-
73- .pod == "airflow-scheduler-automatic -log-config -0" &&
73+ .pod == "airflow-scheduler-auto -log-cfg -0" &&
7474 .container == "vector"
7575 filteredCustomLogConfigSchedulerAirflow:
7676 type: filter
7777 inputs: [validEvents]
7878 condition: >-
79- .pod == "airflow-scheduler-custom-log-config -0" &&
79+ .pod == "airflow-scheduler-custom-log-cfg -0" &&
8080 .container == "airflow"
8181 filteredCustomLogConfigSchedulerVector:
8282 type: filter
8383 inputs: [validEvents]
8484 condition: >-
85- .pod == "airflow-scheduler-custom-log-config -0" &&
85+ .pod == "airflow-scheduler-custom-log-cfg -0" &&
8686 .container == "vector"
8787{% if test_scenario ['values' ]['executor' ] == 'celery' %}
8888 filteredAutomaticLogConfigWorkerAirflow:
8989 type: filter
9090 inputs: [validEvents]
9191 condition: >-
92- .pod == "airflow-worker-automatic -log-config -0" &&
92+ .pod == "airflow-worker-auto -log-cfg -0" &&
9393 .container == "airflow"
9494 filteredAutomaticLogConfigWorkerGitSync:
9595 type: filter
9696 inputs: [validEvents]
9797 condition: >-
98- .pod == "airflow-worker-automatic -log-config -0" &&
98+ .pod == "airflow-worker-auto -log-cfg -0" &&
9999 .container == "git-sync-0"
100100 filteredAutomaticLogConfigWorkerGitSyncInit:
101101 type: filter
102102 inputs: [validEvents]
103103 condition: >-
104- .pod == "airflow-worker-automatic -log-config -0" &&
104+ .pod == "airflow-worker-auto -log-cfg -0" &&
105105 .container == "git-sync-0-init"
106106 filteredAutomaticLogConfigWorkerVector:
107107 type: filter
108108 inputs: [validEvents]
109109 condition: >-
110- .pod == "airflow-worker-automatic -log-config -0" &&
110+ .pod == "airflow-worker-auto -log-cfg -0" &&
111111 .container == "vector"
112112 filteredCustomLogConfigWorkerAirflow:
113113 type: filter
114114 inputs: [validEvents]
115115 condition: >-
116- .pod == "airflow-worker-custom-log-config -0" &&
116+ .pod == "airflow-worker-custom-log-cfg -0" &&
117117 .container == "airflow"
118118 filteredCustomLogConfigWorkerVector:
119119 type: filter
120120 inputs: [validEvents]
121121 condition: >-
122- .pod == "airflow-worker-custom-log-config -0" &&
122+ .pod == "airflow-worker-custom-log-cfg -0" &&
123123 .container == "vector"
124124{% elif test_scenario ['values' ]['executor' ] == 'kubernetes' %}
125125 filteredExampleTriggerTargetDagBashTaskBase:
0 commit comments