You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
579 B
14 lines
579 B
[script:entitlement_rule]
|
|
match = /content_library/entitlement/?
|
|
handler = entitlement_rule_handler_splunkd.EntitlementRuleHandler
|
|
script = entitlement_rule_handler_splunkd.py
|
|
scripttype = persist
|
|
python.version = python3
|
|
|
|
[script:discovery]
|
|
match = /content_library/discovery/?
|
|
handler = content_pack_discovery_handler_splunkd.ContentPackDiscoveryHandler
|
|
script = content_pack_discovery_handler_splunkd.py
|
|
scripttype = persist
|
|
python.version = python3
|