Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add banners noting that serverless clients are serverless only #198

Merged
merged 2 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions serverless/pages/clients-dot-net-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

preview:[]

[NOTE]
====
This client is for use with {es-serverless} only. See also the https://www.elastic.co/guide/en/elasticsearch/client/index.html[{es} clients].
====

This page guides you through the installation process of the
.NET client for {es3}, shows you how to initialize the client, and how to perform basic
{es} operations with it.
Expand Down
7 changes: 6 additions & 1 deletion serverless/pages/clients-go-getting-started.asciidoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[[elasticsearch-go-client-getting-started]]
= Get started with the serverless Go Client
= Get started with the serverless Go client

// :description: Set up and use the Go client for {es3}.
// :keywords: serverless, elasticsearch, go, how to

preview:[]

[NOTE]
====
This client is for use with {es-serverless} only. See also the https://www.elastic.co/guide/en/elasticsearch/client/index.html[{es} clients].
====

This page guides you through the installation process of the Go
client for {es3}, shows you how to initialize the client, and how to perform basic
{es} operations with it.
Expand Down
5 changes: 5 additions & 0 deletions serverless/pages/clients-java-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

preview:[]

[NOTE]
====
This client is for use with {es-serverless} only. See also the https://www.elastic.co/guide/en/elasticsearch/client/index.html[{es} clients].
====

This page guides you through the installation process of the Java
client for {es3}, shows you how to initialize the client, and how to perform basic
{es} operations with it.
Expand Down
5 changes: 5 additions & 0 deletions serverless/pages/clients-nodejs-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

preview:[]

[NOTE]
====
This client is for use with {es-serverless} only. See also the https://www.elastic.co/guide/en/elasticsearch/client/index.html[{es} clients].
====

This page guides you through the installation process of the Node.js
client for {es3}, shows you how to initialize the client, and how to perform basic
{es} operations with it.
Expand Down
5 changes: 5 additions & 0 deletions serverless/pages/clients-php-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

preview:[]

[NOTE]
====
This client is for use with {es-serverless} only. See also the https://www.elastic.co/guide/en/elasticsearch/client/index.html[{es} clients].
====

This page guides you through the installation process of the
PHP client for {es3}, shows you how to initialize the client, and how to perform basic
{es} operations with it.
Expand Down
5 changes: 5 additions & 0 deletions serverless/pages/clients-python-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

preview:[]

[NOTE]
====
This client is for use with {es-serverless} only. See also the https://www.elastic.co/guide/en/elasticsearch/client/index.html[{es} clients].
====

This page guides you through the installation process of the Python
client for {es3}, shows you how to initialize the client, and how to perform basic
{es} operations with it.
Expand Down
5 changes: 5 additions & 0 deletions serverless/pages/clients-ruby-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

preview:[]

[NOTE]
====
This client is for use with {es-serverless} only. See also the https://www.elastic.co/guide/en/elasticsearch/client/index.html[{es} clients].
====

This page guides you through the installation process Ruby
client for {es3}, shows you how to initialize the client, and how to perform basic
{es} operations with it.
Expand Down
8 changes: 7 additions & 1 deletion serverless/pages/clients.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@

preview:[]

{es3} provides official language clients to use {es} REST APIs.
{es3} provides official language clients for {es} REST APIs.

[NOTE]
====
These clients are for use with {es-serverless} only. See also the https://www.elastic.co/guide/en/elasticsearch/client/index.html[{es} clients].
====

Currently, the following language clients are supported:

* <<elasticsearch-go-client-getting-started,Go>> | https://github.com/elastic/elasticsearch-serverless-go[Repository]
Expand Down