You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We no longer maintain the `elasticsearch.js` client. We strongly advise users
to migrate to the new [Elasticsearch JavaScript client][0].
### Changes
* Updates several links for new docs URLs added with elastic/docs#2318.
* Adds a page header to direct doc readers to the new client.
* Updates the `docs/README` to indicate the documentation is no longer maintained.
* Removes the contribution guidelines and the `README`'s questions section.
[0]: https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/current/index.html
Copy file name to clipboardExpand all lines: README.md
+5-21Lines changed: 5 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
---
4
4
5
5
#### We have released the [new JavaScript client](https://www.elastic.co/blog/new-elasticsearch-javascript-client-released)!
6
-
*In the next months this client will be deprecated, so you should start migrating your codebase as soon as possible.<br/>
7
-
We have built a [migration guide](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/breaking-changes.html) that will help you move to the new client quickly, and if you have questions or need help, please [open an issue](https://github.com/elastic/elasticsearch-js/issues/new/choose).*
6
+
* This client is no longer maintained. We strongly advise you to migrate to the new client.<br/>
7
+
We have built a [migration guide](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/current/breaking-changes.html) that will help you move to the new client quickly. If you have questions or need help, please [open an issue](https://github.com/elastic/elasticsearch-js/issues/new/choose).*
8
8
9
9
---
10
10
@@ -16,7 +16,7 @@ The official low-level Elasticsearch client for Node.js and the browser.
16
16
## Features
17
17
18
18
- One-to-one mapping with REST API and the other official clients
19
-
- Generalized, pluggable architecture. See [Extending Core Components](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/16.x/extending_core_components.html)
19
+
- Generalized, pluggable architecture.
20
20
- Configurable, automatic discovery of cluster nodes
21
21
- Persistent, Keep-Alive connections
22
22
- Load balancing (with pluggable selection strategy) across all available nodes.
Check out the [Browser Builds](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/16.x/browser-builds.html) doc page for help downloading and setting up the client for use in the browser.
You can probably find help in [#kibana](https://kiwiirc.com/client/irc.freenode.net/?#kibana) on freenode.
48
33
34
+
Documentation can be found on [elastic.co](https://www.elastic.co/guide/en/elasticsearch/client/elasticsearch-js/16.x/index.html).
49
35
50
36
## Supported Elasticsearch Versions
51
37
52
-
Elasticsearch.js provides support for, and is regularly tested against, Elasticsearch releases 0.90.12 and greater. We also test against the latest changes in several branches in the Elasticsearch repository. To tell the client which version of Elasticsearch you are using, and therefore the API it should provide, set the `apiVersion` config param.[More info](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/16.x/configuration.html#config-options)
38
+
Elasticsearch.js provides support for, and is regularly tested against, Elasticsearch releases 0.90.12 and greater. We also test against the latest changes in several branches in the Elasticsearch repository. To tell the client which version of Elasticsearch you are using, and therefore the API it should provide, set the `apiVersion` config param.
53
39
54
40
## Examples
55
41
@@ -108,8 +94,6 @@ for (const tweet of response.hits.hits) {
108
94
}
109
95
```
110
96
111
-
More examples and detailed information about each method are available [here](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/16.x/index.html)
112
-
113
97
## License
114
98
115
99
This software is licensed under the Apache 2 license, quoted below.
<strong>IMPORTANT:</strong> elasticsearch.js has been replaced by the new <ahref="https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html">Elasticsearch JavaScript client</a>. We strongly advise you to migrate to the new client. To learn more, see the <ahref="https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/breaking-changes.html">migration guide</a>.
0 commit comments