Skip to content

Commit fbab714

Browse files
committed
[DOCS] Add links to search and search application APIs
1 parent 64bed83 commit fbab714

34 files changed

+213
-18
lines changed

docs/reference/scripting/apis/create-stored-script-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Create or update stored script</titleabbrev>
55
++++
66

7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-script[Script APIs].
11+
--
12+
713
Creates or updates a <<script-stored-scripts,stored script>> or
814
<<search-template,search template>>.
915

docs/reference/scripting/apis/delete-stored-script-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Delete stored script</titleabbrev>
55
++++
66

7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-script[Script APIs].
11+
--
12+
713
Deletes a <<script-stored-scripts,stored script>> or <<search-template,search
814
template>>.
915

docs/reference/scripting/apis/get-script-contexts-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Get script contexts</titleabbrev>
55
++++
66

7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-script[Script APIs].
11+
--
12+
713
Retrieves a list of supported script contexts and their methods.
814

915
[source,console]

docs/reference/scripting/apis/get-script-languages-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Get script languages</titleabbrev>
55
++++
66

7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-script[Script APIs].
11+
--
12+
713
Retrieves a list of supported <<scripting-available-languages,script languages>>
814
and their contexts.
915

docs/reference/scripting/apis/get-stored-script-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Get stored script</titleabbrev>
55
++++
66

7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-script[Script APIs].
11+
--
12+
713
Retrieves a <<script-stored-scripts,stored script>> or <<search-template,search
814
template>>.
915

docs/reference/search-application/apis/delete-search-application.asciidoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
[role="xpack"]
22
[[delete-search-application]]
33
=== Delete Search Application
4-
5-
beta::[]
6-
74
++++
85
<titleabbrev>Delete Search Application</titleabbrev>
96
++++
107

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-search_application[Search application APIs].
12+
--
13+
14+
beta::[]
15+
1116
Removes a Search Application and its associated alias.
1217
Indices attached to the Search Application are not removed.
1318

docs/reference/search-application/apis/get-search-application.asciidoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
[role="xpack"]
22
[[get-search-application]]
33
=== Get Search Application
4-
5-
beta::[]
6-
74
++++
85
<titleabbrev>Get Search Application</titleabbrev>
96
++++
107

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-search_application[Search application APIs].
12+
--
13+
14+
beta::[]
15+
1116
Retrieves information about a search application.
1217

1318
[[get-search-application-request]]

docs/reference/search-application/apis/index.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ beta::[]
99

1010
---
1111

12+
.New API reference
13+
[sidebar]
14+
--
15+
For the most up-to-date API details, refer to {api-es}/group/endpoint-search_application[Search application APIs].
16+
--
17+
1218
Use Search Application APIs to manage tasks and resources related to Search Applications.
1319

1420
* <<put-search-application>>

docs/reference/search-application/apis/list-search-applications.asciidoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
[role="xpack"]
22
[[list-search-applications]]
33
=== List Search Applications
4-
5-
beta::[]
6-
74
++++
85
<titleabbrev>List Search Applications</titleabbrev>
96
++++
107

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-search_application[Search application APIs].
12+
--
13+
14+
beta::[]
15+
1116
Returns information about Search Applications.
1217

1318
[[list-search-applications-request]]

docs/reference/search-application/apis/put-search-application.asciidoc

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
[role="xpack"]
22
[[put-search-application]]
33
=== Put Search Application
4-
5-
beta::[]
6-
74
++++
85
<titleabbrev>Put Search Application</titleabbrev>
96
++++
107

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-search_application[Search application APIs].
12+
--
13+
14+
beta::[]
15+
1116
Creates or updates a Search Application.
1217

1318
[[put-search-application-request]]

0 commit comments

Comments
 (0)