From 39373d79fe4aee49be752986deff9fbe1c3e6a3b Mon Sep 17 00:00:00 2001 From: Sergi Romeu Date: Fri, 20 Sep 2024 09:49:13 +0200 Subject: [PATCH] chore: fix ci --- .../src/scenarios/many_otel_services.ts | 9 ++++----- src/plugins/telemetry/schema/oss_plugins.json | 18 ------------------ 2 files changed, 4 insertions(+), 23 deletions(-) diff --git a/packages/kbn-apm-synthtrace/src/scenarios/many_otel_services.ts b/packages/kbn-apm-synthtrace/src/scenarios/many_otel_services.ts index 70825e7bf4338..513f80cf36891 100644 --- a/packages/kbn-apm-synthtrace/src/scenarios/many_otel_services.ts +++ b/packages/kbn-apm-synthtrace/src/scenarios/many_otel_services.ts @@ -1,10 +1,9 @@ /* * 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", the "GNU Affero General Public License v3.0 only", and the "Server Side - * Public License v 1"; you may not use this file except in compliance with, at - * your election, the "Elastic License 2.0", the "GNU Affero General Public - * License v3.0 only", or the "Server Side Public License, v 1". + * or more contributor license agreements. Licensed under the Elastic License + * 2.0 and the Server Side Public License, v 1; you may not use this file except + * in compliance with, at your election, the Elastic License 2.0 or the Server + * Side Public License, v 1. */ import { ApmFields, apm, Instance } from '@kbn/apm-synthtrace-client'; diff --git a/src/plugins/telemetry/schema/oss_plugins.json b/src/plugins/telemetry/schema/oss_plugins.json index 1fb46d6ea5d7c..52304c13fc7e5 100644 --- a/src/plugins/telemetry/schema/oss_plugins.json +++ b/src/plugins/telemetry/schema/oss_plugins.json @@ -10474,15 +10474,6 @@ } } }, - "observability:logSources": { - "type": "array", - "items": { - "type": "keyword", - "_meta": { - "description": "Non-default value of setting." - } - } - }, "banners:placement": { "type": "keyword", "_meta": { @@ -10758,15 +10749,6 @@ "_meta": { "description": "Non-default value of setting." } - }, - "observability:searchExcludedDataTiers": { - "type": "array", - "items": { - "type": "keyword", - "_meta": { - "description": "Non-default value of setting." - } - } } } },