"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultSourceConfiguration = void 0; var _constants = require("../constants"); /* * 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 defaultSourceConfiguration = { name: 'Default', description: '', metricAlias: _constants.METRICS_INDEX_PATTERN, logIndices: { type: 'index_name', indexName: _constants.LOGS_INDEX_PATTERN }, fields: { message: ['message', '@message'] }, inventoryDefaultView: '0', metricsExplorerDefaultView: '0', logColumns: [{ timestampColumn: { id: '5e7f964a-be8a-40d8-88d2-fbcfbdca0e2f' } }, { fieldColumn: { id: ' eb9777a8-fcd3-420e-ba7d-172fff6da7a2', field: 'event.dataset' } }, { messageColumn: { id: 'b645d6da-824b-4723-9a2a-e8cece1645c0' } }], anomalyThreshold: 50 }; exports.defaultSourceConfiguration = defaultSourceConfiguration;