Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ elastic:
metrics_index: "$ES_METRICS_INDEX"
alerts_index: "$ES_ALERTS_INDEX"
telemetry_index: "$ES_TELEMETRY_INDEX"
run_tag: "$ES_RUN_TAG"

health_checks: # Utilizing health check endpoints to observe application behavior during chaos injection.
interval: $HEALTH_CHECK_INTERVAL
Expand Down
1 change: 1 addition & 0 deletions env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export ES_PORT=${ES_PORT:=443}
export ES_USERNAME=${ES_USERNAME:=elastic}
export ES_PASSWORD=${ES_PASSWORD}
export ES_VERIFY_CERTS=${ES_VERIFY_CERTS:=False}
export ES_RUN_TAG=${ES_RUN_TAG:=""}

export ES_METRICS_INDEX=${ES_METRICS_INDEX:=krkn-metrics}
export ES_ALERTS_INDEX=${ES_ALERTS_INDEX:=krkn-alerts}
Expand Down