From 6d8927f305cd0ee6ab508bdf0fa97e4f4cdc0a2b Mon Sep 17 00:00:00 2001 From: Maksym Yadlovskyi Date: Wed, 11 Mar 2026 13:33:29 +0100 Subject: [PATCH] Add changelog --- changelog/unreleased/pr-25292.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/pr-25292.toml diff --git a/changelog/unreleased/pr-25292.toml b/changelog/unreleased/pr-25292.toml new file mode 100644 index 0000000000..a30d302693 --- /dev/null +++ b/changelog/unreleased/pr-25292.toml @@ -0,0 +1,5 @@ +type = "a" +message = "Added a default timestamp filter for Alerts and Events table to show entities from the last month." + +pulls = ["25292"] +issues = ["24361"]