File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ elastic:
5656 metrics_index: "$ES_METRICS_INDEX"
5757 alerts_index: "$ES_ALERTS_INDEX"
5858 telemetry_index: "$ES_TELEMETRY_INDEX"
59+ run_tag: "$ES_RUN_TAG"
5960
6061health_checks: # Utilizing health check endpoints to observe application behavior during chaos injection.
6162 interval: $HEALTH_CHECK_INTERVAL
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ export ES_PORT=${ES_PORT:=443}
2626export ES_USERNAME=${ES_USERNAME:= elastic}
2727export ES_PASSWORD=${ES_PASSWORD}
2828export ES_VERIFY_CERTS=${ES_VERIFY_CERTS:= False}
29+ export ES_RUN_TAG=${ES_RUN_TAG:= " " }
2930
3031export ES_METRICS_INDEX=${ES_METRICS_INDEX:= krkn-metrics}
3132export ES_ALERTS_INDEX=${ES_ALERTS_INDEX:= krkn-alerts}
You can’t perform that action at this time.
0 commit comments