Skip to content

Commit 4b3aef0

Browse files
authored
Update filter.py
Seems the import was wrong
1 parent 13f07cd commit 4b3aef0

File tree

1 file changed

+1
-1
lines changed
  • examples/searchcommands_template/bin

1 file changed

+1
-1
lines changed

examples/searchcommands_template/bin/filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "lib"))
77
from splunklib.searchcommands import \
8-
dispatch, StreamingCommand, Configuration, Option, validators
8+
dispatch, EventingCommand, Configuration, Option, validators
99

1010

1111
@Configuration()

0 commit comments

Comments
 (0)