Skip to content

Commit 2900fb3

Browse files
leemthompogeorgewallace
authored andcommitted
Update variables, cleanup, remove {es} override (#196)
1 parent 39353b9 commit 2900fb3

File tree

44 files changed

+247
-111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+247
-111
lines changed

serverless/index-serverless-elasticsearch.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[[what-is-elasticsearch-serverless]]
2-
== Elasticsearch
2+
== {es}
33

44
++++
5-
<titleabbrev>Elasticsearch</titleabbrev>
5+
<titleabbrev>{es}</titleabbrev>
66
++++
77

88
include::./pages/what-is-elasticsearch-serverless.asciidoc[leveloffset=+2]

serverless/index.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
1111
:sec-badge: <<what-is-security-serverless,image:images/sec-badge.svg[Security]>>
1212

1313
// The values of these attributes are different in stateful vs serverless
14-
:es: Elasticsearch Serverless
1514
:observability: Elastic Observability Serverless
1615
:security: Elastic Security Serverless
1716

serverless/pages/action-connectors.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The list of available connectors varies by project type.
1717
* {kibana-ref}/email-action-type.html[*Email*^]: Send email from your server.
1818
* {kibana-ref}/gemini-action-type.html[*Google Gemini*^]: Send a request to Google Gemini.
1919
* {kibana-ref}/resilient-action-type.html[*IBM Resilient*^]: Create an incident in IBM Resilient.
20-
* {kibana-ref}/index-action-type.html[*Index*^]: Index data into Elasticsearch.
20+
* {kibana-ref}/index-action-type.html[*Index*^]: Index data into {es}.
2121
* {kibana-ref}/jira-action-type.html[*Jira*^]: Create an incident in Jira.
2222
* {kibana-ref}/teams-action-type.html[*Microsoft Teams*^]: Send a message to a Microsoft Teams channel.
2323
* {kibana-ref}/obs-ai-assistant-action-type.html[*Observability AI Assistant*^]: Add AI-driven insights and custom actions to your workflow.
@@ -75,7 +75,7 @@ Actions are instantiations of a connector that are linked to rules and run as ba
7575
|---|---|
7676
| <DocLink id="enKibanaEmailActionType">Email</DocLink> | Send email from your server. |
7777
| <DocLink id="enKibanaResilientActionType">{ibm-r}</DocLink> | Create an incident in {ibm-r}. |
78-
| <DocLink id="enKibanaIndexActionType">Index</DocLink> | Index data into Elasticsearch. |
78+
| <DocLink id="enKibanaIndexActionType">Index</DocLink> | Index data into {es}. |
7979
| <DocLink id="enKibanaJiraActionType">Jira</DocLink> | Create an incident in Jira. |
8080
| <DocLink id="enKibanaTeamsActionType">Microsoft Teams</DocLink> | Send a message to a Microsoft Teams channel. |
8181
| <DocLink id="enKibanaOpsgenieActionType">Opsgenie</DocLink> | Create or close an alert in Opsgenie. |

serverless/pages/apis-elasticsearch-conventions.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[elasticsearch-api-conventions]]
2-
= Elasticsearch API conventions
2+
= {es} API conventions
33

4-
// :description: The {es} REST APIs have conventions for headers and request bodies.
4+
// :description: The {es-serverless} REST APIs have conventions for headers and request bodies.
55
// :keywords: serverless, elasticsearch, API, reference
66

77
preview:[]
@@ -37,7 +37,7 @@ curl -X GET "${ES_URL}/_cat/indices?v=true" \
3737
-H "Authorization: ApiKey ${API_KEY}"
3838
----
3939

40-
To get API keys or the Elasticsearch Endpoint (`${ES_URL}`) for a project, refer to <<elasticsearch-get-started>>.
40+
To get API keys for the {es} endpoint (`${ES_URL}`) for a project, refer to <<elasticsearch-get-started>>.
4141

4242
[discrete]
4343
[[elasticsearch-api-conventions-content-type]]

serverless/pages/apis-http-apis.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
preview:[]
88

9-
* <<elasticsearch-api-conventions>>: The {es} REST APIs have conventions for headers and request bodies.
9+
* <<elasticsearch-api-conventions>>: The {es-serverless} REST APIs have conventions for headers and request bodies.
1010
* <<elasticsearch-kibana-api-conventions>>: The Management APIs for {serverless-short} have request header conventions.
1111
* https://www.elastic.co/docs/api/[API Reference]: Explore the reference information for Elastic Serverless REST APIs

serverless/pages/clients-dot-net-getting-started.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ dotnet add package Elastic.Clients.Elasticsearch.Serverless
3131
[[elasticsearch-dot-net-client-getting-started-initialize-the-client]]
3232
== Initialize the client
3333

34-
Initialize the client using your API key and Elasticsearch Endpoint:
34+
Initialize the client using your API key and {es} endpoint:
3535

3636
[source,net]
3737
----
3838
var client = new ElasticsearchClient("<CLOUD_ID>", new ApiKey("<API_KEY>"));
3939
----
4040

41-
To get API keys or the Elasticsearch Endpoint for a project, see <<elasticsearch-get-started>>.
41+
To get API keys for the {es} endpoint for a project, see <<elasticsearch-get-started>>.
4242

4343
[discrete]
4444
[[elasticsearch-dot-net-client-getting-started-using-the-api]]

serverless/pages/clients-go-getting-started.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ import (
5757
[[elasticsearch-go-client-getting-started-initialize-the-client]]
5858
== Initialize the client
5959

60-
Initialize the client using your API key and Elasticsearch Endpoint:
60+
Initialize the client using your API key and {es} endpoint:
6161

6262
[source,go]
6363
----
@@ -70,7 +70,7 @@ if err != nil {
7070
}
7171
----
7272

73-
To get API keys or the Elasticsearch Endpoint for a project, see <<elasticsearch-get-started>>.
73+
To get API keys for the {es} endpoint for a project, see <<elasticsearch-get-started>>.
7474

7575
[discrete]
7676
[[elasticsearch-go-client-getting-started-using-the-api]]
@@ -125,7 +125,7 @@ if err != nil {
125125
fmt.Printf("Bulk: %#v\n", bulkRes.Items)
126126
----
127127

128-
When you use the client to make a request to {es}, it returns an API
128+
When you use the client to make a request to {es-serverless}, it returns an API
129129
response object. You can access the body values directly as seen on
130130
the previous example with `bulkRes`.
131131

serverless/pages/clients-java-getting-started.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ the following to the `pom.xml` of your project:
7272
[[elasticsearch-java-client-getting-started-initialize-the-client]]
7373
== Initialize the client
7474

75-
Initialize the client using your API key and Elasticsearch Endpoint:
75+
Initialize the client using your API key and {es} endpoint:
7676

7777
[source,java]
7878
----
@@ -96,7 +96,7 @@ ElasticsearchTransport transport = new RestClientTransport(
9696
ElasticsearchClient esClient = new ElasticsearchClient(transport);
9797
----
9898

99-
To get API keys or the Elasticsearch Endpoint for a project, see <<elasticsearch-get-started>>.
99+
To get API keys for the {es} endpoint for a project, see <<elasticsearch-get-started>>.
100100

101101
[discrete]
102102
[[elasticsearch-java-client-getting-started-using-the-api]]

serverless/pages/clients-nodejs-getting-started.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ npm install @elastic/elasticsearch-serverless
3636
[[elasticsearch-nodejs-client-getting-started-initialize-the-client]]
3737
== Initialize the client
3838

39-
Initialize the client using your API key and Elasticsearch Endpoint:
39+
Initialize the client using your API key and {es} endpoint:
4040

4141
[source,js]
4242
----
@@ -47,7 +47,7 @@ const client = new Client({
4747
})
4848
----
4949

50-
To get API keys or the URL for a project, see <<elasticsearch-get-started>>.
50+
To get API keys for the URL for a project, see <<elasticsearch-get-started>>.
5151

5252
[discrete]
5353
[[elasticsearch-nodejs-client-getting-started-using-the-api]]

serverless/pages/clients-php-getting-started.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ composer require elastic/elasticsearch-serverless
3636
[[elasticsearch-php-client-getting-started-initialize-the-client]]
3737
== Initialize the client
3838

39-
Initialize the client using your API key and Elasticsearch Endpoint:
39+
Initialize the client using your API key and {es} endpoint:
4040

4141
[source,php]
4242
----
@@ -50,7 +50,7 @@ $client = ClientBuilder::create()
5050
->build();
5151
----
5252

53-
To get API keys or the Elasticsearch Endpoint for a project, see <<elasticsearch-get-started>>.
53+
To get API keys for the {es} endpoint for a project, see <<elasticsearch-get-started>>.
5454

5555
[discrete]
5656
[[elasticsearch-php-client-getting-started-using-the-api]]

0 commit comments

Comments
 (0)