Skip to content

Commit cbfc5b3

Browse files
authored
Allow "events" as a command type
1 parent f32374a commit cbfc5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunklib/searchcommands/internals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def validate_configuration_setting(specification, name, value):
326326
supporting_protocols=[1, 2]),
327327
'type': specification(
328328
type=(bytes, unicode),
329-
constraint=lambda value: value in ('eventing', 'reporting', 'streaming'),
329+
constraint=lambda value: value in ('eventing', 'reporting', 'streaming', 'events'),
330330
supporting_protocols=[2])}
331331

332332

0 commit comments

Comments
 (0)