From ebed9aa584a03e814b7533057d3a0c87d9ae6c7c Mon Sep 17 00:00:00 2001 From: Iman Hassanein Date: Thu, 8 Jan 2026 13:48:03 -0500 Subject: [PATCH] adds new filters to the tenant events feed endpoint --- docs/snippets/endpoint-event-search-common.mdx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/snippets/endpoint-event-search-common.mdx b/docs/snippets/endpoint-event-search-common.mdx index 796b72a..667bac0 100644 --- a/docs/snippets/endpoint-event-search-common.mdx +++ b/docs/snippets/endpoint-event-search-common.mdx @@ -45,7 +45,7 @@ ## Paging -This endpoint supports the +This endpoint supports the [Flare standard paging pattern ](/concepts/paging). ## Body Parameters @@ -244,5 +244,17 @@ This endpoint supports the + + + If provided, results will be filtered on the tags. + + + + If set to true, results will be filtered to be events that have been ignored. + + + + If set to true, results will be filtered to be events that have been remediated. +