{% extends base_template %} {% block html_param %}ng-app="app"{% endblock %} {% block title_page %}AL - Alerts{% endblock %} {% block css_import %} {% endblock %} {% block js_import %} {% endblock %} {% block ng_init %}ng-controller="ALController" ng-init="user={{user_js}};debug={{debug}};settings={{settings}};filter='{{search_text}}';time_separator='{{time_separator}}';tc='{{tc}}';tc_array={{tc_array}};group_by='{{group_by}}';filtering_group_by={{filtering_group_fields}};non_filtering_group_by={{non_filtering_group_fields}};{% if tc_start %}tc_start='{{tc_start}}';{% endif %}filter_queries={{filter_queries}};view_type='{{view_type}}';start();"{% endblock %} {% block loading_menu %}ng-hide="!loading_extra"{% endblock %} {% block content %} {{ app_name }} Alerts {%raw%} {{total}}+/{{total_instances}}+ alerts (filtered) Alert statistics {{key}} {{count}}x {{meta}} {{ related_ids.length }} alerts Listing of all related Alert IDs All IDs listed bellow match the following parameters: Query: {{ last_params.q }} Post filters: {{ last_params.fq | split }} Time restriction: reporting_ts:[{{ last_params.start }}-{{ last_params.tc }} TO {{ last_params.start }}] Alert IDs: {{ related_ids | joinBy:", " }} Workflow action The workflow action will be applied to a single alert with the following alert ID: {{ current_alert.event_id }} The workflow action will be applied to {{ current_alert.group_count }} alerts. This group of alertssingle alert is matching the following criterias: The workflow action will be applied to all {{ total }} alerts in the current view matching to following filters: Grouping focus: {{ group_by }}:{{ current_alert.group_by }} Post filters: {{ filter_queries | split }} Current query: {{ filter }} Time restriction: reporting_ts:[{{ tc_start }}-{{ tc }} TO {{ tc_start }}] Change the following workflow attributes: Labels {{ $item }} {{ label }} Priority LOW MEDIUM HIGH CRITICAL Status MALICIOUS NON-MALICIOUS ASSESS {{ last_error }} Favorite type private global Adding filter to favorites {{ last_error }} {{cur_favorite.classification | class_long}} Query Name Filter Post filters : {{filter_queries | split}} Time restiction : reporting_ts:[{{ tc_start }}{{ time_separator }}-{{ tc }} TO {{ tc_start }}] Clear extra filters Time constraint Group By Status No statuses matching this query {{count}}x {{status}} Priority No priorities matching this query {{count}}x {{priority}} Labels No labels matching this query {{count}}x {{label}} Personal filters No personal filters {{fav.name}} Global filters No global filters {{glob_f.name}} by {{glob_f.created_by}} Filter Syntax Take action on all Related IDs {% endraw %} {% if not is_readonly %} {% raw %} Take ownership Workflow action {% endraw %} {% endif %} {% raw %} {{invalid_query}} There are no alerts in the systemmatching this filter. {%endraw%} {% endblock %} {% block loading_jumbo %}ng-show="loading"{% endblock %}