52f6326570
Fix API example usage ( #1234 )
2020-06-26 12:03:33 +02:00
a84c42c54d
[Backport 7.x] Documentation fixes ( #1218 )
...
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com >
2020-06-04 13:38:46 +02:00
51169d5efa
Support for Elasticsearch 7.7 ( #1192 )
2020-05-14 09:55:54 +02:00
3eac66e47a
[7.x] [DOCS] Fine-tunes the Node.js client usage section ( #989 )
...
* [DOCS] Fine-tunes the Node.js client introduction (#985 )
* Revert "[DOCS] Fine-tunes the Node.js client introduction (#985 )"
This reverts commit 8d08bb9665 .
* [7.x] [DOCS] Fine-tunes the Node.js client usage section.
2019-10-15 15:10:41 +02:00
b1458e3511
Improve observability ( #834 )
...
* API generation
* Added correlation id support
* Updated docs
* Updated test
* Updated code generation
* API generation
* Updated code generation
* Added support for client name and custom context object
* Updated docs
* Updated test
* Fix docs
* Updated docs
* Added id support also for sniffing
* Updated test
* Update docs/observability.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Update docs/observability.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Apply suggestions
* Update docs/configuration.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Update docs/configuration.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Update docs/observability.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Update docs/observability.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Update docs/observability.asciidoc
Co-Authored-By: delvedor <delvedor@users.noreply.github.com >
* Apply suggestions
* Updated README.md
* Fixed test
* Addressed suggestions
2019-05-03 17:25:25 +02:00
68f8b7bb5f
Fix a typo in usage example ( #806 )
2019-04-11 08:27:57 +02:00
f3422a6f43
Fix docs ( #796 )
...
Follow up of https://github.com/elastic/docs/pull/701 .
2019-03-28 17:36:08 +01:00
4537308c38
Doc updates ( #791 )
...
Updates for better displaying the documentation in the website.
2019-03-27 07:45:31 +01:00
68c4dd29fb
feat: add support for querystring in options object ( #779 )
...
In very few cases, some API uses the same key for both url and query params, such as the bulk method.
The client is not designed to handle such cases since accepts both url and query keys in the same object, and the url parameter will always take precedence.
This pr fixes this edge case by adding a `querystring` key in the options object.
Fixes: https://github.com/elastic/elasticsearch-js/pull/778
```js
client.bulk({
index: 'index',
type: '_doc',
body: [...]
}, {
querystring: {
type: '_doc'
}
}, console.log)
```
2019-03-19 09:53:43 +01:00
dc27cb11ed
Updated docs
2019-03-12 10:50:58 +01:00
6eb4f874cc
Updated docs
2019-03-11 18:37:29 +01:00
45c31df5c1
Updated docs
2019-03-11 17:15:39 +01:00
9bbae42ccc
Docs: Fix typo and added a note
2019-02-14 16:25:03 +01:00
8cd8dd3410
Updated docs indentation and added more examples
2019-02-13 07:51:39 +01:00
d4b2d4676b
Added docs
2019-02-12 16:40:33 +01:00