Files
splunk-security_content/bin/jinja2_templates/transforms.j2
2020-05-28 13:31:49 -07:00

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 %}