We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79db92e + 4b3aef0 commit a17e0cdCopy full SHA for a17e0cd
examples/searchcommands_template/bin/filter.py
@@ -5,7 +5,7 @@
5
6
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "lib"))
7
from splunklib.searchcommands import \
8
- dispatch, StreamingCommand, Configuration, Option, validators
+ dispatch, EventingCommand, Configuration, Option, validators
9
10
11
@Configuration()
0 commit comments