"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.USER_TITLE = exports.USER_PREVALENCE_COLUMN_TITLE_TOOLTIP = exports.USERS_INFO_TITLE = exports.SESSION_VIEW_ERROR_MESSAGE = exports.RESPONSE_TITLE = exports.RELATED_USERS_TOOL_TIP = exports.RELATED_USERS_TITLE = exports.RELATED_USERS_TABLE_NO_DATA = exports.RELATED_HOSTS_TOOL_TIP = exports.RELATED_HOSTS_TITLE = exports.RELATED_HOSTS_TABLE_NO_DATA = exports.RELATED_ENTITIES_NAME_COLUMN_TITLE = exports.RELATED_ENTITIES_IP_COLUMN_TITLE = exports.RELATED_CASES_NO_DATA = exports.RELATED_ALERTS_BY_SOURCE_EVENT_NO_DATA = exports.RELATED_ALERTS_BY_SESSION_NO_DATA = exports.RELATED_ALERTS_BY_ANCESTRY_NO_DATA = exports.PREVALENCE_TABLE_VALUE_COLUMN_TITLE = exports.PREVALENCE_TABLE_PREVALENCE_COLUMN_TITLE = exports.PREVALENCE_TABLE_FIELD_COLUMN_TITLE = exports.PREVALENCE_TABLE_DOC_COUNT_COLUMN_TITLE_TOOLTIP = exports.PREVALENCE_TABLE_DOC_COUNT_COLUMN_TITLE = exports.PREVALENCE_TABLE_COUNT_COLUMN_TITLE = exports.PREVALENCE_TABLE_ALERT_COUNT_COLUMN_TITLE_TOOLTIP = exports.PREVALENCE_TABLE_ALERT_COUNT_COLUMN_TITLE = exports.PREVALENCE_NO_DATA_MESSAGE = exports.PREVALENCE_ERROR_MESSAGE = exports.HOST_TITLE = exports.HOST_PREVALENCE_COLUMN_TITLE_TOOLTIP = exports.HOSTS_INFO_TITLE = exports.ENTITIES_NO_DATA_MESSAGE = exports.CORRELATIONS_TIMESTAMP_COLUMN_TITLE = exports.CORRELATIONS_SEVERITY_COLUMN_TITLE = exports.CORRELATIONS_RULE_COLUMN_TITLE = exports.CORRELATIONS_REASON_COLUMN_TITLE = exports.CORRELATIONS_ERROR_MESSAGE = exports.CORRELATIONS_DETAILS_TABLE_FILTER = exports.CORRELATIONS_CASE_STATUS_COLUMN_TITLE = exports.CORRELATIONS_CASE_NAME_COLUMN_TITLE = exports.ANALYZER_ERROR_MESSAGE = void 0; var _i18n = require("@kbn/i18n"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ const ENTITIES_NO_DATA_MESSAGE = _i18n.i18n.translate('xpack.securitySolution.flyout.entitiesNoDataMessage', { defaultMessage: 'Host and user information are unavailable for this alert.' }); exports.ENTITIES_NO_DATA_MESSAGE = ENTITIES_NO_DATA_MESSAGE; const ANALYZER_ERROR_MESSAGE = _i18n.i18n.translate('xpack.securitySolution.flyout.analyzerErrorMessage', { defaultMessage: 'analyzer' }); exports.ANALYZER_ERROR_MESSAGE = ANALYZER_ERROR_MESSAGE; const SESSION_VIEW_ERROR_MESSAGE = _i18n.i18n.translate('xpack.securitySolution.flyout.sessionViewErrorMessage', { defaultMessage: 'session view' }); exports.SESSION_VIEW_ERROR_MESSAGE = SESSION_VIEW_ERROR_MESSAGE; const CORRELATIONS_ERROR_MESSAGE = _i18n.i18n.translate('xpack.securitySolution.flyout.correlationsErrorMessage', { defaultMessage: 'No correlations data available' }); exports.CORRELATIONS_ERROR_MESSAGE = CORRELATIONS_ERROR_MESSAGE; const USER_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.entities.userTitle', { defaultMessage: 'User' }); exports.USER_TITLE = USER_TITLE; const USER_PREVALENCE_COLUMN_TITLE_TOOLTIP = _i18n.i18n.translate('xpack.securitySolution.flyout.entities.userPrevalenceColumTitleTooltip', { defaultMessage: 'Percentage of unique users with identical field value pairs' }); exports.USER_PREVALENCE_COLUMN_TITLE_TOOLTIP = USER_PREVALENCE_COLUMN_TITLE_TOOLTIP; const USERS_INFO_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.entities.usersInfoTitle', { defaultMessage: 'User information' }); exports.USERS_INFO_TITLE = USERS_INFO_TITLE; const RELATED_HOSTS_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.entities.relatedHostsTitle', { defaultMessage: 'Related hosts' }); exports.RELATED_HOSTS_TITLE = RELATED_HOSTS_TITLE; const RELATED_HOSTS_TABLE_NO_DATA = _i18n.i18n.translate('xpack.securitySolution.flyout.entities.relatedHostsTableNoData', { defaultMessage: 'No hosts identified' }); exports.RELATED_HOSTS_TABLE_NO_DATA = RELATED_HOSTS_TABLE_NO_DATA; const RELATED_HOSTS_TOOL_TIP = userName => _i18n.i18n.translate('xpack.securitySolution.flyout.entities.relatedHostsToolTip', { defaultMessage: 'After this alert was generated, {userName} logged into these hosts. Check if this activity is normal.', values: { userName } }); exports.RELATED_HOSTS_TOOL_TIP = RELATED_HOSTS_TOOL_TIP; const RELATED_ENTITIES_NAME_COLUMN_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.entities.relatedEntitiesNameColumn', { defaultMessage: 'Name' }); exports.RELATED_ENTITIES_NAME_COLUMN_TITLE = RELATED_ENTITIES_NAME_COLUMN_TITLE; const RELATED_ENTITIES_IP_COLUMN_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.entities.relatedEntitiesIpColumn', { defaultMessage: 'Ip addresses' }); exports.RELATED_ENTITIES_IP_COLUMN_TITLE = RELATED_ENTITIES_IP_COLUMN_TITLE; const HOST_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.entities.hostTitle', { defaultMessage: 'Host' }); exports.HOST_TITLE = HOST_TITLE; const HOST_PREVALENCE_COLUMN_TITLE_TOOLTIP = _i18n.i18n.translate('xpack.securitySolution.flyout.entities.hostPrevalenceColumTitleTooltip', { defaultMessage: 'Percentage of unique hosts with identical field value pairs' }); exports.HOST_PREVALENCE_COLUMN_TITLE_TOOLTIP = HOST_PREVALENCE_COLUMN_TITLE_TOOLTIP; const HOSTS_INFO_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.entities.hostsInfoTitle', { defaultMessage: 'Host information' }); exports.HOSTS_INFO_TITLE = HOSTS_INFO_TITLE; const RELATED_USERS_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.entities.relatedUsersTitle', { defaultMessage: 'Related users' }); exports.RELATED_USERS_TITLE = RELATED_USERS_TITLE; const RELATED_USERS_TABLE_NO_DATA = _i18n.i18n.translate('xpack.securitySolution.flyout.entities.relatedUsersTableNoData', { defaultMessage: 'No users identified' }); exports.RELATED_USERS_TABLE_NO_DATA = RELATED_USERS_TABLE_NO_DATA; const RELATED_USERS_TOOL_TIP = hostName => _i18n.i18n.translate('xpack.securitySolution.flyout.entities.relatedUsersToolTip', { defaultMessage: 'After this alert was generated, these users logged into {hostName}. Check if this activity is normal.', values: { hostName } }); exports.RELATED_USERS_TOOL_TIP = RELATED_USERS_TOOL_TIP; const PREVALENCE_ERROR_MESSAGE = _i18n.i18n.translate('xpack.securitySolution.flyout.prevalenceErrorMessage', { defaultMessage: 'prevalence' }); exports.PREVALENCE_ERROR_MESSAGE = PREVALENCE_ERROR_MESSAGE; const PREVALENCE_NO_DATA_MESSAGE = _i18n.i18n.translate('xpack.securitySolution.flyout.prevalenceNoDataMessage', { defaultMessage: 'No prevalence data available' }); exports.PREVALENCE_NO_DATA_MESSAGE = PREVALENCE_NO_DATA_MESSAGE; const PREVALENCE_TABLE_FIELD_COLUMN_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.prevalenceTableFieldColumnTitle', { defaultMessage: 'Field' }); exports.PREVALENCE_TABLE_FIELD_COLUMN_TITLE = PREVALENCE_TABLE_FIELD_COLUMN_TITLE; const PREVALENCE_TABLE_VALUE_COLUMN_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.prevalenceTableValueColumnTitle', { defaultMessage: 'Value' }); exports.PREVALENCE_TABLE_VALUE_COLUMN_TITLE = PREVALENCE_TABLE_VALUE_COLUMN_TITLE; const PREVALENCE_TABLE_ALERT_COUNT_COLUMN_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.prevalenceTableAlertCountColumnTitle', { defaultMessage: 'Alert' }); exports.PREVALENCE_TABLE_ALERT_COUNT_COLUMN_TITLE = PREVALENCE_TABLE_ALERT_COUNT_COLUMN_TITLE; const PREVALENCE_TABLE_ALERT_COUNT_COLUMN_TITLE_TOOLTIP = _i18n.i18n.translate('xpack.securitySolution.flyout.prevalenceTableAlertCountColumnTitleTooltip', { defaultMessage: 'Total number of alerts with identical field value pairs' }); exports.PREVALENCE_TABLE_ALERT_COUNT_COLUMN_TITLE_TOOLTIP = PREVALENCE_TABLE_ALERT_COUNT_COLUMN_TITLE_TOOLTIP; const PREVALENCE_TABLE_DOC_COUNT_COLUMN_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.prevalenceTableDocCountColumnTitle', { defaultMessage: 'Document' }); exports.PREVALENCE_TABLE_DOC_COUNT_COLUMN_TITLE = PREVALENCE_TABLE_DOC_COUNT_COLUMN_TITLE; const PREVALENCE_TABLE_DOC_COUNT_COLUMN_TITLE_TOOLTIP = _i18n.i18n.translate('xpack.securitySolution.flyout.prevalenceTableDocCountColumnTitleTooltip', { defaultMessage: 'Total number of event documents with identical field value pairs' }); exports.PREVALENCE_TABLE_DOC_COUNT_COLUMN_TITLE_TOOLTIP = PREVALENCE_TABLE_DOC_COUNT_COLUMN_TITLE_TOOLTIP; const PREVALENCE_TABLE_COUNT_COLUMN_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.prevalenceTableCountColumnTitle', { defaultMessage: 'count' }); exports.PREVALENCE_TABLE_COUNT_COLUMN_TITLE = PREVALENCE_TABLE_COUNT_COLUMN_TITLE; const PREVALENCE_TABLE_PREVALENCE_COLUMN_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.prevalenceTablePrevalenceColumnTitle', { defaultMessage: 'prevalence' }); exports.PREVALENCE_TABLE_PREVALENCE_COLUMN_TITLE = PREVALENCE_TABLE_PREVALENCE_COLUMN_TITLE; const RESPONSE_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.response.title', { defaultMessage: 'Responses' }); exports.RESPONSE_TITLE = RESPONSE_TITLE; const CORRELATIONS_TIMESTAMP_COLUMN_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.correlations.timestampColumnTitle', { defaultMessage: 'Timestamp' }); exports.CORRELATIONS_TIMESTAMP_COLUMN_TITLE = CORRELATIONS_TIMESTAMP_COLUMN_TITLE; const CORRELATIONS_RULE_COLUMN_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.correlations.ruleColumnTitle', { defaultMessage: 'Rule' }); exports.CORRELATIONS_RULE_COLUMN_TITLE = CORRELATIONS_RULE_COLUMN_TITLE; const CORRELATIONS_REASON_COLUMN_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.correlations.reasonColumnTitle', { defaultMessage: 'Reason' }); exports.CORRELATIONS_REASON_COLUMN_TITLE = CORRELATIONS_REASON_COLUMN_TITLE; const CORRELATIONS_SEVERITY_COLUMN_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.correlations.severityColumnTitle', { defaultMessage: 'Severity' }); exports.CORRELATIONS_SEVERITY_COLUMN_TITLE = CORRELATIONS_SEVERITY_COLUMN_TITLE; const CORRELATIONS_CASE_STATUS_COLUMN_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.correlations.statusColumnTitle', { defaultMessage: 'Status' }); exports.CORRELATIONS_CASE_STATUS_COLUMN_TITLE = CORRELATIONS_CASE_STATUS_COLUMN_TITLE; const CORRELATIONS_CASE_NAME_COLUMN_TITLE = _i18n.i18n.translate('xpack.securitySolution.flyout.correlations.caseNameColumnTitle', { defaultMessage: 'Name' }); exports.CORRELATIONS_CASE_NAME_COLUMN_TITLE = CORRELATIONS_CASE_NAME_COLUMN_TITLE; const CORRELATIONS_DETAILS_TABLE_FILTER = _i18n.i18n.translate('xpack.securitySolution.flyout.correlations.correlationsDetailsTableFilter', { defaultMessage: 'Correlations Details Table Alert IDs' }); exports.CORRELATIONS_DETAILS_TABLE_FILTER = CORRELATIONS_DETAILS_TABLE_FILTER; const RELATED_ALERTS_BY_ANCESTRY_NO_DATA = _i18n.i18n.translate('xpack.securitySolution.flyout.correlations.relatedAlertsByAncestryNoData', { defaultMessage: 'No alerts related by ancestry' }); exports.RELATED_ALERTS_BY_ANCESTRY_NO_DATA = RELATED_ALERTS_BY_ANCESTRY_NO_DATA; const RELATED_ALERTS_BY_SOURCE_EVENT_NO_DATA = _i18n.i18n.translate('xpack.securitySolution.flyout.correlations.relatedAlertsBySourceEventNoData', { defaultMessage: 'No related source events' }); exports.RELATED_ALERTS_BY_SOURCE_EVENT_NO_DATA = RELATED_ALERTS_BY_SOURCE_EVENT_NO_DATA; const RELATED_ALERTS_BY_SESSION_NO_DATA = _i18n.i18n.translate('xpack.securitySolution.flyout.correlations.relatedAlertsBySessionNoData', { defaultMessage: 'No alerts related by session' }); exports.RELATED_ALERTS_BY_SESSION_NO_DATA = RELATED_ALERTS_BY_SESSION_NO_DATA; const RELATED_CASES_NO_DATA = _i18n.i18n.translate('xpack.securitySolution.flyout.correlations.relatedCasesNoData', { defaultMessage: 'No related cases' }); exports.RELATED_CASES_NO_DATA = RELATED_CASES_NO_DATA;