"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VIEW_USER_SUMMARY = exports.VIEW_RULE_REFERENCE = exports.VIEW_RULE_DETAILS = exports.VIEW_PORT_DETAILS = exports.VIEW_INDICATOR_REFERENCE = exports.VIEW_HOST_SUMMARY = exports.VIEW_EVENT_REFERENCE = exports.SHOW_TOP_VALUES = exports.HIDE_TOP_VALUES = exports.EXPAND_IP_DETAILS = 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 SHOW_TOP_VALUES = _i18n.i18n.translate('xpack.securitySolution.expandedValue.showTopN.showTopValues', { defaultMessage: 'Show top values' }); exports.SHOW_TOP_VALUES = SHOW_TOP_VALUES; const HIDE_TOP_VALUES = _i18n.i18n.translate('xpack.securitySolution.expandedValue.hideTopValues.HideTopValues', { defaultMessage: 'Hide top values' }); exports.HIDE_TOP_VALUES = HIDE_TOP_VALUES; const VIEW_HOST_SUMMARY = _i18n.i18n.translate('xpack.securitySolution.expandedValue.links.viewHostSummary', { defaultMessage: 'View host summary' }); exports.VIEW_HOST_SUMMARY = VIEW_HOST_SUMMARY; const VIEW_USER_SUMMARY = _i18n.i18n.translate('xpack.securitySolution.expandedValue.links.viewUserSummary', { defaultMessage: 'View user summary' }); exports.VIEW_USER_SUMMARY = VIEW_USER_SUMMARY; const EXPAND_IP_DETAILS = _i18n.i18n.translate('xpack.securitySolution.expandedValue.links.expandIpDetails', { defaultMessage: 'Expand ip details' }); exports.EXPAND_IP_DETAILS = EXPAND_IP_DETAILS; const VIEW_RULE_DETAILS = _i18n.i18n.translate('xpack.securitySolution.expandedValue.links.viewRuleDetails', { defaultMessage: 'View rule details' }); exports.VIEW_RULE_DETAILS = VIEW_RULE_DETAILS; const VIEW_PORT_DETAILS = _i18n.i18n.translate('xpack.securitySolution.expandedValue.links.viewPortDetails', { defaultMessage: 'View port details' }); exports.VIEW_PORT_DETAILS = VIEW_PORT_DETAILS; const VIEW_RULE_REFERENCE = _i18n.i18n.translate('xpack.securitySolution.expandedValue.links.viewRuleReference', { defaultMessage: 'View rule reference' }); exports.VIEW_RULE_REFERENCE = VIEW_RULE_REFERENCE; const VIEW_EVENT_REFERENCE = _i18n.i18n.translate('xpack.securitySolution.expandedValue.links.viewEventReference', { defaultMessage: 'View event reference' }); exports.VIEW_EVENT_REFERENCE = VIEW_EVENT_REFERENCE; const VIEW_INDICATOR_REFERENCE = _i18n.i18n.translate('xpack.securitySolution.expandedValue.links.viewIndicatorReference', { defaultMessage: 'View indicator reference' }); exports.VIEW_INDICATOR_REFERENCE = VIEW_INDICATOR_REFERENCE;