mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 18:10:00 +00:00
This commit: - Adds support to automate the infrastructure pieces leveraged by Kraken including Cerberus and Elasticsearch - Adds a Kraken config that can be used to discover all the infra pieces automatically without having to tweak the configuration.
16 lines
423 B
YAML
16 lines
423 B
YAML
---
|
|
|
|
global:
|
|
writeToFile: true
|
|
metricsDirectory: collected-metrics
|
|
measurements:
|
|
- name: podLatency
|
|
esIndex: kraken
|
|
|
|
indexerConfig:
|
|
enabled: true
|
|
esServers: [http://0.0.0.0:9200] # Please change this to the respective Elasticsearch in use if you haven't run the podman-compose command to setup the infrastructure containers
|
|
insecureSkipVerify: true
|
|
defaultIndex: kraken
|
|
type: elastic
|