{% extends 'base.html' %} {% load ui_extras %} {% block content %}

Osquery

{% if show_terraform_export %} {% url 'osquery:terraform_export' as url %} {% button 'DOWNLOAD' url "Download Terraform config" %} {% endif %}
{% if perms.osquery.view_pack %}

Packs

{% endif %} {% if perms.osquery.view_query %}

Queries

{% endif %} {% if perms.osquery.view_distributedquery %}

Runs

{% endif %} {% if perms.osquery.view_configuration %}

Configurations

{% endif %} {% if perms.osquery.view_automatictableconstruction %}

Automatic table constructions

{% endif %} {% if perms.osquery.view_filecategory %}

File categories

{% endif %}
{% endblock %} {% block extrajs %} {% endblock %}