{% extends "layout2.html" %} {% load i18n %} {% load static %} {% block css_include %} {% endblock %} {% block js_include %} {% endblock %} {% block content %}

 {% translate "Darwin Security policy" %}

{% translate "The friendly name of your policy (should be unique)" %}
{% translate "A description for your policy" %}

{% translate "Filters list" %}

{% translate "Enabled" %} {% translate "Filter name" %} {% translate "Threshold" %} {% translate "Log Level" %} {% translate "NB Thread" %} {% translate "Cache size" %} {% translate "Config" %} {% translate "" %}

 {% translate "Filter" %}

{% translate "The type of darwin filter this instance is" %}
This filter is not installed, it can be enabled but won't be started as long as it's not available {% translate "Whether this filter should be started" %}
{% translate "The threshold above which the filter should trigger an alert: filters return a certitude between 0 and 100 (inclusive), this tells the filter to raise an alert if the certitude for the data analysed is above or equal to this threshold" %}
{% translate "The logging level for this particular instance (closer to DEBUG means more info, but also more disk space taken and less performances overall)" %}
{% translate "The number of concurrent threads to run for this instance (going above 10 is rarely a good idea)" %}
{% translate "The weight of this filter when calculating mean certitude during multiple calls to different filters with the same data" %}
{% translate "The number of cache entries the filter can have to keep previous results" %}
{% translate "A list of tags to add in case enrichment is activated on source, and filter returns a certitude above threshold (a match)" %}
{% endblock %} {% block jquery_code %} let object_id = '{{ object_id }}' let clone = {{ clone }} let darwin_filters = {{ darwin_filters|safe }} let darwin_policy_list_uri = "{% url 'darwin.policy.list' %}" let darwin_policy_api_uri = "{% url 'darwin.policy.api' %}" let application_reputation_ctx_uri = "{% url 'applications.reputation_ctx.api' %}" let darwin_filter_ressources_uri = "{% url 'darwin.filter.api' %}" {% endblock %}