Skip to content

Commit a17e0cd

Browse files
authored
Merge pull request #387 from SaltyHash123/patch-1
Update filter.py
2 parents 79db92e + 4b3aef0 commit a17e0cd

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)