From 312d73b453b3e5d2f3096fdfc6277593801a5dab Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Thu, 29 Feb 2024 02:31:04 -0600 Subject: [PATCH] Fix broken link to test-grok-pattern doc (#2432) --- output/schema/schema.json | 4 ++-- .../_json_spec/text_structure.test_grok_pattern.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/output/schema/schema.json b/output/schema/schema.json index f07786440b..ca402c28ef 100644 --- a/output/schema/schema.json +++ b/output/schema/schema.json @@ -18383,7 +18383,7 @@ } }, "description": "Tests a Grok pattern on some text.", - "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/test-grok-pattern-api.html", + "docUrl": "https://www.elastic.co/guide/en/elasticsearch/reference/master/test-grok-pattern.html", "name": "text_structure.test_grok_pattern", "request": { "name": "Request", @@ -201564,4 +201564,4 @@ "specLocation": "_spec_utils/behaviors.ts#L134-L140" } ] -} \ No newline at end of file +} diff --git a/specification/_json_spec/text_structure.test_grok_pattern.json b/specification/_json_spec/text_structure.test_grok_pattern.json index e0361d30b5..b291ce6b87 100644 --- a/specification/_json_spec/text_structure.test_grok_pattern.json +++ b/specification/_json_spec/text_structure.test_grok_pattern.json @@ -1,7 +1,7 @@ { "text_structure.test_grok_pattern": { "documentation": { - "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/test-grok-pattern-api.html", + "url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/test-grok-pattern.html", "description": "Tests a Grok pattern on some text." }, "stability": "stable",