From 5fe677f9f0273c437b28acb5c994b36c44dbc260 Mon Sep 17 00:00:00 2001 From: Sohei Gallagher Date: Thu, 13 Feb 2025 11:44:17 -0800 Subject: [PATCH] [Logs] Add Description field in firewall_events dataset to the list of fields not supported for the filtering This adds `Description` field in `firewall_events` dataset to the list of fields not supported for the filtering. --- src/content/partials/logs/filtering-limitations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/partials/logs/filtering-limitations.mdx b/src/content/partials/logs/filtering-limitations.mdx index 6ab2216d4bca47d..2d32cc7f88aa921 100644 --- a/src/content/partials/logs/filtering-limitations.mdx +++ b/src/content/partials/logs/filtering-limitations.mdx @@ -7,5 +7,5 @@ Filtering is not supported on the following data types: `objects`, `array[object]`. -For the Firewall events dataset, the following fields are not supported: `Action`, `Kind`, `MatchIndex`, `Metadata`, `OriginatorRayID`, `RuleID`, and `Source`. +For the Firewall events dataset, the following fields are not supported: `Action`, `Description`, `Kind`, `MatchIndex`, `Metadata`, `OriginatorRayID`, `RuleID`, and `Source`. :::