notiftype:short # Change notification type short/long you want to receive. notiftype is optional and Default notification type is short (if not specified)
url:'MATTERMOST_SERVER_URL'# URL where Mattermost is running. e.g https://example.com:9243
token:'MATTERMOST_TOKEN'# Personal Access token generated by BotKube user
team:'MATTERMOST_TEAM'# Mattermost Team to configure with BotKube
channel:'MATTERMOST_CHANNEL'# Mattermost Channel for receiving BotKube alerts
notiftype:short # Change notification type short/long you want to receive. notiftype is optional and Default notification type is short (if not specified)
botid:'DISCORD_BOT_ID'# BotKube Application Client ID
channel:'DISCORD_CHANNEL_ID'# Discord Channel id for receiving BotKube alerts
notiftype:short # Change notification type short/long you want to receive. notiftype is optional and Default notification type is short (if not specified)
enabled:false# enable awsSigning using IAM for Elastisearch hosted on AWS, if true make sure AWS environment variables are set. Refer https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html
awsRegion:'us-east-1'# AWS region where Elasticsearch is deployed
roleArn:''# AWS IAM Role arn to assume for credentials, use this only if you dont want to use the EC2 instance role or not running on AWS instance
skipTLSVerify:false# toggle verification of TLS certificate of the Elastic nodes. Verification is skipped when option is true. Enable to connect to clusters with self-signed certs
url:"OPEN_SEARCH_URL"# url with '%s' to fill it with pod name, e.g. https://kibana-url.com/?query:(language:kuery,query:'kubernetes.pod.name:%20%22%s%22')