From 4b3aef0a6fc005fb21e20c83d4133b6618079320 Mon Sep 17 00:00:00 2001 From: Roey <33815022+SaltyHash123@users.noreply.github.com> Date: Tue, 6 Jul 2021 14:47:43 +0200 Subject: [PATCH] Update filter.py Seems the import was wrong --- examples/searchcommands_template/bin/filter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/searchcommands_template/bin/filter.py b/examples/searchcommands_template/bin/filter.py index 194118af0..153c76a69 100644 --- a/examples/searchcommands_template/bin/filter.py +++ b/examples/searchcommands_template/bin/filter.py @@ -5,7 +5,7 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "lib")) from splunklib.searchcommands import \ - dispatch, StreamingCommand, Configuration, Option, validators + dispatch, EventingCommand, Configuration, Option, validators @Configuration()