"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VISUALIZE_BUTTONGROUP_OPTIONS = exports.THREAT_INTELLIGENCE_BUTTON = exports.SESSION_VIEW_BUTTON = exports.PREVALENCE_BUTTON = exports.INSIGHTS_BUTTONGROUP_OPTIONS = exports.ENTITIES_BUTTON = exports.CORRELATIONS_BUTTON = exports.ANALYZER_GRAPH_BUTTON = 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 VISUALIZE_BUTTONGROUP_OPTIONS = _i18n.i18n.translate('xpack.securitySolution.flyout.documentDetails.visualizeOptions', { defaultMessage: 'Visualize options' }); exports.VISUALIZE_BUTTONGROUP_OPTIONS = VISUALIZE_BUTTONGROUP_OPTIONS; const SESSION_VIEW_BUTTON = _i18n.i18n.translate('xpack.securitySolution.flyout.documentDetails.sessionViewButton', { defaultMessage: 'Session View' }); exports.SESSION_VIEW_BUTTON = SESSION_VIEW_BUTTON; const ANALYZER_GRAPH_BUTTON = _i18n.i18n.translate('xpack.securitySolution.flyout.documentDetails.analyzerGraphButton', { defaultMessage: 'Analyzer Graph' }); exports.ANALYZER_GRAPH_BUTTON = ANALYZER_GRAPH_BUTTON; const INSIGHTS_BUTTONGROUP_OPTIONS = _i18n.i18n.translate('xpack.securitySolution.flyout.documentDetails.insightsOptions', { defaultMessage: 'Insights options' }); exports.INSIGHTS_BUTTONGROUP_OPTIONS = INSIGHTS_BUTTONGROUP_OPTIONS; const ENTITIES_BUTTON = _i18n.i18n.translate('xpack.securitySolution.flyout.documentDetails.entitiesButton', { defaultMessage: 'Entities' }); exports.ENTITIES_BUTTON = ENTITIES_BUTTON; const THREAT_INTELLIGENCE_BUTTON = _i18n.i18n.translate('xpack.securitySolution.flyout.documentDetails.threatIntelligenceButton', { defaultMessage: 'Threat intelligence' }); exports.THREAT_INTELLIGENCE_BUTTON = THREAT_INTELLIGENCE_BUTTON; const PREVALENCE_BUTTON = _i18n.i18n.translate('xpack.securitySolution.flyout.documentDetails.prevalenceButton', { defaultMessage: 'Prevalence' }); exports.PREVALENCE_BUTTON = PREVALENCE_BUTTON; const CORRELATIONS_BUTTON = _i18n.i18n.translate('xpack.securitySolution.flyout.documentDetails.correlationsButton', { defaultMessage: 'Correlations' }); exports.CORRELATIONS_BUTTON = CORRELATIONS_BUTTON;