From c98f6cfc954a2ffd902191b36f84c87e8c7cb5da Mon Sep 17 00:00:00 2001 From: karel rehor Date: Fri, 6 Jun 2025 13:30:46 +0200 Subject: [PATCH] chore: cleanup lint warning --- content/kapacitor/v1/guides/anomaly_detection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/kapacitor/v1/guides/anomaly_detection.md b/content/kapacitor/v1/guides/anomaly_detection.md index 82da594c7..373dccd27 100644 --- a/content/kapacitor/v1/guides/anomaly_detection.md +++ b/content/kapacitor/v1/guides/anomaly_detection.md @@ -469,7 +469,7 @@ service kapacitor restart ``` Check the logs (`/var/log/kapacitor/` or `journalctl -f -n 256 -u kapacitor.service`) to make sure you see a -*Listening for signals* line and that no errors occurred. If you +_Listening for signals_ line and that no errors occurred. If you don't see the line, it's because the UDF process is hung and not responding. It should be killed after a timeout, so give it a moment to stop properly. Once stopped, you can fix any errors and try again.