"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WELCOME_PANEL_PROJECT_CREATED_TITLE = exports.WELCOME_PANEL_PROJECT_CREATED_DESCRIPTION = exports.WELCOME_PANEL_PROGRESS_TRACKER_TITLE = exports.WELCOME_PANEL_PROGRESS_TRACKER_DESCRIPTION = exports.WELCOME_PANEL_INVITE_YOUR_TEAM_TITLE = exports.WELCOME_PANEL_INVITE_YOUR_TEAM_DESCRIPTION = exports.WATCH_OVERVIEW_VIDEO_HEADER = exports.UNDO_MARK_AS_DONE_TITLE = exports.TOGGLE_PANEL_TITLE = exports.TOGGLE_PANEL_EMPTY_TITLE = exports.TOGGLE_PANEL_EMPTY_DESCRIPTION = exports.STEP_TIME_MIN = exports.STEPS_LEFT = exports.RESPOND_TO_THREATS_STEP2 = exports.RESPOND_TO_THREATS_STEP1 = exports.PROTECT_YOUR_ENVIRONMENT_TITLE = exports.PRODUCT_BADGE_EDR = exports.PRODUCT_BADGE_CLOUD = exports.PRODUCT_BADGE_ANALYTICS = exports.OPTIMIZE_YOUR_WORKSPACE_STEP5 = exports.OPTIMIZE_YOUR_WORKSPACE_STEP4 = exports.OPTIMIZE_YOUR_WORKSPACE_STEP3 = exports.OPTIMIZE_YOUR_WORKSPACE_STEP2 = exports.OPTIMIZE_YOUR_WORKSPACE_STEP1 = exports.MASTER_THE_INVESTIGATION_STEP5 = exports.MASTER_THE_INVESTIGATION_STEP4 = exports.MASTER_THE_INVESTIGATION_STEP3 = exports.MASTER_THE_INVESTIGATION_STEP2 = exports.MASTER_THE_INVESTIGATION_STEP1 = exports.MARK_AS_DONE_TITLE = exports.INTRODUCTION_TITLE = exports.INTRODUCTION_STEP1_DESCRIPTION2 = exports.INTRODUCTION_STEP1_DESCRIPTION1 = exports.INTRODUCTION_STEP1 = exports.GET_STARTED_PAGE_TITLE = exports.GET_STARTED_PAGE_SUBTITLE = exports.GET_STARTED_PAGE_DESCRIPTION = exports.GET_SET_UP_TITLE = exports.GET_MORE_TITLE = exports.EXPLORE_TITLE = exports.EXPLORE_STEP2_DESCRIPTION1 = exports.EXPLORE_STEP2 = exports.EXPLORE_STEP1_DESCRIPTION1 = exports.EXPLORE_STEP1 = exports.ENDPOINT_SWITCH_LABEL = exports.CONFIGURE_TITLE = exports.CONFIGURE_STEP4_DESCRIPTION1 = exports.CONFIGURE_STEP4_BUTTON = exports.CONFIGURE_STEP4 = exports.CONFIGURE_STEP3_DESCRIPTION1 = exports.CONFIGURE_STEP3_BUTTON = exports.CONFIGURE_STEP3 = exports.CONFIGURE_STEP2_DESCRIPTION1 = exports.CONFIGURE_STEP2 = exports.CONFIGURE_STEP1_DESCRIPTION1 = exports.CONFIGURE_STEP1 = exports.CLOUD_SWITCH_LABEL = exports.ANALYTICS_SWITCH_LABEL = 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 GET_STARTED_PAGE_TITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.title', { defaultMessage: `Welcome` }); exports.GET_STARTED_PAGE_TITLE = GET_STARTED_PAGE_TITLE; const GET_STARTED_PAGE_SUBTITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.subTitle', { defaultMessage: `Let's get started` }); exports.GET_STARTED_PAGE_SUBTITLE = GET_STARTED_PAGE_SUBTITLE; const GET_STARTED_PAGE_DESCRIPTION = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.description', { defaultMessage: `Set up your Elastic Security workspace. Use the toggles below to curate a list of tasks that best fits your environment` }); exports.GET_STARTED_PAGE_DESCRIPTION = GET_STARTED_PAGE_DESCRIPTION; const WELCOME_PANEL_PROJECT_CREATED_TITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.welcomePanel.projectCreated.title', { defaultMessage: `Project created` }); exports.WELCOME_PANEL_PROJECT_CREATED_TITLE = WELCOME_PANEL_PROJECT_CREATED_TITLE; const WELCOME_PANEL_PROJECT_CREATED_DESCRIPTION = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.welcomePanel.projectCreated.description', { defaultMessage: `View all projects here.` }); exports.WELCOME_PANEL_PROJECT_CREATED_DESCRIPTION = WELCOME_PANEL_PROJECT_CREATED_DESCRIPTION; const WELCOME_PANEL_INVITE_YOUR_TEAM_TITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.welcomePanel.inviteYourTeam.title', { defaultMessage: 'Invite your team' }); exports.WELCOME_PANEL_INVITE_YOUR_TEAM_TITLE = WELCOME_PANEL_INVITE_YOUR_TEAM_TITLE; const WELCOME_PANEL_INVITE_YOUR_TEAM_DESCRIPTION = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.welcomePanel.inviteYourTeam.description', { defaultMessage: `Boost security through collaboration` }); exports.WELCOME_PANEL_INVITE_YOUR_TEAM_DESCRIPTION = WELCOME_PANEL_INVITE_YOUR_TEAM_DESCRIPTION; const WELCOME_PANEL_PROGRESS_TRACKER_TITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.welcomePanel.progressTracker.title', { defaultMessage: 'Progress tracker' }); exports.WELCOME_PANEL_PROGRESS_TRACKER_TITLE = WELCOME_PANEL_PROGRESS_TRACKER_TITLE; const WELCOME_PANEL_PROGRESS_TRACKER_DESCRIPTION = tasks => _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.welcomePanel.progressTracker.note', { defaultMessage: `{tasks, plural, =1 {task} other {tasks}} completed`, values: { tasks } }); exports.WELCOME_PANEL_PROGRESS_TRACKER_DESCRIPTION = WELCOME_PANEL_PROGRESS_TRACKER_DESCRIPTION; const STEP_TIME_MIN = min => _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.progressTracker.stepTimeMin', { defaultMessage: 'About {min} {min, plural, =1 {min} other {mins}}', values: { min } }); exports.STEP_TIME_MIN = STEP_TIME_MIN; const STEPS_LEFT = steps => _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.progressTracker.stepsLeft', { defaultMessage: '{steps} {steps, plural, =1 {step} other {steps}} left', values: { steps } }); exports.STEPS_LEFT = STEPS_LEFT; const GET_SET_UP_TITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.getSetUp.title', { defaultMessage: 'Get set up' }); exports.GET_SET_UP_TITLE = GET_SET_UP_TITLE; const INTRODUCTION_TITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.introduction.title', { defaultMessage: 'Introduction' }); exports.INTRODUCTION_TITLE = INTRODUCTION_TITLE; const INTRODUCTION_STEP1 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.introduction.step', { defaultMessage: 'Get to know Elastic Security' }); exports.INTRODUCTION_STEP1 = INTRODUCTION_STEP1; const INTRODUCTION_STEP1_DESCRIPTION1 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.introduction.step1.description1', { defaultMessage: `Elastic Security unifies analytics, EDR, cloud security capabilities, and more into a SaaS solution that helps you improve your organization’s security posture, defend against a wide range of threats, and prevent breaches. ` }); exports.INTRODUCTION_STEP1_DESCRIPTION1 = INTRODUCTION_STEP1_DESCRIPTION1; const INTRODUCTION_STEP1_DESCRIPTION2 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.introduction.step1.description2', { defaultMessage: `To explore the platform’s core features, watch the video:` }); exports.INTRODUCTION_STEP1_DESCRIPTION2 = INTRODUCTION_STEP1_DESCRIPTION2; const PRODUCT_BADGE_ANALYTICS = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.productBadge.analytics', { defaultMessage: 'Analytics' }); exports.PRODUCT_BADGE_ANALYTICS = PRODUCT_BADGE_ANALYTICS; const PRODUCT_BADGE_CLOUD = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.productBadge.cloud', { defaultMessage: 'Cloud' }); exports.PRODUCT_BADGE_CLOUD = PRODUCT_BADGE_CLOUD; const PRODUCT_BADGE_EDR = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.productBadge.edr', { defaultMessage: 'EDR' }); exports.PRODUCT_BADGE_EDR = PRODUCT_BADGE_EDR; const WATCH_OVERVIEW_VIDEO_HEADER = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.getToKnowElasticSecurity.header', { defaultMessage: 'Elastic Security' }); exports.WATCH_OVERVIEW_VIDEO_HEADER = WATCH_OVERVIEW_VIDEO_HEADER; const CONFIGURE_TITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.configure.title', { defaultMessage: 'Configure' }); exports.CONFIGURE_TITLE = CONFIGURE_TITLE; const CONFIGURE_STEP1 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.configure.step1', { defaultMessage: 'Learn about Elastic Agent and Fleet' }); exports.CONFIGURE_STEP1 = CONFIGURE_STEP1; const CONFIGURE_STEP1_DESCRIPTION1 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.configure.step1.description1', { defaultMessage: 'Elastic Agent is a single, unified way to add monitoring for logs, metrics, and other types of data to a host. It can also protect hosts from security threats, query data from operating systems, forward data from remote services or hardware, and more.' }); exports.CONFIGURE_STEP1_DESCRIPTION1 = CONFIGURE_STEP1_DESCRIPTION1; const CONFIGURE_STEP2 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.configure.step2', { defaultMessage: 'Deploy Elastic Defend to protect your endpoints' }); exports.CONFIGURE_STEP2 = CONFIGURE_STEP2; const CONFIGURE_STEP2_DESCRIPTION1 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.configure.step2.description1', { defaultMessage: 'Elastic Defend provides organizations with prevention, detection, and response capabilities with deep visibility for EPP, EDR, SIEM, and Security Analytics use cases across Windows, macOS, and Linux operating systems running on both traditional endpoints and public cloud environments.' }); exports.CONFIGURE_STEP2_DESCRIPTION1 = CONFIGURE_STEP2_DESCRIPTION1; const CONFIGURE_STEP3 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.configure.step3', { defaultMessage: 'Connect to existing data sources' }); exports.CONFIGURE_STEP3 = CONFIGURE_STEP3; const CONFIGURE_STEP3_DESCRIPTION1 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.configure.step3.description1', { defaultMessage: 'Elastic integrations provide an easy way to connect Elastic to external services and systems, and quickly get insights or take action. They can collect new sources of data, and they often ship with out-of-the-box assets like dashboards, visualizations, and pipelines to extract structured fields out of logs and events.' }); exports.CONFIGURE_STEP3_DESCRIPTION1 = CONFIGURE_STEP3_DESCRIPTION1; const CONFIGURE_STEP3_BUTTON = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.configure.step3.button.title', { defaultMessage: 'Go to integrations' }); exports.CONFIGURE_STEP3_BUTTON = CONFIGURE_STEP3_BUTTON; const CONFIGURE_STEP4 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.configure.step4', { defaultMessage: 'Enable prebuilt rules or create your own' }); exports.CONFIGURE_STEP4 = CONFIGURE_STEP4; const CONFIGURE_STEP4_DESCRIPTION1 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.configure.step4.description1', { defaultMessage: 'Rules run periodically and search for suspicious events, sequences, machine learning anomalies, and more! When a rule’s criteria are met, a detection alert is created.' }); exports.CONFIGURE_STEP4_DESCRIPTION1 = CONFIGURE_STEP4_DESCRIPTION1; const CONFIGURE_STEP4_BUTTON = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.configure.step4.button.title', { defaultMessage: 'Add Elastic rules' }); exports.CONFIGURE_STEP4_BUTTON = CONFIGURE_STEP4_BUTTON; const EXPLORE_TITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.explore.title', { defaultMessage: 'Explore' }); exports.EXPLORE_TITLE = EXPLORE_TITLE; const EXPLORE_STEP1 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.explore.step1', { defaultMessage: 'View alerts' }); exports.EXPLORE_STEP1 = EXPLORE_STEP1; const EXPLORE_STEP1_DESCRIPTION1 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.explore.step1.description1', { defaultMessage: 'The Alerts page displays all detection alerts following rule configuration from above. From the Alerts page, you can prioritize, triage, investigate alerts, and escalate alerts to a Case. Rules must be enabled for any alerts to be created.' }); exports.EXPLORE_STEP1_DESCRIPTION1 = EXPLORE_STEP1_DESCRIPTION1; const EXPLORE_STEP2 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.explore.step2', { defaultMessage: 'Analyze data dashboards' }); exports.EXPLORE_STEP2 = EXPLORE_STEP2; const EXPLORE_STEP2_DESCRIPTION1 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.explore.step2.description1', { defaultMessage: 'The Overview dashboard provides a high-level snapshot of alerts and events. It helps you assess overall system health and find anomalies that may require further investigation.' }); exports.EXPLORE_STEP2_DESCRIPTION1 = EXPLORE_STEP2_DESCRIPTION1; const PROTECT_YOUR_ENVIRONMENT_TITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.protectYourEnvironmentInRealtime.title', { defaultMessage: 'Protect your environment in realtime' }); exports.PROTECT_YOUR_ENVIRONMENT_TITLE = PROTECT_YOUR_ENVIRONMENT_TITLE; const GET_MORE_TITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.getMoreFromElasticSecurity.title', { defaultMessage: 'Get more from Elastic Security' }); exports.GET_MORE_TITLE = GET_MORE_TITLE; const MASTER_THE_INVESTIGATION_STEP1 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.masterTheInvestigationsWorkflow.step1', { defaultMessage: 'Introduction to investigations' }); exports.MASTER_THE_INVESTIGATION_STEP1 = MASTER_THE_INVESTIGATION_STEP1; const MASTER_THE_INVESTIGATION_STEP2 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.masterTheInvestigationsWorkflow.step2', { defaultMessage: 'Explore process lineage with Analyzer' }); exports.MASTER_THE_INVESTIGATION_STEP2 = MASTER_THE_INVESTIGATION_STEP2; const MASTER_THE_INVESTIGATION_STEP3 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.masterTheInvestigationsWorkflow.step3', { defaultMessage: 'Explore user and process activity with Session View' }); exports.MASTER_THE_INVESTIGATION_STEP3 = MASTER_THE_INVESTIGATION_STEP3; const MASTER_THE_INVESTIGATION_STEP4 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.masterTheInvestigationsWorkflow.step4', { defaultMessage: 'Explore threat hunting in Timeline' }); exports.MASTER_THE_INVESTIGATION_STEP4 = MASTER_THE_INVESTIGATION_STEP4; const MASTER_THE_INVESTIGATION_STEP5 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.masterTheInvestigationsWorkflow.step5', { defaultMessage: 'Introduction to cases' }); exports.MASTER_THE_INVESTIGATION_STEP5 = MASTER_THE_INVESTIGATION_STEP5; const RESPOND_TO_THREATS_STEP1 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.respondToThreatsWithAutomation.step1', { defaultMessage: 'Automate response actions with rules' }); exports.RESPOND_TO_THREATS_STEP1 = RESPOND_TO_THREATS_STEP1; const RESPOND_TO_THREATS_STEP2 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.respondToThreatsWithAutomation.step2', { defaultMessage: 'Take control of your endpoints with the Response Console' }); exports.RESPOND_TO_THREATS_STEP2 = RESPOND_TO_THREATS_STEP2; const OPTIMIZE_YOUR_WORKSPACE_STEP1 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.optimizeYourWorkspace.step1', { defaultMessage: 'Enable Threat Intelligence' }); exports.OPTIMIZE_YOUR_WORKSPACE_STEP1 = OPTIMIZE_YOUR_WORKSPACE_STEP1; const OPTIMIZE_YOUR_WORKSPACE_STEP2 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.optimizeYourWorkspace.step2', { defaultMessage: 'Enable Entity Analytics' }); exports.OPTIMIZE_YOUR_WORKSPACE_STEP2 = OPTIMIZE_YOUR_WORKSPACE_STEP2; const OPTIMIZE_YOUR_WORKSPACE_STEP3 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.optimizeYourWorkspace.step3', { defaultMessage: 'Create custom rules' }); exports.OPTIMIZE_YOUR_WORKSPACE_STEP3 = OPTIMIZE_YOUR_WORKSPACE_STEP3; const OPTIMIZE_YOUR_WORKSPACE_STEP4 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.optimizeYourWorkspace.step4', { defaultMessage: 'Introduction to exceptions' }); exports.OPTIMIZE_YOUR_WORKSPACE_STEP4 = OPTIMIZE_YOUR_WORKSPACE_STEP4; const OPTIMIZE_YOUR_WORKSPACE_STEP5 = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.optimizeYourWorkspace.step5', { defaultMessage: 'Connect notification systems to get alerts in real-time' }); exports.OPTIMIZE_YOUR_WORKSPACE_STEP5 = OPTIMIZE_YOUR_WORKSPACE_STEP5; const TOGGLE_PANEL_TITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.getStartedProductLabel.title', { defaultMessage: `Curate your Get Started experience:` }); exports.TOGGLE_PANEL_TITLE = TOGGLE_PANEL_TITLE; const ANALYTICS_SWITCH_LABEL = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.switch.analytics.label', { defaultMessage: 'Analytics' }); exports.ANALYTICS_SWITCH_LABEL = ANALYTICS_SWITCH_LABEL; const CLOUD_SWITCH_LABEL = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.switch.cloud.label', { defaultMessage: 'Cloud Security' }); exports.CLOUD_SWITCH_LABEL = CLOUD_SWITCH_LABEL; const ENDPOINT_SWITCH_LABEL = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.switch.endpoint.label', { defaultMessage: 'Endpoint Security' }); exports.ENDPOINT_SWITCH_LABEL = ENDPOINT_SWITCH_LABEL; const MARK_AS_DONE_TITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.markAsDoneTitle', { defaultMessage: 'Mark as done' }); exports.MARK_AS_DONE_TITLE = MARK_AS_DONE_TITLE; const UNDO_MARK_AS_DONE_TITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.undoMarkAsDoneTitle', { defaultMessage: `Undo 'mark as done'` }); exports.UNDO_MARK_AS_DONE_TITLE = UNDO_MARK_AS_DONE_TITLE; const TOGGLE_PANEL_EMPTY_TITLE = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.empty.title', { defaultMessage: `Hmm, there doesn't seem to be anything there` }); exports.TOGGLE_PANEL_EMPTY_TITLE = TOGGLE_PANEL_EMPTY_TITLE; const TOGGLE_PANEL_EMPTY_DESCRIPTION = _i18n.i18n.translate('xpack.securitySolutionServerless.getStarted.togglePanel.empty.description', { defaultMessage: `Switch on a toggle to continue your curated "Get Started" experience` }); exports.TOGGLE_PANEL_EMPTY_DESCRIPTION = TOGGLE_PANEL_EMPTY_DESCRIPTION;