Files
splunk-security_content/bin/jinja2_templates/doc_navigation.j2
2021-10-28 23:41:25 -04:00

47 lines
1.3 KiB
Django/Jinja

main:
- title: "Detections"
url: /detections/
- title: "Analytic Stories"
url: /stories/
- title: "Playbooks"
url: /playbooks/
- title: "Tags"
url: /tags/
- title: "About"
url: https://www.splunk.com/en_us/cyber-security/threat-research.html
detections:
- title: "Tactic"
children:
{%- for tactic in tactics %}
- title: {{ tactic }}
url: /detections/{{ tactic | lower | replace(" ", "_") }}/
{%- endfor %}
- title: "Datamodel"
children:
{%- for datamodel in datamodels %}
- title: {{ datamodel }}
url: /detections/{{ datamodel | lower | replace(" ", "_") }}/
{%- endfor %}
- title: "Product"
children:
- title: "Splunk Enterprise Security"
url: /tags/#splunk-enterprise-security
- title: "Splunk Behavioral Analytics"
url: /tags/#splunk-behavioral-analytics
- title: "Splunk Security Analytics for AWS"
url: /tags/#splunk-security-analytics-for-aws
stories:
- title: "Use Case"
children:
{%- for category in categories %}
- title: {{ category }}
url: /stories/{{ category | lower | replace(" ", "_") }}/
{%- endfor %}
playbooks:
- title: "Type"
children:
- title: "Response"
url: /tags/#response/
- title: "Investigation"
url: /tags/#investigation/