From 992605a0e81d4b9c4579078b90ff1863aeae7362 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Thu, 10 Dec 2020 13:49:26 -0500 Subject: [PATCH] Mark EQL APIs as stable (#66184) --- .../plugin/src/test/resources/rest-api-spec/api/eql.delete.json | 2 +- x-pack/plugin/src/test/resources/rest-api-spec/api/eql.get.json | 2 +- .../plugin/src/test/resources/rest-api-spec/api/eql.search.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/eql.delete.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/eql.delete.json index 9fb41fb1e4872..08dadbbe38224 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/eql.delete.json +++ b/x-pack/plugin/src/test/resources/rest-api-spec/api/eql.delete.json @@ -4,7 +4,7 @@ "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/eql-search-api.html", "description": "Deletes an async EQL search by ID. If the search is still running, the search request will be cancelled. Otherwise, the saved search results are deleted." }, - "stability":"beta", + "stability":"stable", "headers":{ "accept": [ "application/json"] }, diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/eql.get.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/eql.get.json index a2cbfa78a1171..ef196e35f5c90 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/eql.get.json +++ b/x-pack/plugin/src/test/resources/rest-api-spec/api/eql.get.json @@ -4,7 +4,7 @@ "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/eql-search-api.html", "description": "Returns async results from previously executed Event Query Language (EQL) search" }, - "stability": "beta", + "stability": "stable", "headers":{ "accept": [ "application/json"] }, diff --git a/x-pack/plugin/src/test/resources/rest-api-spec/api/eql.search.json b/x-pack/plugin/src/test/resources/rest-api-spec/api/eql.search.json index 5b6a93f39fbd4..961e5fff0febf 100644 --- a/x-pack/plugin/src/test/resources/rest-api-spec/api/eql.search.json +++ b/x-pack/plugin/src/test/resources/rest-api-spec/api/eql.search.json @@ -4,7 +4,7 @@ "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/eql-search-api.html", "description": "Returns results matching a query expressed in Event Query Language (EQL)" }, - "stability": "beta", + "stability": "stable", "headers":{ "accept": [ "application/json"], "content_type": ["application/json"]