mirror of
https://github.com/valitydev/botkube.git
synced 2024-11-06 00:15:22 +00:00
TD-74::fix empty url extraction
This commit is contained in:
parent
2f59042aa6
commit
1a96c7d1fc
@ -56,5 +56,5 @@ communications:
|
||||
enabled: false
|
||||
url: 'WEBHOOK_URL' # e.g https://example.com:80
|
||||
|
||||
podLogsDashboard:
|
||||
url: "KIBANA_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')
|
||||
podlogsdashboard:
|
||||
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')
|
||||
|
@ -14,7 +14,7 @@ import (
|
||||
|
||||
const (
|
||||
//Message string representing message template
|
||||
Message = "You can see your pod's errors in kibana:"
|
||||
Message = "You can see your pod's errors in OpenSearch: "
|
||||
)
|
||||
|
||||
// DeployErrorsChecker checks if some errors occurred during deployment
|
||||
|
@ -52,3 +52,8 @@ communications:
|
||||
webhook:
|
||||
enabled: true
|
||||
url: 'WEBHOOK_URL' # e.g https://example.com:80
|
||||
|
||||
# Settings for PodLogsDashboard
|
||||
podlogsdashboard:
|
||||
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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user