The webhook configuration for version 9.7.0 is not detailed #11656
Closed
1450793561
started this conversation in
General
Replies: 2 comments 2 replies
-
# webhook:
# default:
# # If true, this hook will apply on all rules, unless a rule has its own specific hook. Could have more than one default hooks in the same hook type.
# is-default: true
# urls:
# - http://127.0.0.1/notify/
# - http://127.0.0.1/go-wechat/
#
# gRPC:
# default:
# is-default: true
# target-host: 127.0.0.1
# target-port: 9888 These should be the right way. @wankai123 Could you update the docs? I noticed this exists in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
skywalking version; 9.7.0
The webhook configuration is not detailed in the alarm manual on the official website.
Can you give an example of webhook configuration?
Is this configuration correct?
`
webhooks:
is-default: true
webhooks:
Or is this configuration correct? And the oap log does not print the sent log
webhook:
Beta Was this translation helpful? Give feedback.
All reactions