"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UX_APP = exports.UPTIME_APP = exports.SYNTHETICS_APP = exports.INFRA_METRICS_APP = exports.INFRA_LOGS_APP = exports.APM_APP = exports.ALERT_APP = 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 ALERT_APP = 'alert'; exports.ALERT_APP = ALERT_APP; const UX_APP = 'ux'; exports.UX_APP = UX_APP; const SYNTHETICS_APP = 'synthetics'; exports.SYNTHETICS_APP = SYNTHETICS_APP; const UPTIME_APP = 'uptime'; exports.UPTIME_APP = UPTIME_APP; const APM_APP = 'apm'; exports.APM_APP = APM_APP; const INFRA_LOGS_APP = 'infra_logs'; exports.INFRA_LOGS_APP = INFRA_LOGS_APP; const INFRA_METRICS_APP = 'infra_metrics'; exports.INFRA_METRICS_APP = INFRA_METRICS_APP;