"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ELASTIC_SUPPORT_LINK = exports.CLOUD_SNAPSHOTS_PATH = 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 ELASTIC_SUPPORT_LINK = 'https://cloud.elastic.co/support'; /** * This is the page for managing your snapshots on Cloud. */ exports.ELASTIC_SUPPORT_LINK = ELASTIC_SUPPORT_LINK; const CLOUD_SNAPSHOTS_PATH = 'elasticsearch/snapshots/'; exports.CLOUD_SNAPSHOTS_PATH = CLOUD_SNAPSHOTS_PATH;