"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TIMELINE_DESCRIPTION = exports.OSQUERY_TITLE = exports.OSQUERY_DESCRIPTION = exports.INVESTIGATIONS_TITLE = 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 INVESTIGATIONS_TITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.navLinks.investigations.title', { defaultMessage: 'Investigations' }); exports.INVESTIGATIONS_TITLE = INVESTIGATIONS_TITLE; const TIMELINE_DESCRIPTION = _i18n.i18n.translate('xpack.securitySolutionServerless.navLinks.investigations.timeline.title', { defaultMessage: 'Central place for timelines and timeline templates' }); exports.TIMELINE_DESCRIPTION = TIMELINE_DESCRIPTION; const OSQUERY_TITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.navLinks.investigations.osquery.title', { defaultMessage: 'Osquery' }); exports.OSQUERY_TITLE = OSQUERY_TITLE; const OSQUERY_DESCRIPTION = _i18n.i18n.translate('xpack.securitySolutionServerless.navLinks.investigations.osquery.description', { defaultMessage: 'Deploy Osquery with Elastic Agent, then run and schedule queries in Kibana' }); exports.OSQUERY_DESCRIPTION = OSQUERY_DESCRIPTION;