From 81aa225a0ff2d3741da58222d4325e28cb5fd960 Mon Sep 17 00:00:00 2001 From: Brian Grabau Date: Mon, 19 Aug 2024 15:17:39 -0500 Subject: [PATCH] fixed syntax --- config/enrichments/06_url.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/enrichments/06_url.conf b/config/enrichments/06_url.conf index f2f16610..07426415 100644 --- a/config/enrichments/06_url.conf +++ b/config/enrichments/06_url.conf @@ -63,7 +63,7 @@ filter { "[tmp][sld]" => "[url][subdomain]" "[tmp][tld]" => "[url][top_level_domain]" } - "remove_field" => [ "tmp" ] + remove_field => [ "tmp" ] } } }