home/versioned_docs/version-1.8.0/start/custom-config.md
Here it describes how to configure custom parameters for alerts, etc.
Configuration file application.yml of hertzbeat
Configuring the HertzBeat configuration file:
hertzbeat/config/application.ymlapplication.yml file must be mounted to the host machinehertzbeat/config/application.ymlalerter:
# Custom console URL
console-url: https://console.tancloud.io
By default, real-time metric data is stored in memory. You can configure Redis as a replacement using the settings below.
⚠️ Note: Set memory.enabled: false, redis.enabled: true
warehouse:
store:
memory:
enabled: false
init-size: 1024
redis:
enabled: true
host: 127.0.0.1
port: 6379
password: 123456