"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.INSTRUCTION_STEP_SET_MONITORING_URL = exports.INSTRUCTION_STEP_ENABLE_METRICBEAT = exports.INSTRUCTION_STEP_DISABLE_INTERNAL = 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 INSTRUCTION_STEP_SET_MONITORING_URL = 'setMonitoringUrl'; exports.INSTRUCTION_STEP_SET_MONITORING_URL = INSTRUCTION_STEP_SET_MONITORING_URL; const INSTRUCTION_STEP_ENABLE_METRICBEAT = 'enableMetricbeat'; exports.INSTRUCTION_STEP_ENABLE_METRICBEAT = INSTRUCTION_STEP_ENABLE_METRICBEAT; const INSTRUCTION_STEP_DISABLE_INTERNAL = 'disableInternal'; exports.INSTRUCTION_STEP_DISABLE_INTERNAL = INSTRUCTION_STEP_DISABLE_INTERNAL;