"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LOCATORS_IDS = exports.DASHBOARD_LOCATORS_IDS = void 0; /* * 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 LOCATORS_IDS = { APM_LOCATOR: 'APM_LOCATOR', DASHBOARD_APP: 'DASHBOARD_APP_LOCATOR' }; // Dashboards ids exports.LOCATORS_IDS = LOCATORS_IDS; const DASHBOARD_LOCATORS_IDS = { ELASTIC_AGENT_OVERVIEW: 'elastic_agent-a148dc70-6b3c-11ed-98de-67bdecd21824', ELASTIC_AGENT_AGENT_INFO: 'elastic_agent-0600ffa0-6b5e-11ed-98de-67bdecd21824', ELASTIC_AGENT_AGENT_METRICS: 'elastic_agent-f47f18cc-9c7d-4278-b2ea-a6dee816d395', ELASTIC_AGENT_INTEGRATIONS: 'elastic_agent-1a4e7280-6b5e-11ed-98de-67bdecd21824' }; exports.DASHBOARD_LOCATORS_IDS = DASHBOARD_LOCATORS_IDS;