"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AIOPS_API_ENDPOINT = 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 AIOPS_API_ENDPOINT = { LOG_RATE_ANALYSIS: '/internal/aiops/log_rate_analysis', CATEGORIZATION_FIELD_VALIDATION: '/internal/aiops/categorization_field_validation' }; exports.AIOPS_API_ENDPOINT = AIOPS_API_ENDPOINT;