diff --git a/dashy/falco-alerts-to-dashy.py b/dashy/falco-alerts-to-dashy.py index 267cce9..8dd6123 100755 --- a/dashy/falco-alerts-to-dashy.py +++ b/dashy/falco-alerts-to-dashy.py @@ -39,7 +39,7 @@ def to_dashy_entry(t): return { "link": { "text": f"{when} - {status} - {rule_name}", - "url": f"{NETDATA_URL}/", + "url": f"{NETDATA_URL}/alerts", "title": f"{status}: {rule_name}", }, "date": time.strftime("%Y-%m-%dT%H:%M:%SZ", time.gmtime(t["when"])),