mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
35 lines
953 B
Django/Jinja
35 lines
953 B
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 }}
|
|
{% 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 %}
|
|
|
|
{% endfor %}
|