fix(conf): splunk cloud compatibility
This commit is contained in:
parent
9bfe891f02
commit
25ffffcfa6
|
@ -8,6 +8,10 @@ is_configured = false
|
|||
id = malware_filter
|
||||
check_for_updates = false
|
||||
|
||||
[id]
|
||||
name = malware-filter
|
||||
version = 0.0.9
|
||||
|
||||
[ui]
|
||||
is_visible = false
|
||||
label = malware-filter
|
||||
|
|
|
@ -1,27 +1,37 @@
|
|||
#
|
||||
# Custom search command
|
||||
#
|
||||
[default]
|
||||
[geturlhausfilter]
|
||||
filename = geturlhausfilter.py
|
||||
chunked = true
|
||||
python.version = python3
|
||||
|
||||
[geturlhausfilter]
|
||||
filename = geturlhausfilter.py
|
||||
|
||||
[getphishingfilter]
|
||||
filename = getphishingfilter.py
|
||||
chunked = true
|
||||
python.version = python3
|
||||
|
||||
[getpupfilter]
|
||||
filename = getpupfilter.py
|
||||
chunked = true
|
||||
python.version = python3
|
||||
|
||||
[getvnbadsitefilter]
|
||||
filename = getvnbadsitefilter.py
|
||||
chunked = true
|
||||
python.version = python3
|
||||
|
||||
[getbotnetfilter]
|
||||
filename = getbotnetfilter.py
|
||||
chunked = true
|
||||
python.version = python3
|
||||
|
||||
[getbotnetip]
|
||||
filename = getbotnetip.py
|
||||
chunked = true
|
||||
python.version = python3
|
||||
|
||||
[getopendbl]
|
||||
filename = getopendbl.py
|
||||
chunked = true
|
||||
python.version = python3
|
||||
|
|
Loading…
Reference in New Issue