Skip to content

Commit

Permalink
Merge pull request #387 from SaltyHash123/patch-1
Browse files Browse the repository at this point in the history
Update filter.py
  • Loading branch information
ashah-splunk authored Dec 9, 2021
2 parents 79db92e + 4b3aef0 commit a17e0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/searchcommands_template/bin/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit a17e0cd

Please sign in to comment.