l monitoring: use correct logstash url
This commit is contained in:
parent
6166b3b84e
commit
28d6704a0d
|
@ -164,7 +164,7 @@
|
|||
];
|
||||
"webhook_configs" = [
|
||||
{
|
||||
"url" = "https://example.com/prometheus-alerts";
|
||||
"url" = "http://127.0.0.1:14813/prometheus-alerts";
|
||||
"send_resolved" = true;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue