Skip to content

Commit c8f98aa

Browse files
committed
Add graylog system notification cleaner - 4
1 parent f5500cb commit c8f98aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/graylog/scripts/clean_system_notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def delete_notification(
3232
url = f"{base_url}/api/system/notifications/{notification_type}/{notification_id}"
3333

3434
headers = {
35-
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:138.0) Gecko/20100101 Firefox/138.0",
35+
"User-Agent": "cli",
3636
"Accept": "application/json",
3737
"Accept-Language": "en-US,en;q=0.5",
3838
"X-Requested-With": "XMLHttpRequest",

0 commit comments

Comments
 (0)