Skip to content

Reference: Remove mentions of serverless clients #976

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

Merged
merged 4 commits into from
Mar 28, 2025
Merged
Changes from all commits
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
33 changes: 11 additions & 22 deletions reference/elasticsearch-clients/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,17 @@ navigation_title: Clients

# Elasticsearch clients [elasticsearch-clients]

This section contains documentation for all the official Elasticsearch clients:
{{es}} provides official clients for popular programming languages. These client libraries make it easier to use your preferred language to work with your {{es}} deployment.

* Eland
* Go
* Java
* JavaScript
* .NET
* PHP
* Python
* Ruby
* Rust

You can use the following language clients with {{es-serverless}}:

* [Go](go-elasticsearch://reference/getting-started-serverless.md)
* [Java](elasticsearch-java://reference/getting-started-serverless.md)
* [.NET](elasticsearch-net://reference/getting-started.md)
* [Node.JS](elasticsearch-js://reference/getting-started.md)
* [PHP](elasticsearch-php://reference/getting-started.md)
* [Python](elasticsearch-py://reference/getting-started.md)
* [Ruby](elasticsearch-ruby://reference/getting-started.md)
- [Go](go-elasticsearch://reference/index.md)
- [Java](elasticsearch-java://reference/index.md)
- [JavaScript (Node.js)](elasticsearch-js://reference/index.md)
- [.NET](elasticsearch-net://reference/index.md)
- [PHP](elasticsearch-php://reference/index.md)
- [Python](elasticsearch-py://reference/index.md)
- [Eland](eland://reference/index.md): Python client and toolkit for DataFrames and machine learning
- [Ruby](elasticsearch-ruby://reference/index.md)

::::{tip}
Learn how to [connect to your {{es-serverless}} endpoint](/solutions/search/serverless-elasticsearch-get-started.md).
::::
Learn how to [connect to your {{es}} endpoint](/solutions/search/search-connection-details.md).
::::
Loading