mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
41 lines
1.1 KiB
Django/Jinja
41 lines
1.1 KiB
Django/Jinja
#############
|
|
# Automatically generated by generator.py in splunk/security-content
|
|
# On Date: {{ time }} UTC
|
|
# Author: Splunk Security Research
|
|
# Contact: research@splunk.com
|
|
#############
|
|
|
|
{% for lookup in lookups %}
|
|
[{{ lookup.name }}]
|
|
{% if lookup.filename is defined %}
|
|
filename = {{ lookup.filename }}
|
|
{% else %}
|
|
collection = {{ lookup.collection }}
|
|
external_type = kvstore
|
|
{% endif %}
|
|
{% if lookup.default_match is defined %}
|
|
default_match = {{ lookup.default_match }}
|
|
{% endif %}
|
|
{% if lookup.case_sensitive_match is defined %}
|
|
case_sensitive_match = {{ lookup.case_sensitive_match }}
|
|
{% endif %}
|
|
{% if lookup.description is defined %}
|
|
# description = {{ lookup.description }}
|
|
{% endif %}
|
|
{% if lookup.match_type is defined %}
|
|
match_type = {{ lookup.match_type }}
|
|
{% endif %}
|
|
{% if lookup.max_matches is defined %}
|
|
max_matches = {{ lookup.max_matches }}
|
|
{% endif %}
|
|
{% if lookup.min_matches is defined %}
|
|
min_matches = {{ lookup.min_matches }}
|
|
{% endif %}
|
|
{% if lookup.fields_list is defined %}
|
|
fields_list = {{ lookup.fields_list }}
|
|
{% endif %}
|
|
{% if lookup.filter is defined %}
|
|
filter = {{ lookup.filter }}
|
|
{% endif %}
|
|
|
|
{% endfor %} |