From 4a8260e45b7c8c26a273ce622b43e02261f5576b Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Tue, 2 Sep 2025 16:19:28 +0200 Subject: [PATCH] docs: update apmschema url to use apm-data apm schema was moved to apm-data a long time ago and the apm-server files are just a mirror update the script to use apm-data files to we can stop mirroring them in apm-server --- spec/support/match_json_schema_matcher.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/match_json_schema_matcher.rb b/spec/support/match_json_schema_matcher.rb index 562fc13cb..cbdc1de6b 100644 --- a/spec/support/match_json_schema_matcher.rb +++ b/spec/support/match_json_schema_matcher.rb @@ -21,7 +21,7 @@ require 'json-schema' require 'open-uri' -base = 'https://raw.githubusercontent.com/elastic/apm-server/master/docs/spec/v2' +base = 'https://raw.githubusercontent.com/elastic/apm-data/main/input/elasticapm/docs/spec/v2' SCHEMA_URLS = { metadatas: "#{base}/metadata.json",