Compare commits

...

139 Commits
8.12 ... v6.8.5

Author SHA1 Message Date
e7a22a9290 Bumped v6.8.5 2020-02-04 10:59:09 +01:00
8190bf5ad8 Skip compression in case of empty string body (#1080)
* Fix #1069

* Updated test

* Updated test
2020-02-04 10:31:01 +01:00
eb31fa6003 Fix typo in NoLivingConnectionsError (#1045)
Co-authored-by: Tomas Della Vedova <delvedor@users.noreply.github.com>
2020-02-04 10:30:16 +01:00
9a388118fd Change TransportRequestOptions.ignore to number[] (#1053) 2020-01-15 18:25:55 +01:00
1a2476abb3 ClientOptions["cloud"] should have optional auth fields (#1032) 2020-01-07 12:09:58 +01:00
0c823a2893 Merge branch '6.x' of https://github.com/elastic/elasticsearch-js into 6.x 2019-12-19 13:37:54 +01:00
9afca3dc8e Return super in example Transport subclass (#980)
If called without a callback, the request method returns a Promise, so
when calling into super.request, the result should be returned to
maintain promise behavior.
2019-12-19 13:37:50 +01:00
f8aa163f87 [DOCS] Added older release notice. (#1019) 2019-12-09 16:07:19 -08:00
b390193dcc Bumped v6.8.4 2019-12-03 14:38:58 +01:00
df76154388 X-Opaque-Id support (#997)
* Added X-Opaque-Id support

* Updated type definitions

* Updated test

* Updated docs
2019-12-03 14:33:33 +01:00
3e2a823a72 Updated CI configuration 2019-10-28 15:41:42 +01:00
8a1bb2665e Updated jobs/defaults.yml to use the new job matrix 2019-10-28 14:46:40 +01:00
3acee8b266 New CI configuration (#996)
* Removed old files

* Updated README

* New CI configuration

* Updated run-test script
2019-10-28 14:46:32 +01:00
60a1f298d7 Move back to jjbb (#995)
* Removed Jenkins pipelines configuration

* Restored jjbb definitions
2019-10-28 14:46:03 +01:00
e7c40dd459 Bumped v6.8.3 2019-10-02 11:20:21 +02:00
86361daea5 Fix issue; node roles are defaulting to true when undefined (fal… (#967)
* Fix issue; nodeFilter was unable to filter because master, data, and ingest role were true if even they were false on the node.

* Test nodesToHost of BaseConnectionPool correctly maps node roles
2019-09-18 08:46:44 +02:00
09c2ff8bf3 Fix inaccurate description sniffEndpoint (#959) 2019-09-16 17:43:46 +02:00
75d85cae19 Add body and querystring to RequestOptions (#957) 2019-09-11 11:30:42 +02:00
e30079f64d Updated cron job definition (#939)
* Updated cron job definition

* Update .ci/Jenkinsfile

Co-Authored-By: Victor Martinez <victormartinezrubio@gmail.com>
2019-08-13 10:55:47 +02:00
610bf851d2 Updated .travis.yml (#938) 2019-08-09 14:08:37 +02:00
b91ff8a6cc Merge branch '6.x' of https://github.com/elastic/elasticsearch-js into 6.x 2019-08-09 12:15:12 +02:00
b39f29b2b0 Use Jenkins pipelines (#937) 2019-08-09 12:15:00 +02:00
ef69bbd216 Disable travis cache (#929) 2019-08-02 11:50:15 +02:00
6194119e62 Updated error handling in bulk example (#927) 2019-08-01 12:21:06 +02:00
a4bff1c2f0 Bumped v6.8.2 2019-08-01 11:39:02 +02:00
8e86450aeb Refactored connection pool (#913)
* Refactored ConnectionPool
- Created BaseConnectionPool class
- Created CloudConnectionPool
- connection pool updates are immutable
- resurrect now happens inside getConnection()

* Rewritten connection pool(s) type definitions

* Updated test

* Fixed test

* Fix if check

* Removed old files

* Improve code coverage

* Updated license header

* Fix if check

* Improve code coverage

* Updated coverage script
2019-07-26 12:09:30 +02:00
90be646658 API generation 2019-07-25 11:16:17 +02:00
af8bef4892 Better reference code examples (#920)
* Updated documentation genertation script to build small code snippets

* Updated docs reference

* Removed slm doc

* Add commas and remove empty objects
2019-07-25 11:14:35 +02:00
2504563480 Updated automatically the main typings file with the generated t… (#919)
* Updated automatically the main typings file with the generated types

* Removed useless log
2019-07-25 11:14:29 +02:00
1e55d2a099 Ficed duplicated parameter 2019-07-22 12:21:39 +02:00
23fbc15e1a Updated license header (#915) 2019-07-22 12:11:45 +02:00
5b12e8a123 Updated test matrix 2019-07-22 11:07:27 +02:00
c65119bd53 fix(Typings): sniffInterval can also be boolean (#914) 2019-07-22 10:40:43 +02:00
708f9abe3e Improve authentication handling (#908) 2019-07-18 10:33:51 +02:00
a55856c60b Updated test matrix 2019-07-17 18:40:42 +02:00
126c277496 Fix typo in comments (#912) 2019-07-17 17:05:28 +02:00
23341d5f2a Improve README (#909)
* Updated README

* Updated asciidoc intro

* Updated intro title

* Update README.md

Co-Authored-By: Lisa Cawley <lcawley@elastic.co>

* Update README.md

Co-Authored-By: Lisa Cawley <lcawley@elastic.co>

* Update README.md

Co-Authored-By: Lisa Cawley <lcawley@elastic.co>

* Update README.md

Co-Authored-By: Lisa Cawley <lcawley@elastic.co>

* Update README.md

Co-Authored-By: Lisa Cawley <lcawley@elastic.co>

* Update docs/introduction.asciidoc

Co-Authored-By: Lisa Cawley <lcawley@elastic.co>

* Update docs/introduction.asciidoc

Co-Authored-By: Lisa Cawley <lcawley@elastic.co>

* Updated asciidoc intro
2019-07-17 10:30:27 +02:00
c3993f9145 Added support for arbitrary_key (#910) 2019-07-16 12:21:56 +02:00
c7dd19bfcf Update deepmerge requirement from ^3.2.0 to ^4.0.0 (#898) 2019-07-15 16:54:46 +02:00
a018d49442 Update tap requirement from ^13.0.1 to ^14.4.1 (#900) 2019-07-15 16:54:45 +02:00
f2a0abf76a Update @types/node requirement from ^11.13.7 to ^12.6.2 (#899) 2019-07-15 16:54:45 +02:00
85731864bf Update standard requirement from ^12.0.1 to ^13.0.2 (#906) 2019-07-15 16:54:45 +02:00
f6abf6e093 Merge branch '6.x' of https://github.com/elastic/elasticsearch-js into 6.x 2019-07-10 17:55:04 +02:00
d7fc4f7b03 Fix api call 2019-07-10 17:54:24 +02:00
a9c054ff21 Fix api call 2019-07-10 16:35:34 +02:00
1810f5f0c3 Improve integration test (#859)
* CI: Added junit plugin

* Updated .gitignore

* Added integration test reporter

* Updated integration testing suite

* Updated ci config

* Updated report file path

* Use refresh 'true' instead of 'wait_for'

* Disable junit reporting

* Refresh one single time

* Update security index name

* Updated skip test handling and use class syntax

* Updated test script

* Disable test timeout

* Added command to automatically remove an old snapshot

* Disable timeout in integration test script

* Updated logs and cleaned up git handling

* Fixed shouldSkip utility

* Updated cleanup code

* Updated cleanup code pt 2

* Rename Platinum to XPack
2019-07-10 15:56:49 +02:00
edfa527d2d Updated travis configuration (#894)
* Updated travis configuration

* Run license checker only in Linux

* Fixed script

* Fix windows test
2019-07-08 16:30:29 +02:00
05921b134d Bumped v6.8.1 2019-07-05 11:40:00 +02:00
aadf44bbf2 Remove auth data from inspect and toJSON in connection class (#887)
* Remove auth data from inspect and toJSON in connection class

* Updated test
2019-07-04 14:43:38 +02:00
bef1604a8d Updated type definitions (#882)
* Updated type definitions

* Updated test
2019-06-19 09:15:43 +02:00
87fb0a2996 Support branch for code generation (#883) 2019-06-18 15:46:57 +02:00
456fc19c94 Added cloud configuration example (#880)
* Added cloud configuration example

* Used cloud example from auth docs and added link
2019-06-14 10:13:47 +02:00
4c118b9f9a [DOCS] Fixes typo (#877) 2019-06-12 08:42:12 +02:00
dc5c041b07 Docs: added missing configuration options (#870) 2019-06-03 12:29:12 +02:00
6774560444 Added ES 6.8 2019-05-22 17:53:52 +02:00
3f1a15bc4e Bumped v6.8.0 2019-05-22 12:20:10 +02:00
06b3a1ceb7 Support for non-friendly chars in url username and password (#858)
* Support for non-friendly chars in url username and password
- Added auth option to Connection class
- Updated pool.addConnection

* Updated test
2019-05-20 17:10:31 +02:00
a83cf7b26f Patch #855 2019-05-17 09:07:40 -04:00
30c3afe150 API generation 2019-05-16 16:54:53 -04:00
0efa0df934 Patch deprecated parameters (#851)
* Updated code generation

* API generation

* API generation

* Updated code generation
2019-05-16 16:54:27 -04:00
b2fbcfd8e2 missing comma (#854) 2019-05-16 09:39:51 -04:00
cfcff78a7e Bumped v6.7.1 2019-05-14 17:50:16 -04:00
bf482cf269 Added toJSON method to Connection class (#849)
* Added toJSON method to Connection class

* Updated test

* Updated typings
2019-05-14 12:01:32 -04:00
f9e2d5f708 Fix #803 (#846) 2019-05-14 12:01:32 -04:00
ed8adba2ab Fix 843 (#845)
* Fix #843

* Updated test
2019-05-10 10:56:20 +02:00
098aef0a58 Bumped v6.7.0 2019-05-09 15:34:48 +02:00
6d5b5f6af3 Fix 841 (#842)
* Added errors to exported members

* Updated test
2019-05-09 14:57:51 +02:00
02ad9a9759 Bumped v6.7.0-rc.3 2019-05-06 12:06:45 +02:00
965536b369 API generation 2019-05-06 12:06:21 +02:00
5c144154ad Updated installation instructions (#840) 2019-05-06 12:02:25 +02:00
a52cf6be38 Added User-Agent header (#807)
* Added User-Agent header

* Updated test

* Updated user-agent format

* Updated test
2019-05-06 10:00:16 +02:00
c91ceb12d8 API generation 2019-05-03 19:04:18 +02:00
c1eadd6e88 Simplify API wrappers (#839)
* Updated code generation

* API generation

* Updated test

* Updated code generation

* API generation

* API generation
2019-05-03 19:03:56 +02:00
d080f1bdad API generation 2019-05-03 17:27:09 +02:00
14fc908d4b 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:26:40 +02:00
7d810f8110 Better handling of hostname/ip:port format (#837)
* Better handling of hostname/ip:port format

* Updated test
2019-05-03 17:26:33 +02:00
962e26f791 Updated installation instructions (#835)
* Updated installation instructions

* Added a note about Elasticsearch master
2019-05-03 17:26:33 +02:00
ee36f7b43f Fix resurrect timeout formula (#833)
* Fixes #827

* Updated test
2019-04-29 09:20:32 +02:00
8a85738258 Node v12 and bumped dependencies (#832)
* Node v12

* Bumped dependencies

* Disable automatic code coverage
2019-04-26 17:26:54 +02:00
d06f67d881 Updated .travis.yml (#831) 2019-04-26 15:04:55 +02:00
c67a5dfdc2 Update RequestEvent to use parameterized type T (#822)
Updated `RequestEvent` to use parameterized type `T`.  In reference to:

https://github.com/elastic/elasticsearch-js/pull/819#issuecomment-484594841
2019-04-19 10:07:28 +02:00
885147b889 Bumped v6.7.0-rc.2 2019-04-17 14:17:06 +02:00
3c99839e4a Updated typings (#819) 2019-04-17 11:25:06 +02:00
24da41e994 Drop Node.js v6 support (#818)
Node.js v6 will go EOL at the end of April 2019, and already two of the production dependencies of the client have already dropped support for it, and soon others will do *(as well as development dependencies)*.

Furthermore, since Node.js will go in EOL it will never get security patches, plus, also OpenSSL-1.0.2 will go EOL [this year](https://github.com/nodejs/Release#release-schedule); to avoid risks for the client users it is better to drop support for Node.js v6 right away.
2019-04-17 11:25:06 +02:00
662e4d5ca7 Fix a typo in usage example (#806) 2019-04-11 16:38:16 +02:00
1afa23b11d API generation 2019-04-10 11:45:50 +02:00
48c6ad15a6 Improve typings (#813)
The ApiResponse now accepts a generics that defaults to any, same for every API method that might need a body.
2019-04-10 11:44:47 +02:00
48233503f7 Custom http agent support (#810) 2019-04-10 11:44:33 +02:00
11c7475566 Use Elasticsearch 6.7.1 2019-04-09 12:13:07 +02:00
e530ed2313 Support for publish_address as hostname/ip:port (#804) 2019-04-09 12:06:41 +02:00
59b9403fdc Updated README.md 2019-04-01 09:50:33 +02:00
01ab682fb7 Handle bulk errors in examples 2019-04-01 09:09:10 +02:00
b11e7ffc9f Generated reference 2019-03-29 18:09:00 +01:00
11da9a4650 Docs: Fix ingest doc links (#801)
The ingest docs in Elasticsearch doing point to the actual ingest APIs.
This makes up generate links to the real APIs instead, fixing some
broken links in the 5.x docs in the process.
2019-03-29 18:08:40 +01:00
352a2c3652 Docs: Set the stack version to 6.7 2019-03-29 11:23:53 -04:00
5ce9f55481 Generated reference 2019-03-29 15:47:32 +01:00
e7f7993407 Docs: Handle more funny cases from ES api spec (#800)
Handles a few "special" doc urls from ES's api spec files. These are
only a problem in 6.x but we'd like to keep the generateDocs script the
same across all branches for easier backporting.
2019-03-29 15:46:54 +01:00
baac03846e Update asciidoc config 2019-03-29 15:42:24 +01:00
41050f23f5 Generated reference 2019-03-29 08:52:44 +01:00
2daa6d35c6 Docs: Fix the API reference (#799) 2019-03-29 08:52:18 +01:00
9bcfc08b20 Bumped v6.7.0-rc.1 2019-03-28 19:29:10 +01:00
45744762d3 Fix docs (#796)
Follow up of https://github.com/elastic/docs/pull/701.
2019-03-28 17:36:52 +01:00
516139c48e Updated CONTRIBUTING.md (#794)
As titled, also renamed the script files for a better DX.
2019-03-28 10:11:32 +01:00
29091da864 API generation 2019-03-27 19:24:27 +01:00
4346bfd9a0 Follow-up #790 2019-03-27 19:23:35 +01:00
ef2b025489 Added CONTRIBUTING.md and CODE_OF_CONDUCT.md 2019-03-27 16:48:16 +01:00
12101dc1ae Improved integration test runner 2019-03-27 15:05:52 +01:00
1325471c45 Test: updated platinum skip list 2019-03-27 11:48:34 +01:00
59f88c22f9 Use ES 6.7 2019-03-27 07:51:30 +01:00
8f131d5a6d API generation 2019-03-27 07:50:42 +01:00
81e09a71c2 Regenerate doc 2019-03-27 07:47:03 +01:00
41fa164611 Doc updates (#791)
Updates for better displaying the documentation in the website.
2019-03-27 07:46:03 +01:00
9fa31a96c6 Merge branch '6.x' of https://github.com/elastic/elasticsearch-js into 6.x 2019-03-26 12:09:30 +01:00
eb95d6bda1 API generation 2019-03-26 12:09:20 +01:00
69844fa93f Merge branch 'master' into 6.x 2019-03-26 12:08:00 +01:00
203e11f2f8 Remove url in jenkins job configuration 2019-03-21 11:16:33 -04:00
10d660c6dc CI config (#786)
* Updated ci config

* Minor fixes

* Minor fixes

* Added Node v11
2019-03-21 11:03:48 +01:00
fcad02768b Use elasticsearch-oss for oss test 2019-03-20 08:38:34 +01:00
5cb51850c9 Revert "Revert "Updated ci config""
This reverts commit a35c6e97b7.
2019-03-19 19:47:36 +01:00
a35c6e97b7 Revert "Updated ci config"
This reverts commit 17fc9fb38e.
2019-03-19 19:04:44 +01:00
17fc9fb38e Updated ci config 2019-03-19 14:16:05 +01:00
dc5102d30b Inspect Connection (#784)
Handles `console.log` and `utils.inspect` invocations for a better debugging experience.

`agent` and `ssl` are hidden since they made the logs very hard to read.
The user can still access them with `instance.agent` and `instance.ssl`.
2019-03-19 10:33:50 +01:00
4d551319dd Updated travis 2019-03-19 10:33:17 +01:00
1acfd1b895 API generation 2019-03-19 10:04:35 +01:00
2458bb5721 Feat: Support bundlers (#783)
With this change, we support code bundlers, such as webpack.
Fixes: https://github.com/elastic/elasticsearch-js/issues/781
2019-03-19 09:56:07 +01:00
5d8b2b0c26 Added a note about the new client 2019-03-19 09:55:40 +01:00
d5256e2fc1 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:55:35 +01:00
55fd03942f Updated coverage script 2019-03-15 17:49:35 +01:00
ead63b9e6d Added codecov badge 2019-03-15 17:49:35 +01:00
284a9deac7 Updated ignore files 2019-03-15 17:49:35 +01:00
3faac68c5b Added codecov (#777) 2019-03-15 17:49:35 +01:00
9bb4083a6e Updated README 2019-03-14 18:33:33 +01:00
02299f7ec1 Updated code generation 2019-03-13 16:12:59 +01:00
a8c19984d6 Updated test 2019-03-13 16:11:47 +01:00
0b739ea23c regenerated typings and reference 2019-03-13 16:11:14 +01:00
5c51bf7128 Updated scripts 2019-03-13 16:10:09 +01:00
51ef62b4f1 API generation 2019-03-13 16:09:29 +01:00
5030efd2d0 Revert d4d7d0bef5 2019-03-13 14:14:06 +01:00
dd9707e42e CI: use Elasticsearch 6 2019-03-13 14:09:37 +01:00
415 changed files with 18796 additions and 24397 deletions

View File

@ -22,7 +22,7 @@ services:
- elasticsearch-oss - elasticsearch-oss
elasticsearch-oss: elasticsearch-oss:
image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-7.0.0-beta1} image: docker.elastic.co/elasticsearch/elasticsearch-oss:${ELASTICSEARCH_VERSION:-6.6.2}
volumes: volumes:
- esvol:/tmp - esvol:/tmp
networks: networks:
@ -58,7 +58,7 @@ services:
command: ["npm", "run", "test:integration"] command: ["npm", "run", "test:integration"]
elasticsearch-platinum: elasticsearch-platinum:
image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-7.0.0-beta1} image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-6.6.2}
ports: ports:
- "9200:9200" - "9200:9200"
networks: networks:

7
.ci/docker/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
ARG NODE_JS_VERSION=10
FROM node:${NODE_JS_VERSION}-alpine
RUN apk --no-cache add git
# Create app directory
WORKDIR /usr/src/app

View File

@ -47,6 +47,10 @@
type: yaml type: yaml
filename: .ci/test-matrix.yml filename: .ci/test-matrix.yml
name: NODE_JS_VERSION name: NODE_JS_VERSION
- axis:
type: yaml
filename: .ci/test-matrix.yml
name: TEST_SUITE
yaml-strategy: yaml-strategy:
exclude-key: exclude exclude-key: exclude
filename: .ci/test-matrix.yml filename: .ci/test-matrix.yml
@ -65,3 +69,6 @@
publishers: publishers:
- email: - email:
recipients: infra-root+build@elastic.co recipients: infra-root+build@elastic.co
# - junit:
# results: "*-junit.xml"
# allow-empty-results: true

14
.ci/packer_cache.sh Normal file
View File

@ -0,0 +1,14 @@
#!/usr/bin/env bash
source /usr/local/bin/bash_standard_lib.sh
DOCKER_IMAGES="node:12-alpine
node:10-alpine
node:8-alpine
"
for di in ${DOCKER_IMAGES}
do
(retry 2 docker pull "${di}") || echo "Error pulling ${di} Docker image, we continue"
done

175
.ci/run-elasticsearch.sh Normal file
View File

@ -0,0 +1,175 @@
#!/usr/bin/env bash
#
# Launch one or more Elasticsearch nodes via the Docker image,
# to form a cluster suitable for running the REST API tests.
#
# Export the ELASTICSEARCH_VERSION variable, eg. 'elasticsearch:8.0.0-SNAPSHOT'.
if [[ -z "$ELASTICSEARCH_VERSION" ]]; then
echo -e "\033[31;1mERROR:\033[0m Required environment variable [ELASTICSEARCH_VERSION] not set\033[0m"
exit 1
fi
set -euxo pipefail
moniker=$(echo "$ELASTICSEARCH_VERSION" | tr -C "[:alnum:]" '-')
suffix=rest-test
NODE_NAME=${NODE_NAME-${moniker}node1}
MASTER_NODE_NAME=${MASTER_NODE_NAME-${NODE_NAME}}
CLUSTER_NAME=${CLUSTER_NAME-${moniker}${suffix}}
HTTP_PORT=${HTTP_PORT-9200}
ELASTIC_PASSWORD=${ELASTIC_PASSWORD-changeme}
SSL_CERT=${SSL_CERT-"$PWD/certs/testnode.crt"}
SSL_KEY=${SSL_KEY-"$PWD/certs/testnode.key"}
SSL_CA=${SSL_CA-"$PWD/certs/ca.crt"}
DETACH=${DETACH-false}
CLEANUP=${CLEANUP-false}
volume_name=${NODE_NAME}-${suffix}-data
network_default=${moniker}${suffix}
NETWORK_NAME=${NETWORK_NAME-"$network_default"}
set +x
function cleanup_volume {
if [[ "$(docker volume ls -q -f name=$1)" ]]; then
echo -e "\033[34;1mINFO:\033[0m Removing volume $1\033[0m"
(docker volume rm "$1") || true
fi
}
function cleanup_node {
if [[ "$(docker ps -q -f name=$1)" ]]; then
echo -e "\033[34;1mINFO:\033[0m Removing container $1\033[0m"
(docker container rm --force --volumes "$1") || true
cleanup_volume "$1-${suffix}-data"
fi
}
function cleanup_network {
if [[ "$(docker network ls -q -f name=$1)" ]]; then
echo -e "\033[34;1mINFO:\033[0m Removing network $1\033[0m"
(docker network rm "$1") || true
fi
}
function cleanup {
if [[ "$DETACH" != "true" ]] || [[ "$1" == "1" ]]; then
echo -e "\033[34;1mINFO:\033[0m clean the node and volume on startup (1) OR on exit if not detached\033[0m"
cleanup_node "$NODE_NAME"
fi
if [[ "$DETACH" != "true" ]]; then
echo -e "\033[34;1mINFO:\033[0m clean the network if not detached (start and exit)\033[0m"
cleanup_network "$NETWORK_NAME"
fi
};
trap "cleanup 0" EXIT
if [[ "$CLEANUP" == "true" ]]; then
trap - EXIT
if [[ -z "$(docker network ls -q -f name=${NETWORK_NAME})" ]]; then
echo -e "\033[34;1mINFO:\033[0m $NETWORK_NAME is already deleted\033[0m"
exit 0
fi
containers=$(docker network inspect -f '{{ range $key, $value := .Containers }}{{ printf "%s\n" .Name}}{{ end }}' ${NETWORK_NAME})
while read -r container; do
cleanup_node "$container"
done <<< "$containers"
cleanup_network "$NETWORK_NAME"
echo -e "\033[32;1mSUCCESS:\033[0m Cleaned up and exiting\033[0m"
exit 0
fi
echo -e "\033[34;1mINFO:\033[0m Making sure previous run leftover infrastructure is removed \033[0m"
cleanup 1
echo -e "\033[34;1mINFO:\033[0m Creating network $NETWORK_NAME if it does not exist already \033[0m"
docker network inspect "$NETWORK_NAME" > /dev/null 2>&1 || docker network create "$NETWORK_NAME"
environment=($(cat <<-END
--env node.name=$NODE_NAME
--env cluster.name=$CLUSTER_NAME
--env cluster.routing.allocation.disk.threshold_enabled=false
--env bootstrap.memory_lock=true
--env node.attr.testattr=test
--env path.repo=/tmp
--env repositories.url.allowed_urls=http://snapshot.test*
END
))
volumes=($(cat <<-END
--volume $volume_name:/usr/share/elasticsearch/data
END
))
if [[ "$ELASTICSEARCH_VERSION" != *oss* ]]; then
environment+=($(cat <<-END
--env ELASTIC_PASSWORD=$ELASTIC_PASSWORD
--env xpack.license.self_generated.type=trial
--env xpack.security.enabled=true
--env xpack.security.http.ssl.enabled=true
--env xpack.security.http.ssl.verification_mode=certificate
--env xpack.security.http.ssl.key=certs/testnode.key
--env xpack.security.http.ssl.certificate=certs/testnode.crt
--env xpack.security.http.ssl.certificate_authorities=certs/ca.crt
--env xpack.security.transport.ssl.enabled=true
--env xpack.security.transport.ssl.key=certs/testnode.key
--env xpack.security.transport.ssl.certificate=certs/testnode.crt
--env xpack.security.transport.ssl.certificate_authorities=certs/ca.crt
END
))
volumes+=($(cat <<-END
--volume $SSL_CERT:/usr/share/elasticsearch/config/certs/testnode.crt
--volume $SSL_KEY:/usr/share/elasticsearch/config/certs/testnode.key
--volume $SSL_CA:/usr/share/elasticsearch/config/certs/ca.crt
END
))
fi
url="http://$NODE_NAME"
if [[ "$ELASTICSEARCH_VERSION" != *oss* ]]; then
url="https://elastic:$ELASTIC_PASSWORD@$NODE_NAME"
fi
echo -e "\033[34;1mINFO:\033[0m Starting container $NODE_NAME \033[0m"
set -x
docker run \
--name "$NODE_NAME" \
--network "$NETWORK_NAME" \
--env ES_JAVA_OPTS=-"Xms1g -Xmx1g" \
"${environment[@]}" \
"${volumes[@]}" \
--publish "$HTTP_PORT":9200 \
--ulimit nofile=65536:65536 \
--ulimit memlock=-1:-1 \
--detach="$DETACH" \
--health-cmd="curl --silent --insecure --fail $url:9200/_cluster/health || exit 1" \
--health-interval=2s \
--health-retries=20 \
--health-timeout=2s \
--rm \
docker.elastic.co/elasticsearch/"$ELASTICSEARCH_VERSION";
set +x
if [[ "$DETACH" == "true" ]]; then
until [[ "$(docker inspect -f "{{.State.Health.Status}}" ${NODE_NAME})" != "starting" ]]; do
sleep 2;
echo ""
echo -e "\033[34;1mINFO:\033[0m waiting for node $NODE_NAME to be up\033[0m"
done;
# Always show the node getting started logs, this is very useful both on CI as well as while developing
docker logs "$NODE_NAME"
if [[ "$(docker inspect -f "{{.State.Health.Status}}" ${NODE_NAME})" != "healthy" ]]; then
cleanup 1
echo
echo -e "\033[31;1mERROR:\033[0m Failed to start ${ELASTICSEARCH_VERSION} in detached mode beyond health checks\033[0m"
echo -e "\033[31;1mERROR:\033[0m dumped the docker log before shutting the node down\033[0m"
exit 1
else
echo
echo -e "\033[32;1mSUCCESS:\033[0m Detached and healthy: ${NODE_NAME} on docker network: ${NETWORK_NAME}\033[0m"
echo -e "\033[32;1mSUCCESS:\033[0m Running on: ${url/$NODE_NAME/localhost}:${HTTP_PORT}\033[0m"
exit 0
fi
fi

View File

@ -8,6 +8,7 @@
# #
# - $ELASTICSEARCH_VERSION # - $ELASTICSEARCH_VERSION
# - $NODE_JS_VERSION # - $NODE_JS_VERSION
# - $TEST_SUITE
# #
set -eo pipefail set -eo pipefail
@ -18,93 +19,41 @@ export CODECOV_TOKEN=$(vault read -field=token secret/clients-ci/elasticsearch-j
unset VAULT_ROLE_ID VAULT_SECRET_ID VAULT_TOKEN unset VAULT_ROLE_ID VAULT_SECRET_ID VAULT_TOKEN
set -x set -x
function cleanup {
docker container rm --force --volumes elasticsearch-oss > /dev/null 2>&1 || true
docker container rm --force --volumes elasticsearch-platinum > /dev/null 2>&1 || true
docker container rm --force --volumes elasticsearch-js-oss > /dev/null 2>&1 || true
docker container rm --force --volumes elasticsearch-js-platinum > /dev/null 2>&1 || true
docker network rm esnet-oss > /dev/null
docker network rm esnet-platinum > /dev/null
}
trap cleanup EXIT
# create network and volume
docker network create esnet-oss
docker network create esnet-platinum
# create client image
docker build \ docker build \
--file .ci/Dockerfile \ --file .ci/Dockerfile \
--tag elastic/elasticsearch-js \ --tag elastic/elasticsearch-js \
--build-arg NODE_JS_VERSION=${NODE_JS_VERSION} \ --build-arg NODE_JS_VERSION=${NODE_JS_VERSION} \
. .
# run elasticsearch oss NODE_NAME="es1"
docker run \
--rm \
--env "node.attr.testattr=test" \
--env "path.repo=/tmp" \
--env "repositories.url.allowed_urls=http://snapshot.*" \
--env "discovery.type=single-node" \
--network=esnet-oss \
--name=elasticsearch-oss \
--detach \
docker.elastic.co/elasticsearch/elasticsearch-oss:${ELASTICSEARCH_VERSION}
# run elasticsearch platinum
repo=$(pwd) repo=$(pwd)
testnodecrt="/.ci/certs/testnode.crt" testnodecrt="/.ci/certs/testnode.crt"
testnodekey="/.ci/certs/testnode.key" testnodekey="/.ci/certs/testnode.key"
cacrt="/.ci/certs/ca.crt" cacrt="/.ci/certs/ca.crt"
docker run \ elasticsearch_image="elasticsearch"
--rm \ elasticsearch_url="https://elastic:changeme@${NODE_NAME}:9200"
--env "node.attr.testattr=test" \ if [[ $TEST_SUITE != "xpack" ]]; then
--env "path.repo=/tmp" \ elasticsearch_image="elasticsearch-oss"
--env "repositories.url.allowed_urls=http://snapshot.*" \ elasticsearch_url="http://${NODE_NAME}:9200"
--env "discovery.type=single-node" \ fi
--env "ES_JAVA_OPTS=-Xms1g -Xmx1g" \
--env "ELASTIC_PASSWORD=changeme" \ ELASTICSEARCH_VERSION="${elasticsearch_image}:${ELASTICSEARCH_VERSION}" \
--env "xpack.security.enabled=true" \ NODE_NAME="${NODE_NAME}" \
--env "xpack.license.self_generated.type=trial" \ NETWORK_NAME="esnet" \
--env "xpack.security.http.ssl.enabled=true" \ DETACH=true \
--env "xpack.security.http.ssl.verification_mode=certificate" \ SSL_CERT="${repo}${testnodecrt}" \
--env "xpack.security.http.ssl.key=certs/testnode.key" \ SSL_KEY="${repo}${testnodekey}" \
--env "xpack.security.http.ssl.certificate=certs/testnode.crt" \ SSL_CA="${repo}${cacrt}" \
--env "xpack.security.http.ssl.certificate_authorities=certs/ca.crt" \ bash .ci/run-elasticsearch.sh
--env "xpack.security.transport.ssl.enabled=true" \
--env "xpack.security.transport.ssl.key=certs/testnode.key" \
--env "xpack.security.transport.ssl.certificate=certs/testnode.crt" \
--env "xpack.security.transport.ssl.certificate_authorities=certs/ca.crt" \
--volume "$repo$testnodecrt:/usr/share/elasticsearch/config/certs/testnode.crt" \
--volume "$repo$testnodekey:/usr/share/elasticsearch/config/certs/testnode.key" \
--volume "$repo$cacrt:/usr/share/elasticsearch/config/certs/ca.crt" \
--network=esnet-platinum \
--name=elasticsearch-platinum \
--detach \
docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION}
# run the client unit and oss integration test
docker run \ docker run \
--network=esnet-oss \ --network=esnet \
--env "TEST_ES_SERVER=http://elasticsearch-oss:9200" \ --env "TEST_ES_SERVER=${elasticsearch_url}" \
--env "CODECOV_TOKEN" \ --env "CODECOV_TOKEN" \
--volume $repo:/usr/src/app \ --volume $repo:/usr/src/app \
--volume /usr/src/app/node_modules \ --volume /usr/src/app/node_modules \
--name elasticsearch-js-oss \ --name elasticsearch-js \
--rm \ --rm \
elastic/elasticsearch-js \ elastic/elasticsearch-js \
npm run ci npm run ci
# run the client platinium integration test
docker run \
--network=esnet-platinum \
--env "TEST_ES_SERVER=https://elastic:changeme@elasticsearch-platinum:9200" \
--volume $repo:/usr/src/app \
--volume /usr/src/app/node_modules \
--name elasticsearch-js-platinum \
--rm \
elastic/elasticsearch-js \
npm run test:integration

View File

@ -1,11 +1,14 @@
--- ---
ELASTICSEARCH_VERSION: ELASTICSEARCH_VERSION:
- 7.0.0-beta1 - 6.8.4
NODE_JS_VERSION: NODE_JS_VERSION:
- 11 - 12
- 10 - 10
- 8 - 8
- 6
TEST_SUITE:
- oss
- xpack
exclude: ~ exclude: ~

6
.gitignore vendored
View File

@ -50,8 +50,6 @@ package-lock.json
# elasticsearch repo or binary files # elasticsearch repo or binary files
elasticsearch* elasticsearch*
# Generated typings, we don't commit them
# because we should copy them in the main .d.ts file
api/generated.d.ts
test/benchmarks/macro/fixtures/* test/benchmarks/macro/fixtures/*
*-junit.xml

View File

@ -67,3 +67,6 @@ scripts
.ci .ci
.travis.yml .travis.yml
certs certs
.github
CODE_OF_CONDUCT.md
CONTRIBUTING.md

View File

@ -1,29 +1,25 @@
dist: trusty
sudo: required
language: node_js language: node_js
node_js: node_js:
- "12"
- "10" - "10"
- "8" - "8"
- "6"
env: cache:
global: npm: false
- ELASTICSEARCH_VERSION=7.0.0-beta1
- QUIET=true
before_install: os:
- wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ELASTICSEARCH_VERSION}-linux-x86_64.tar.gz - windows
- tar -xzf elasticsearch-${ELASTICSEARCH_VERSION}-linux-x86_64.tar.gz - linux
- ./elasticsearch-${ELASTICSEARCH_VERSION}/bin/elasticsearch -Enode.attr.testattr=test -Epath.repo=/tmp -Erepositories.url.allowed_urls='http://snapshot.*' &> /dev/null &
install: install:
- npm install - npm install
script: script:
- npm run ci - if [ "$TRAVIS_OS_NAME" = "linux" ]; then npm run license-checker; fi
- npm run lint
- npm run test:coverage
- npm run test:types
notifications: notifications:
email: email:

3
CODE_OF_CONDUCT.md Normal file
View File

@ -0,0 +1,3 @@
303 See Other
Location: https://www.elastic.co/community/codeofconduct

100
CONTRIBUTING.md Normal file
View File

@ -0,0 +1,100 @@
# Contributing to the Elasticsearch Node.js client
The Elasticsearch Node.js client is open source and we love to receive contributions from our community — you!
There are many ways to contribute,
from writing tutorials or blog posts,
improving the documentation,
submitting bug reports and feature requests or writing code.
## Repository structure
The `master` branch is considered unstable, and it's compatible with Elasticsearch master. Unless you are patching an issue, new features should always be sent to the `master` branch, in case of a bugfix, it depends if the bug affects all the release lines.<br/>
There is a branch for every supported release line, such as `7.x` or `6.x`. We release bugfixes as soon as possible, while minor and major releases are published at the same time of the Elastic Stack.
Usually for every release line there will be a *published* version and a *next* version. Eg: the `7.x` branch contains the version published on npm, and bugfixes should be sent there, while `7.2` *(assuming that 7.1.x is released)* contains the next version, and new features should be sent there.
## Code contributions
If you have a bugfix or new feature that you would like to contribute,
please find or open an issue about it first.
Talk about what you would like to do.
It may be that somebody is already working on it,
or that there are particular issues that you should know about before implementing the change.
Note that we strictly follow the [Elastic EOL schedule](https://www.elastic.co/support/eol).
### Submitting your changes
Generally, we require that you test any code you are adding or modifying.
Once your changes are ready to submit for review:
1. Test your changes
Run the test suite to make sure that nothing is broken.
Usually run `npm test` is enough, our CI will take care of running the integration test. If you want to run the integration test yourself, see the *Testing* section below.
2. Submit a pull request
Push your local changes to your forked copy of the repository and [submit a pull request](https://help.github.com/articles/using-pull-requests).
In the pull request,
choose a title which sums up the changes that you have made,
and in the body provide more details about what your changes do.
Also mention the number of the issue where discussion has taken place,
eg "Closes #123".
3. Sign the Contributor License Agreement
Please make sure you have signed our [Contributor License Agreement](https://www.elastic.co/contributor-agreement/).
We are not asking you to assign copyright to us,
but to give us the right to distribute your code without restriction.
We ask this of all contributors in order to assure our users of the origin and continuing existence of the code.
You only need to sign the CLA once.
4. Be patient
We might not be able to review your code as fast as we would like to,
but we'll do our best to dedicate it the attention it deserves.
Your effort is much appreciated!
### Code generation
The entire content of the API folder is generated as well as the `docs/reference.asciidoc` file.<br/>
If you want to run the code generation you should run the following command:
```sh
node scripts/generate --tag <tag name>
# or
node scripts/generate --branch <branch name>
```
Then you should copy the content of `api/generated.d.ts` into the `index.d.ts` file *(automate this step would be a nice pr!)*.
### Testing
There are different test scripts, usually during development you only need to run `npm test`, but if you want you can run just a part of the suite, following you will find all the testing scripts and what they do.
| Script | Description |
|---|---|
| `npm run test:unit` | Runs the content of the `test/unit` folder. |
| `npm run test:behavior` | Runs the content of the `test/behavior` folder. |
| `npm run test:types` | Runs the content of the `test/types` folder. |
| `npm run test:unit -- --cov --coverage-report=html` | Runs the content of the `test/unit` folder and calculates the code coverage. |
| `npm run test:integration` | Runs the integration test runner.<br/>*Note: it requires a living instance of Elasticsearch.* |
| `npm run lint` | Run the [linter](https://standardjs.com/). |
| `npm run lint:fix` | Fixes the lint errors. |
| `npm test` | Runs lint, unit, behavior, and types test. |
#### Integration test
The integration test are generated on the fly by the runner you will find inside `test/integration`, once you execute it, it will clone the Elasticsearch repository and checkout the correct version to grab the [OSS yaml files](https://github.com/elastic/elasticsearch/tree/master/rest-api-spec/src/main/resources/rest-api-spec/test) and the [Elastic licensed yaml files](https://github.com/elastic/elasticsearch/tree/master/x-pack/plugin/src/test/resources/rest-api-spec/test) that will be used for generating the test.
Usually this step is executed by CI since it takes some time, but you can easily run this yourself! Just follow this steps:
1. Boot an Elasticsearch instance, you can do that by running `./scripts/es-docker.sh` or `./scripts/es-docker-platinum.sh`, the first one will work only with the OSS APIs, while the second will work also with the Elastic licensed APIs;
1. If you are running the OSS test, you should use `npm run test:integration`, otherwise use `TEST_ES_SERVER=https://elastic:changeme@localhost:9200 npm run test:integration`. You can also pass a `-b` parameter if you want the test to bail out at the first failure: `npm run test:integration -- -b`;
1. Grab a coffee, it will take some time ;)
### Releasing
If you have access to make releases, the process is as follows:
1. Update the version in `package.json` according to the scale of the change. (major, minor or patch)
1. Commit changes with message `Bumped vx.y.z` where `x.y.z` is the version in `package.json`
1. Create a release via the GitHub UI.
1. Wait for CI to finish running the test.
1. Publish to npm with `npm publish` *(see [publish](https://docs.npmjs.com/cli/publish) and [dist-tag](https://docs.npmjs.com/cli/dist-tag) docs)*

221
README.md
View File

@ -1,24 +1,24 @@
<img align="right" width="auto" height="auto" src="https://www.elastic.co/static-res/images/elastic-logo-200.png"> <img align="right" width="auto" height="auto" src="https://www.elastic.co/static-res/images/elastic-logo-200.png">
# @elastic/elasticsearch # Elasticsearch Node.js client
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![Build Status](https://clients-ci.elastic.co/job/elastic+elasticsearch-js+master/badge/icon)](https://clients-ci.elastic.co/job/elastic+elasticsearch-js+master/) [![codecov](https://codecov.io/gh/elastic/elasticsearch-js/branch/master/graph/badge.svg)](https://codecov.io/gh/elastic/elasticsearch-js) [![NPM downloads](https://img.shields.io/npm/dm/@elastic/elasticsearch.svg?style=flat)](https://www.npmjs.com/package/@elastic/elasticsearch) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) [![Build Status](https://clients-ci.elastic.co/buildStatus/icon?job=elastic%2Belasticsearch-js%2Bmaster)](https://clients-ci.elastic.co/view/Javascript/job/elastic+elasticsearch-js+master/) [![codecov](https://codecov.io/gh/elastic/elasticsearch-js/branch/master/graph/badge.svg)](https://codecov.io/gh/elastic/elasticsearch-js) [![NPM downloads](https://img.shields.io/npm/dm/@elastic/elasticsearch.svg?style=flat)](https://www.npmjs.com/package/@elastic/elasticsearch)
---
**Note:** In the past months we have worked on the new Elasticsearch Node.js client, we will announce it soon!
If you want you can already try it by following the instructions below, while if you're going to use the legacy one or report an issue, please check out [elastic/elasticsearch-js-legacy](https://github.com/elastic/elasticsearch-js-legacy).
---
The official Node.js client for Elasticsearch. The official Node.js client for Elasticsearch.
---
**Note:** In the past months we have worked on the new Elasticsearch Node.js client and you can use it by following the instructions below. If you're going to use the legacy one or report an issue, however, please check out [elastic/elasticsearch-js-legacy](https://github.com/elastic/elasticsearch-js-legacy).
---
## Features ## Features
- One-to-one mapping with REST API. - One-to-one mapping with REST API.
- Generalized, pluggable architecture. - Generalized, pluggable architecture.
- Configurable, automatic discovery of cluster nodes. - Configurable, automatic discovery of cluster nodes.
- Persistent, Keep-Alive connections. - Persistent, Keep-Alive connections.
- Load balancing (with pluggable selection strategy) across all available nodes. - Load balancing across all available nodes.
- Child client support.
- TypeScript support out of the box. - TypeScript support out of the box.
## Install ## Install
@ -28,30 +28,51 @@ npm install @elastic/elasticsearch
### Compatibility ### Compatibility
--- The minimum supported version of Node.js is `v8`.
**Warning:** currently on npm you will only find a beta release that works with Elasticsearch 7, we will add the support for Elasticsearch 5, 6, and 7 once we release the final version of this library. The library is compatible with all Elasticsearch versions since 5.x, and you should use the same major version of the Elasticsearch instance that you are using.
--- | Elasticsearch Version | Client Version |
| --------------------- |----------------|
| `master` | `master` |
| `7.x` | `7.x` |
| `6.x` | `6.x` |
| `5.x` | `5.x` |
The library is compatible with all Elasticsearch versions since 5.x, but you should use the same major version of the Elasticsearch instance that you are using. To install a specific major of the client, run the following command:
``` ```
# Elasticsearch 7.x npm install @elastic/elasticsearch@<major>
@elastic/elasticsearch@7
# Elasticsearch 6.x
@elastic/elasticsearch@6
# Elasticsearch 5.x
@elastic/elasticsearch@5
``` ```
## Usage #### Browser
You can find the full documentation in the [docs](https://github.com/elastic/elasticsearch-js/tree/master/docs) folder.
WARNING: There is no official support for the browser environment. It exposes your Elasticsearch instance to everyone, which could lead to security issues.
We recommend that you write a lightweight proxy that uses this client instead.
## Documentation
- [Introduction](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/introduction.html)
- [Usage](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/client-usage.html)
- [Client configuration](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/client-configuration.html)
- [API reference](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/api-reference.html)
- [Breaking changes coming from the old client](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/breaking-changes.html)
- [Authentication](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/auth-reference.html)
- [Observability](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/observability.html)
- [Creating a child client](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/child-client.html)
- [Extend the client](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/extend-client.html)
- [Typescript support](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/typescript.html)
- [Examples](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/examples.html)
## Quick start
First of all, require the client and initialize it:
```js ```js
const { Client } = require('@elastic/elasticsearch') const { Client } = require('@elastic/elasticsearch')
const client = new Client({ node: 'http://localhost:9200' }) const client = new Client({ node: 'http://localhost:9200' })
```
You can use both the callback-style API and the promise-style API, both behave the same way.
```js
// promise API // promise API
const result = await client.search({ const result = await client.search({
index: 'my-index', index: 'my-index',
@ -76,77 +97,99 @@ The returned value of **every** API call is formed as follows:
meta: object meta: object
} }
``` ```
### Client options
The client is designed to be easily configured as you see fit for your needs, following you can see all the possible options that you can use to configure it. Let's see a complete example!
```ts ```js
{ 'use strict'
// the Elasticsearch endpoint to use
node: string | string[]; const { Client } = require('@elastic/elasticsearch')
// alias of above const client = new Client({ node: 'http://localhost:9200' })
nodes: string | string[];
// custom connection class async function run () {
Connection: typeof Connection; // Let's start by indexing some data
// custom connection pool class await client.index({
ConnectionPool: typeof ConnectionPool; index: 'game-of-thrones',
// custom transport class // type: '_doc', // uncomment this line if you are using Elasticsearch ≤ 6
Transport: typeof Transport; body: {
// custom serializer class character: 'Ned Stark',
Serializer: typeof Serializer; quote: 'Winter is coming.'
// max number of retries for each request }
maxRetries: number; })
// max request timeout for each request
requestTimeout: number; await client.index({
// max ping timeout for each request index: 'game-of-thrones',
pingTimeout: number; // type: '_doc', // uncomment this line if you are using Elasticsearch ≤ 6
// perform a sniff operation every `n` milliseconds body: {
sniffInterval: number; character: 'Daenerys Targaryen',
// perform a sniff once the client is started quote: 'I am the blood of the dragon.'
sniffOnStart: boolean; }
// custom sniff endpoint, defaults `_nodes/_all/http` })
sniffEndpoint: string;
// perform a sniff on connection fault await client.index({
sniffOnConnectionFault: boolean; index: 'game-of-thrones',
// configurethe node resurrection strategy, default `ping` // type: '_doc', // uncomment this line if you are using Elasticsearch ≤ 6
resurrectStrategy: 'ping' | 'optimistic' | 'none'; body: {
// adds `accept-encoding` header to every request character: 'Tyrion Lannister',
suggestCompression: boolean; quote: 'A mind needs books like a sword needs a whetstone.'
// enable gzip request body compression }
compression: 'gzip'; })
// ssl configuraton
ssl: http.SecureContextOptions; // here we are forcing an index refresh, otherwise we will not
// http agent options // get any result in the consequent search
agent: http.AgentOptions; await client.indices.refresh({ index: 'game-of-thrones' })
// filters which node not to use for a request
nodeFilter: nodeFilterFn; // Let's search!
// custom selection strategy, defaults `round-robin` const { body } = await client.search({
nodeSelector: nodeSelectorFn | string; index: 'game-of-thrones',
// type: '_doc', // uncomment this line if you are using Elasticsearch ≤ 6
body: {
query: {
match: { quote: 'winter' }
}
}
})
console.log(body.hits.hits)
} }
run().catch(console.log)
``` ```
### Request specific options ## Install multiple versions
If needed you can pass request specific options in a second object: If you are using multiple versions of Elasticsearch, you need to use multiple versions of the client. In the past, install multiple versions of the same package was not possible, but with `npm v6.9`, you can do that via aliasing.
```js
// promise API The command you must run to install different version of the client is:
const result = await client.search({ ```sh
index: 'my-index', npm install <alias>@npm:@elastic/elasticsearch@<version>
body: { foo: 'bar' }
}, {
ignore: [404],
maxRetries: 3
})
``` ```
The supported *request specific options* are: So for example if you need to install `7.x` and `6.x`, you will run
```ts ```sh
{ npm install es6@npm:@elastic/elasticsearch@6
ignore: [number], // default `null` npm install es7@npm:@elastic/elasticsearch@7
requestTimeout: number, // client default ```
maxRetries: number, // default `5` And your `package.json` will look like the following:
asStream: boolean, // default `false` ```json
compression: string, // default `false` "dependencies": {
headers: object, // default `null` "es6": "npm:@elastic/elasticsearch@^6.7.0",
querystring: object // default `null` "es7": "npm:@elastic/elasticsearch@^7.0.0"
} }
``` ```
You will require the packages from your code by using the alias you have defined.
```js
const { Client: Client6 } = require('es6')
const { Client: Client7 } = require('es7')
const client6 = new Client6({ node: 'http://localhost:9200' })
const client7 = new Client7({ node: 'http://localhost:9201' })
client6.info(console.log)
client7.info(console.log)
```
Finally, if you want to install the client for the next version of Elasticsearch *(the one that lives in Elasticsearchs master branch)*, you can use the following command:
```sh
npm install esmaster@github:elastic/elasticsearch-js
```
## License ## License

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildBulk (opts) { function buildBulk (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [bulk](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-bulk.html) request * Perform a [bulk](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-bulk.html) request
* *
@ -35,6 +20,7 @@ function buildBulk (opts) {
* @param {string} routing - Specific routing value * @param {string} routing - Specific routing value
* @param {time} timeout - Explicit operation timeout * @param {time} timeout - Explicit operation timeout
* @param {string} type - Default document type for items which don't provide one * @param {string} type - Default document type for items which don't provide one
* @param {list} fields - Default comma-separated list of fields to return in the response for updates, can be overridden on each sub-request
* @param {list} _source - True or false to return the _source field or not, or default list of fields to return, can be overridden on each sub-request * @param {list} _source - True or false to return the _source field or not, or default list of fields to return, can be overridden on each sub-request
* @param {list} _source_excludes - Default list of fields to exclude from the returned _source field, can be overridden on each sub-request * @param {list} _source_excludes - Default list of fields to exclude from the returned _source field, can be overridden on each sub-request
* @param {list} _source_includes - Default list of fields to extract and return from the _source field, can be overridden on each sub-request * @param {list} _source_includes - Default list of fields to extract and return from the _source field, can be overridden on each sub-request
@ -48,9 +34,12 @@ function buildBulk (opts) {
'routing', 'routing',
'timeout', 'timeout',
'type', 'type',
'fields',
'_source', '_source',
'_source_excludes', '_source_excludes',
'_source_exclude',
'_source_includes', '_source_includes',
'_source_include',
'pipeline', 'pipeline',
'pretty', 'pretty',
'human', 'human',
@ -62,7 +51,9 @@ function buildBulk (opts) {
const snakeCase = { const snakeCase = {
waitForActiveShards: 'wait_for_active_shards', waitForActiveShards: 'wait_for_active_shards',
_sourceExcludes: '_source_excludes', _sourceExcludes: '_source_excludes',
_sourceExclude: '_source_exclude',
_sourceIncludes: '_source_includes', _sourceIncludes: '_source_includes',
_sourceInclude: '_source_include',
errorTrace: 'error_trace', errorTrace: 'error_trace',
filterPath: 'filter_path' filterPath: 'filter_path'
} }
@ -97,17 +88,17 @@ function buildBulk (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index, type } = params var { method, body, index, type, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index', 'type']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -128,34 +119,8 @@ function buildBulk (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatAliases (opts) { function buildCatAliases (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.aliases](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html) request * Perform a [cat.aliases](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html) request
* *
@ -83,17 +68,17 @@ function buildCatAliases (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, name } = params var { method, body, name, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'name']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -112,34 +97,8 @@ function buildCatAliases (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatAllocation (opts) { function buildCatAllocation (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.allocation](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html) request * Perform a [cat.allocation](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html) request
* *
@ -85,17 +70,17 @@ function buildCatAllocation (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, nodeId, node_id } = params var { method, body, nodeId, node_id, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'nodeId', 'node_id']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -114,34 +99,8 @@ function buildCatAllocation (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatCount (opts) { function buildCatCount (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.count](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html) request * Perform a [cat.count](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html) request
* *
@ -83,17 +68,17 @@ function buildCatCount (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -112,34 +97,8 @@ function buildCatCount (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatFielddata (opts) { function buildCatFielddata (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.fielddata](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html) request * Perform a [cat.fielddata](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html) request
* *
@ -87,17 +72,17 @@ function buildCatFielddata (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, fields } = params var { method, body, fields, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'fields']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -116,34 +101,8 @@ function buildCatFielddata (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatHealth (opts) { function buildCatHealth (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.health](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html) request * Perform a [cat.health](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html) request
* *
@ -84,17 +69,17 @@ function buildCatHealth (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -109,34 +94,8 @@ function buildCatHealth (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatHelp (opts) { function buildCatHelp (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.help](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html) request * Perform a [cat.help](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat.html) request
* *
@ -71,17 +56,17 @@ function buildCatHelp (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -96,34 +81,8 @@ function buildCatHelp (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatIndices (opts) { function buildCatIndices (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.indices](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html) request * Perform a [cat.indices](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-indices.html) request
* *
@ -89,17 +74,17 @@ function buildCatIndices (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -118,34 +103,8 @@ function buildCatIndices (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatMaster (opts) { function buildCatMaster (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.master](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-master.html) request * Perform a [cat.master](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-master.html) request
* *
@ -82,17 +67,17 @@ function buildCatMaster (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -107,34 +92,8 @@ function buildCatMaster (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatNodeattrs (opts) { function buildCatNodeattrs (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.nodeattrs](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodeattrs.html) request * Perform a [cat.nodeattrs](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodeattrs.html) request
* *
@ -82,17 +67,17 @@ function buildCatNodeattrs (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -107,34 +92,8 @@ function buildCatNodeattrs (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatNodes (opts) { function buildCatNodes (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.nodes](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodes.html) request * Perform a [cat.nodes](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-nodes.html) request
* *
@ -85,17 +70,17 @@ function buildCatNodes (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -110,34 +95,8 @@ function buildCatNodes (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatPendingTasks (opts) { function buildCatPendingTasks (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.pending_tasks](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-pending-tasks.html) request * Perform a [cat.pending_tasks](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-pending-tasks.html) request
* *
@ -82,17 +67,17 @@ function buildCatPendingTasks (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -107,34 +92,8 @@ function buildCatPendingTasks (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatPlugins (opts) { function buildCatPlugins (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.plugins](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-plugins.html) request * Perform a [cat.plugins](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-plugins.html) request
* *
@ -82,17 +67,17 @@ function buildCatPlugins (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -107,34 +92,8 @@ function buildCatPlugins (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatRecovery (opts) { function buildCatRecovery (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.recovery](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-recovery.html) request * Perform a [cat.recovery](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-recovery.html) request
* *
@ -83,17 +68,17 @@ function buildCatRecovery (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -112,34 +97,8 @@ function buildCatRecovery (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatRepositories (opts) { function buildCatRepositories (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.repositories](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-repositories.html) request * Perform a [cat.repositories](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-repositories.html) request
* *
@ -82,17 +67,17 @@ function buildCatRepositories (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -107,34 +92,8 @@ function buildCatRepositories (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatSegments (opts) { function buildCatSegments (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.segments](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-segments.html) request * Perform a [cat.segments](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-segments.html) request
* *
@ -80,17 +65,17 @@ function buildCatSegments (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -109,34 +94,8 @@ function buildCatSegments (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatShards (opts) { function buildCatShards (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.shards](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-shards.html) request * Perform a [cat.shards](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-shards.html) request
* *
@ -85,17 +70,17 @@ function buildCatShards (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -114,34 +99,8 @@ function buildCatShards (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatSnapshots (opts) { function buildCatSnapshots (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.snapshots](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-snapshots.html) request * Perform a [cat.snapshots](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-snapshots.html) request
* *
@ -84,17 +69,17 @@ function buildCatSnapshots (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, repository } = params var { method, body, repository, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'repository']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -113,34 +98,8 @@ function buildCatSnapshots (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatTasks (opts) { function buildCatTasks (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.tasks](http://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html) request * Perform a [cat.tasks](http://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html) request
* *
@ -87,17 +72,17 @@ function buildCatTasks (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -112,34 +97,8 @@ function buildCatTasks (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatTemplates (opts) { function buildCatTemplates (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.templates](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-templates.html) request * Perform a [cat.templates](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-templates.html) request
* *
@ -83,17 +68,17 @@ function buildCatTemplates (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, name } = params var { method, body, name, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'name']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -112,34 +97,8 @@ function buildCatTemplates (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCatThreadPool (opts) { function buildCatThreadPool (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cat.thread_pool](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-thread-pool.html) request * Perform a [cat.thread_pool](http://www.elastic.co/guide/en/elasticsearch/reference/master/cat-thread-pool.html) request
* *
@ -85,17 +70,17 @@ function buildCatThreadPool (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, threadPoolPatterns, thread_pool_patterns } = params var { method, body, threadPoolPatterns, thread_pool_patterns, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'threadPoolPatterns', 'thread_pool_patterns']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -114,34 +99,8 @@ function buildCatThreadPool (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCcrDeleteAutoFollowPattern (opts) { function buildCcrDeleteAutoFollowPattern (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ccr.delete_auto_follow_pattern](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-delete-auto-follow-pattern.html) request * Perform a [ccr.delete_auto_follow_pattern](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-delete-auto-follow-pattern.html) request
* *
@ -63,17 +48,17 @@ function buildCcrDeleteAutoFollowPattern (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, name } = params var { method, body, name, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'name']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'DELETE' method = 'DELETE'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -88,34 +73,8 @@ function buildCcrDeleteAutoFollowPattern (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCcrFollow (opts) { function buildCcrFollow (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ccr.follow](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-put-follow.html) request * Perform a [ccr.follow](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-put-follow.html) request
* *
@ -69,17 +54,17 @@ function buildCcrFollow (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'PUT' method = 'PUT'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -94,34 +79,8 @@ function buildCcrFollow (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCcrFollowInfo (opts) { function buildCcrFollowInfo (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ccr.follow_info](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-follow-info.html) request * Perform a [ccr.follow_info](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-follow-info.html) request
* *
@ -57,17 +42,17 @@ function buildCcrFollowInfo (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -82,34 +67,8 @@ function buildCcrFollowInfo (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCcrFollowStats (opts) { function buildCcrFollowStats (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ccr.follow_stats](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-follow-stats.html) request * Perform a [ccr.follow_stats](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-follow-stats.html) request
* *
@ -57,17 +42,17 @@ function buildCcrFollowStats (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -82,34 +67,8 @@ function buildCcrFollowStats (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -0,0 +1,86 @@
// Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
'use strict'
/* eslint camelcase: 0 */
/* eslint no-unused-vars: 0 */
function buildCcrForgetFollower (opts) {
// eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/**
* Perform a [ccr.forget_follower](http://www.elastic.co/guide/en/elasticsearch/reference/current) request
*
* @param {string} index - the name of the leader index for which specified follower retention leases should be removed
* @param {object} body - the name and UUID of the follower index, the name of the cluster containing the follower index, and the alias from the perspective of that cluster for the remote cluster containing the leader index
*/
const acceptedQuerystring = [
]
const snakeCase = {
}
return function ccrForgetFollower (params, options, callback) {
options = options || {}
if (typeof options === 'function') {
callback = options
options = {}
}
if (typeof params === 'function' || params == null) {
callback = params
params = {}
options = {}
}
// check required parameters
if (params['index'] == null) {
const err = new ConfigurationError('Missing required parameter: index')
return handleError(err, callback)
}
if (params['body'] == null) {
const err = new ConfigurationError('Missing required parameter: body')
return handleError(err, callback)
}
// validate headers object
if (options.headers != null && typeof options.headers !== 'object') {
const err = new ConfigurationError(`Headers should be an object, instead got: ${typeof options.headers}`)
return handleError(err, callback)
}
var warnings = []
var { method, body, index, ...querystring } = params
querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) {
method = 'POST'
}
var ignore = options.ignore
if (typeof ignore === 'number') {
options.ignore = [ignore]
}
var path = ''
path = '/' + encodeURIComponent(index) + '/' + '_ccr' + '/' + 'forget_follower'
// build request object
const request = {
method,
path,
body: body || '',
querystring
}
options.warnings = warnings.length === 0 ? null : warnings
return makeRequest(request, options, callback)
}
}
module.exports = buildCcrForgetFollower

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCcrGetAutoFollowPattern (opts) { function buildCcrGetAutoFollowPattern (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ccr.get_auto_follow_pattern](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-auto-follow-pattern.html) request * Perform a [ccr.get_auto_follow_pattern](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-auto-follow-pattern.html) request
* *
@ -57,17 +42,17 @@ function buildCcrGetAutoFollowPattern (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, name } = params var { method, body, name, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'name']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -86,34 +71,8 @@ function buildCcrGetAutoFollowPattern (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCcrPauseFollow (opts) { function buildCcrPauseFollow (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ccr.pause_follow](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-pause-follow.html) request * Perform a [ccr.pause_follow](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-pause-follow.html) request
* *
@ -63,17 +48,17 @@ function buildCcrPauseFollow (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -88,34 +73,8 @@ function buildCcrPauseFollow (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCcrPutAutoFollowPattern (opts) { function buildCcrPutAutoFollowPattern (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ccr.put_auto_follow_pattern](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-put-auto-follow-pattern.html) request * Perform a [ccr.put_auto_follow_pattern](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-put-auto-follow-pattern.html) request
* *
@ -68,17 +53,17 @@ function buildCcrPutAutoFollowPattern (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, name } = params var { method, body, name, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'name']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'PUT' method = 'PUT'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -93,34 +78,8 @@ function buildCcrPutAutoFollowPattern (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCcrResumeFollow (opts) { function buildCcrResumeFollow (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ccr.resume_follow](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-resume-follow.html) request * Perform a [ccr.resume_follow](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-resume-follow.html) request
* *
@ -64,17 +49,17 @@ function buildCcrResumeFollow (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -89,34 +74,8 @@ function buildCcrResumeFollow (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCcrStats (opts) { function buildCcrStats (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ccr.stats](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-stats.html) request * Perform a [ccr.stats](https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-stats.html) request
* *
@ -56,17 +41,17 @@ function buildCcrStats (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -81,34 +66,8 @@ function buildCcrStats (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCcrUnfollow (opts) { function buildCcrUnfollow (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ccr.unfollow](http://www.elastic.co/guide/en/elasticsearch/reference/current) request * Perform a [ccr.unfollow](http://www.elastic.co/guide/en/elasticsearch/reference/current) request
* *
@ -63,17 +48,17 @@ function buildCcrUnfollow (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -88,34 +73,8 @@ function buildCcrUnfollow (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildClearScroll (opts) { function buildClearScroll (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [clear_scroll](http://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-scroll.html) request * Perform a [clear_scroll](http://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-scroll.html) request
* *
@ -63,17 +48,17 @@ function buildClearScroll (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, scrollId, scroll_id } = params var { method, body, scrollId, scroll_id, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'scrollId', 'scroll_id']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'DELETE' method = 'DELETE'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -92,34 +77,8 @@ function buildClearScroll (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildClusterAllocationExplain (opts) { function buildClusterAllocationExplain (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cluster.allocation_explain](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-allocation-explain.html) request * Perform a [cluster.allocation_explain](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-allocation-explain.html) request
* *
@ -68,17 +53,17 @@ function buildClusterAllocationExplain (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = body == null ? 'GET' : 'POST' method = body == null ? 'GET' : 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -93,34 +78,8 @@ function buildClusterAllocationExplain (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildClusterGetSettings (opts) { function buildClusterGetSettings (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cluster.get_settings](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html) request * Perform a [cluster.get_settings](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html) request
* *
@ -78,17 +63,17 @@ function buildClusterGetSettings (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -103,34 +88,8 @@ function buildClusterGetSettings (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildClusterHealth (opts) { function buildClusterHealth (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cluster.health](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-health.html) request * Perform a [cluster.health](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-health.html) request
* *
@ -95,17 +80,17 @@ function buildClusterHealth (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -124,34 +109,8 @@ function buildClusterHealth (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildClusterPendingTasks (opts) { function buildClusterPendingTasks (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cluster.pending_tasks](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-pending.html) request * Perform a [cluster.pending_tasks](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-pending.html) request
* *
@ -72,17 +57,17 @@ function buildClusterPendingTasks (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -97,34 +82,8 @@ function buildClusterPendingTasks (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildClusterPutSettings (opts) { function buildClusterPutSettings (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cluster.put_settings](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html) request * Perform a [cluster.put_settings](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html) request
* *
@ -76,17 +61,17 @@ function buildClusterPutSettings (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'PUT' method = 'PUT'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -101,34 +86,8 @@ function buildClusterPutSettings (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildClusterRemoteInfo (opts) { function buildClusterRemoteInfo (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cluster.remote_info](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-remote-info.html) request * Perform a [cluster.remote_info](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-remote-info.html) request
* *
@ -67,17 +52,17 @@ function buildClusterRemoteInfo (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -92,34 +77,8 @@ function buildClusterRemoteInfo (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildClusterReroute (opts) { function buildClusterReroute (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cluster.reroute](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-reroute.html) request * Perform a [cluster.reroute](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-reroute.html) request
* *
@ -77,17 +62,17 @@ function buildClusterReroute (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -102,34 +87,8 @@ function buildClusterReroute (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildClusterState (opts) { function buildClusterState (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cluster.state](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-state.html) request * Perform a [cluster.state](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-state.html) request
* *
@ -98,17 +83,17 @@ function buildClusterState (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index, metric } = params var { method, body, index, metric, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index', 'metric']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -129,34 +114,8 @@ function buildClusterState (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildClusterStats (opts) { function buildClusterStats (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [cluster.stats](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-stats.html) request * Perform a [cluster.stats](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-stats.html) request
* *
@ -73,17 +58,17 @@ function buildClusterStats (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, nodeId, node_id } = params var { method, body, nodeId, node_id, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'nodeId', 'node_id']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -102,34 +87,8 @@ function buildClusterStats (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCount (opts) { function buildCount (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [count](http://www.elastic.co/guide/en/elasticsearch/reference/master/search-count.html) request * Perform a [count](http://www.elastic.co/guide/en/elasticsearch/reference/master/search-count.html) request
* *
@ -106,17 +91,17 @@ function buildCount (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index, type } = params var { method, body, index, type, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index', 'type']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = body == null ? 'GET' : 'POST' method = body == null ? 'GET' : 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -137,34 +122,8 @@ function buildCount (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildCreate (opts) { function buildCreate (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [create](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html) request * Perform a [create](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html) request
* *
@ -86,6 +71,10 @@ function buildCreate (opts) {
const err = new ConfigurationError('Missing required parameter: index') const err = new ConfigurationError('Missing required parameter: index')
return handleError(err, callback) return handleError(err, callback)
} }
if (params['type'] == null) {
const err = new ConfigurationError('Missing required parameter: type')
return handleError(err, callback)
}
if (params['body'] == null) { if (params['body'] == null) {
const err = new ConfigurationError('Missing required parameter: body') const err = new ConfigurationError('Missing required parameter: body')
return handleError(err, callback) return handleError(err, callback)
@ -97,26 +86,22 @@ function buildCreate (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, id, index, type } = params var { method, body, id, index, type, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'id', 'index', 'type']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'PUT' method = 'PUT'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
if ((index) != null && (type) != null && (id) != null) { path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type) + '/' + encodeURIComponent(id) + '/' + '_create'
path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type) + '/' + encodeURIComponent(id) + '/' + '_create'
} else {
path = '/' + encodeURIComponent(index) + '/' + '_create' + '/' + encodeURIComponent(id)
}
// build request object // build request object
const request = { const request = {
@ -126,34 +111,8 @@ function buildCreate (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildDelete (opts) { function buildDelete (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [delete](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-delete.html) request * Perform a [delete](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-delete.html) request
* *
@ -89,13 +74,20 @@ function buildDelete (opts) {
const err = new ConfigurationError('Missing required parameter: index') const err = new ConfigurationError('Missing required parameter: index')
return handleError(err, callback) return handleError(err, callback)
} }
if (params['type'] == null) {
const err = new ConfigurationError('Missing required parameter: type')
return handleError(err, callback)
}
if (params.body != null) { if (params.body != null) {
const err = new ConfigurationError('This API does not require a body') const err = new ConfigurationError('This API does not require a body')
return handleError(err, callback) return handleError(err, callback)
} }
// check required url components // check required url components
if (params['id'] != null && (params['index'] == null)) { if (params['id'] != null && (params['type'] == null || params['index'] == null)) {
const err = new ConfigurationError('Missing required parameter of the url: type, index')
return handleError(err, callback)
} else if (params['type'] != null && (params['index'] == null)) {
const err = new ConfigurationError('Missing required parameter of the url: index') const err = new ConfigurationError('Missing required parameter of the url: index')
return handleError(err, callback) return handleError(err, callback)
} }
@ -106,26 +98,22 @@ function buildDelete (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, id, index, type } = params var { method, body, id, index, type, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'id', 'index', 'type']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'DELETE' method = 'DELETE'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
if ((index) != null && (type) != null && (id) != null) { path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type) + '/' + encodeURIComponent(id)
path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type) + '/' + encodeURIComponent(id)
} else {
path = '/' + encodeURIComponent(index) + '/' + '_doc' + '/' + encodeURIComponent(id)
}
// build request object // build request object
const request = { const request = {
@ -135,34 +123,8 @@ function buildDelete (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildDeleteByQuery (opts) { function buildDeleteByQuery (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [delete_by_query](https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-delete-by-query.html) request * Perform a [delete_by_query](https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-delete-by-query.html) request
* *
@ -86,7 +71,9 @@ function buildDeleteByQuery (opts) {
'sort', 'sort',
'_source', '_source',
'_source_excludes', '_source_excludes',
'_source_exclude',
'_source_includes', '_source_includes',
'_source_include',
'terminate_after', 'terminate_after',
'stats', 'stats',
'version', 'version',
@ -114,7 +101,9 @@ function buildDeleteByQuery (opts) {
searchType: 'search_type', searchType: 'search_type',
searchTimeout: 'search_timeout', searchTimeout: 'search_timeout',
_sourceExcludes: '_source_excludes', _sourceExcludes: '_source_excludes',
_sourceExclude: '_source_exclude',
_sourceIncludes: '_source_includes', _sourceIncludes: '_source_includes',
_sourceInclude: '_source_include',
terminateAfter: 'terminate_after', terminateAfter: 'terminate_after',
requestCache: 'request_cache', requestCache: 'request_cache',
waitForActiveShards: 'wait_for_active_shards', waitForActiveShards: 'wait_for_active_shards',
@ -159,17 +148,17 @@ function buildDeleteByQuery (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index, type } = params var { method, body, index, type, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index', 'type']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -188,34 +177,8 @@ function buildDeleteByQuery (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildDeleteByQueryRethrottle (opts) { function buildDeleteByQueryRethrottle (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [delete_by_query_rethrottle](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-delete-by-query.html) request * Perform a [delete_by_query_rethrottle](https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-delete-by-query.html) request
* *
@ -79,17 +64,17 @@ function buildDeleteByQueryRethrottle (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, taskId, task_id } = params var { method, body, taskId, task_id, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'taskId', 'task_id']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -104,34 +89,8 @@ function buildDeleteByQueryRethrottle (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildDeleteScript (opts) { function buildDeleteScript (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [delete_script](http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html) request * Perform a [delete_script](http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html) request
* *
@ -77,17 +62,17 @@ function buildDeleteScript (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, id } = params var { method, body, id, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'id']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'DELETE' method = 'DELETE'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -102,34 +87,8 @@ function buildDeleteScript (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildExists (opts) { function buildExists (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [exists](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html) request * Perform a [exists](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html) request
* *
@ -53,7 +38,9 @@ function buildExists (opts) {
'routing', 'routing',
'_source', '_source',
'_source_excludes', '_source_excludes',
'_source_exclude',
'_source_includes', '_source_includes',
'_source_include',
'version', 'version',
'version_type', 'version_type',
'pretty', 'pretty',
@ -66,7 +53,9 @@ function buildExists (opts) {
const snakeCase = { const snakeCase = {
storedFields: 'stored_fields', storedFields: 'stored_fields',
_sourceExcludes: '_source_excludes', _sourceExcludes: '_source_excludes',
_sourceExclude: '_source_exclude',
_sourceIncludes: '_source_includes', _sourceIncludes: '_source_includes',
_sourceInclude: '_source_include',
versionType: 'version_type', versionType: 'version_type',
errorTrace: 'error_trace', errorTrace: 'error_trace',
filterPath: 'filter_path' filterPath: 'filter_path'
@ -93,6 +82,10 @@ function buildExists (opts) {
const err = new ConfigurationError('Missing required parameter: index') const err = new ConfigurationError('Missing required parameter: index')
return handleError(err, callback) return handleError(err, callback)
} }
if (params['type'] == null) {
const err = new ConfigurationError('Missing required parameter: type')
return handleError(err, callback)
}
if (params.body != null) { if (params.body != null) {
const err = new ConfigurationError('This API does not require a body') const err = new ConfigurationError('This API does not require a body')
return handleError(err, callback) return handleError(err, callback)
@ -104,26 +97,22 @@ function buildExists (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, id, index, type } = params var { method, body, id, index, type, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'id', 'index', 'type']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'HEAD' method = 'HEAD'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
if ((index) != null && (type) != null && (id) != null) { path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type) + '/' + encodeURIComponent(id)
path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type) + '/' + encodeURIComponent(id)
} else {
path = '/' + encodeURIComponent(index) + '/' + '_doc' + '/' + encodeURIComponent(id)
}
// build request object // build request object
const request = { const request = {
@ -133,34 +122,8 @@ function buildExists (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,13 +9,13 @@
function buildExistsSource (opts) { function buildExistsSource (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [exists_source](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html) request * Perform a [exists_source](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html) request
* *
* @param {string} id - The document ID * @param {string} id - The document ID
* @param {string} index - The name of the index * @param {string} index - The name of the index
* @param {string} type - The type of the document; deprecated and optional starting with 7.0 * @param {string} type - The type of the document; use `_all` to fetch the first document matching the ID across all types
* @param {string} parent - The ID of the parent document * @param {string} parent - The ID of the parent document
* @param {string} preference - Specify the node or shard the operation should be performed on (default: random) * @param {string} preference - Specify the node or shard the operation should be performed on (default: random)
* @param {boolean} realtime - Specify whether to perform the operation in realtime or search mode * @param {boolean} realtime - Specify whether to perform the operation in realtime or search mode
@ -51,7 +36,9 @@ function buildExistsSource (opts) {
'routing', 'routing',
'_source', '_source',
'_source_excludes', '_source_excludes',
'_source_exclude',
'_source_includes', '_source_includes',
'_source_include',
'version', 'version',
'version_type', 'version_type',
'pretty', 'pretty',
@ -63,7 +50,9 @@ function buildExistsSource (opts) {
const snakeCase = { const snakeCase = {
_sourceExcludes: '_source_excludes', _sourceExcludes: '_source_excludes',
_sourceExclude: '_source_exclude',
_sourceIncludes: '_source_includes', _sourceIncludes: '_source_includes',
_sourceInclude: '_source_include',
versionType: 'version_type', versionType: 'version_type',
errorTrace: 'error_trace', errorTrace: 'error_trace',
filterPath: 'filter_path' filterPath: 'filter_path'
@ -90,6 +79,10 @@ function buildExistsSource (opts) {
const err = new ConfigurationError('Missing required parameter: index') const err = new ConfigurationError('Missing required parameter: index')
return handleError(err, callback) return handleError(err, callback)
} }
if (params['type'] == null) {
const err = new ConfigurationError('Missing required parameter: type')
return handleError(err, callback)
}
if (params.body != null) { if (params.body != null) {
const err = new ConfigurationError('This API does not require a body') const err = new ConfigurationError('This API does not require a body')
return handleError(err, callback) return handleError(err, callback)
@ -110,26 +103,22 @@ function buildExistsSource (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, id, index, type } = params var { method, body, id, index, type, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'id', 'index', 'type']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'HEAD' method = 'HEAD'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
if ((index) != null && (type) != null && (id) != null) { path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type) + '/' + encodeURIComponent(id) + '/' + '_source'
path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type) + '/' + encodeURIComponent(id) + '/' + '_source'
} else {
path = '/' + encodeURIComponent(index) + '/' + '_source' + '/' + encodeURIComponent(id)
}
// build request object // build request object
const request = { const request = {
@ -139,34 +128,8 @@ function buildExistsSource (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildExplain (opts) { function buildExplain (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [explain](http://www.elastic.co/guide/en/elasticsearch/reference/master/search-explain.html) request * Perform a [explain](http://www.elastic.co/guide/en/elasticsearch/reference/master/search-explain.html) request
* *
@ -60,7 +45,9 @@ function buildExplain (opts) {
'routing', 'routing',
'_source', '_source',
'_source_excludes', '_source_excludes',
'_source_exclude',
'_source_includes', '_source_includes',
'_source_include',
'pretty', 'pretty',
'human', 'human',
'error_trace', 'error_trace',
@ -73,7 +60,9 @@ function buildExplain (opts) {
defaultOperator: 'default_operator', defaultOperator: 'default_operator',
storedFields: 'stored_fields', storedFields: 'stored_fields',
_sourceExcludes: '_source_excludes', _sourceExcludes: '_source_excludes',
_sourceExclude: '_source_exclude',
_sourceIncludes: '_source_includes', _sourceIncludes: '_source_includes',
_sourceInclude: '_source_include',
errorTrace: 'error_trace', errorTrace: 'error_trace',
filterPath: 'filter_path' filterPath: 'filter_path'
} }
@ -99,6 +88,10 @@ function buildExplain (opts) {
const err = new ConfigurationError('Missing required parameter: index') const err = new ConfigurationError('Missing required parameter: index')
return handleError(err, callback) return handleError(err, callback)
} }
if (params['type'] == null) {
const err = new ConfigurationError('Missing required parameter: type')
return handleError(err, callback)
}
// validate headers object // validate headers object
if (options.headers != null && typeof options.headers !== 'object') { if (options.headers != null && typeof options.headers !== 'object') {
@ -106,26 +99,22 @@ function buildExplain (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, id, index, type } = params var { method, body, id, index, type, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'id', 'index', 'type']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = body == null ? 'GET' : 'POST' method = body == null ? 'GET' : 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
if ((index) != null && (type) != null && (id) != null) { path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type) + '/' + encodeURIComponent(id) + '/' + '_explain'
path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type) + '/' + encodeURIComponent(id) + '/' + '_explain'
} else {
path = '/' + encodeURIComponent(index) + '/' + '_explain' + '/' + encodeURIComponent(id)
}
// build request object // build request object
const request = { const request = {
@ -135,34 +124,8 @@ function buildExplain (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildFieldCaps (opts) { function buildFieldCaps (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [field_caps](http://www.elastic.co/guide/en/elasticsearch/reference/master/search-field-caps.html) request * Perform a [field_caps](http://www.elastic.co/guide/en/elasticsearch/reference/master/search-field-caps.html) request
* *
@ -33,6 +18,7 @@ function buildFieldCaps (opts) {
* @param {boolean} ignore_unavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed) * @param {boolean} ignore_unavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed)
* @param {boolean} allow_no_indices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) * @param {boolean} allow_no_indices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
* @param {enum} expand_wildcards - Whether to expand wildcard expression to concrete indices that are open, closed or both. * @param {enum} expand_wildcards - Whether to expand wildcard expression to concrete indices that are open, closed or both.
* @param {object} body - Field json objects containing an array of field names
*/ */
const acceptedQuerystring = [ const acceptedQuerystring = [
@ -67,29 +53,23 @@ function buildFieldCaps (opts) {
options = {} options = {}
} }
// check required parameters
if (params.body != null) {
const err = new ConfigurationError('This API does not require a body')
return handleError(err, callback)
}
// validate headers object // validate headers object
if (options.headers != null && typeof options.headers !== 'object') { if (options.headers != null && typeof options.headers !== 'object') {
const err = new ConfigurationError(`Headers should be an object, instead got: ${typeof options.headers}`) const err = new ConfigurationError(`Headers should be an object, instead got: ${typeof options.headers}`)
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = body == null ? 'GET' : 'POST' method = body == null ? 'GET' : 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -104,38 +84,12 @@ function buildFieldCaps (opts) {
const request = { const request = {
method, method,
path, path,
body: '', body: body || '',
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildGet (opts) { function buildGet (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [get](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html) request * Perform a [get](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html) request
* *
@ -55,8 +40,8 @@ function buildGet (opts) {
'routing', 'routing',
'_source', '_source',
'_source_excludes', '_source_excludes',
'_source_includes',
'_source_exclude', '_source_exclude',
'_source_includes',
'_source_include', '_source_include',
'version', 'version',
'version_type', 'version_type',
@ -70,8 +55,8 @@ function buildGet (opts) {
const snakeCase = { const snakeCase = {
storedFields: 'stored_fields', storedFields: 'stored_fields',
_sourceExcludes: '_source_excludes', _sourceExcludes: '_source_excludes',
_sourceIncludes: '_source_includes',
_sourceExclude: '_source_exclude', _sourceExclude: '_source_exclude',
_sourceIncludes: '_source_includes',
_sourceInclude: '_source_include', _sourceInclude: '_source_include',
versionType: 'version_type', versionType: 'version_type',
errorTrace: 'error_trace', errorTrace: 'error_trace',
@ -99,6 +84,10 @@ function buildGet (opts) {
const err = new ConfigurationError('Missing required parameter: index') const err = new ConfigurationError('Missing required parameter: index')
return handleError(err, callback) return handleError(err, callback)
} }
if (params['type'] == null) {
const err = new ConfigurationError('Missing required parameter: type')
return handleError(err, callback)
}
if (params.body != null) { if (params.body != null) {
const err = new ConfigurationError('This API does not require a body') const err = new ConfigurationError('This API does not require a body')
return handleError(err, callback) return handleError(err, callback)
@ -110,26 +99,22 @@ function buildGet (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, id, index, type } = params var { method, body, id, index, type, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'id', 'index', 'type']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
if ((index) != null && (type) != null && (id) != null) { path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type) + '/' + encodeURIComponent(id)
path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type) + '/' + encodeURIComponent(id)
} else {
path = '/' + encodeURIComponent(index) + '/' + '_doc' + '/' + encodeURIComponent(id)
}
// build request object // build request object
const request = { const request = {
@ -139,34 +124,8 @@ function buildGet (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildGetScript (opts) { function buildGetScript (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [get_script](http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html) request * Perform a [get_script](http://www.elastic.co/guide/en/elasticsearch/reference/master/modules-scripting.html) request
* *
@ -75,17 +60,17 @@ function buildGetScript (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, id } = params var { method, body, id, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'id']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -100,34 +85,8 @@ function buildGetScript (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,13 +9,13 @@
function buildGetSource (opts) { function buildGetSource (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [get_source](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html) request * Perform a [get_source](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html) request
* *
* @param {string} id - The document ID * @param {string} id - The document ID
* @param {string} index - The name of the index * @param {string} index - The name of the index
* @param {string} type - The type of the document; deprecated and optional starting with 7.0 * @param {string} type - The type of the document; use `_all` to fetch the first document matching the ID across all types
* @param {string} parent - The ID of the parent document * @param {string} parent - The ID of the parent document
* @param {string} preference - Specify the node or shard the operation should be performed on (default: random) * @param {string} preference - Specify the node or shard the operation should be performed on (default: random)
* @param {boolean} realtime - Specify whether to perform the operation in realtime or search mode * @param {boolean} realtime - Specify whether to perform the operation in realtime or search mode
@ -51,7 +36,9 @@ function buildGetSource (opts) {
'routing', 'routing',
'_source', '_source',
'_source_excludes', '_source_excludes',
'_source_exclude',
'_source_includes', '_source_includes',
'_source_include',
'version', 'version',
'version_type', 'version_type',
'pretty', 'pretty',
@ -63,7 +50,9 @@ function buildGetSource (opts) {
const snakeCase = { const snakeCase = {
_sourceExcludes: '_source_excludes', _sourceExcludes: '_source_excludes',
_sourceExclude: '_source_exclude',
_sourceIncludes: '_source_includes', _sourceIncludes: '_source_includes',
_sourceInclude: '_source_include',
versionType: 'version_type', versionType: 'version_type',
errorTrace: 'error_trace', errorTrace: 'error_trace',
filterPath: 'filter_path' filterPath: 'filter_path'
@ -90,6 +79,10 @@ function buildGetSource (opts) {
const err = new ConfigurationError('Missing required parameter: index') const err = new ConfigurationError('Missing required parameter: index')
return handleError(err, callback) return handleError(err, callback)
} }
if (params['type'] == null) {
const err = new ConfigurationError('Missing required parameter: type')
return handleError(err, callback)
}
if (params.body != null) { if (params.body != null) {
const err = new ConfigurationError('This API does not require a body') const err = new ConfigurationError('This API does not require a body')
return handleError(err, callback) return handleError(err, callback)
@ -101,26 +94,22 @@ function buildGetSource (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, id, index, type } = params var { method, body, id, index, type, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'id', 'index', 'type']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
if ((index) != null && (type) != null && (id) != null) { path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type) + '/' + encodeURIComponent(id) + '/' + '_source'
path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type) + '/' + encodeURIComponent(id) + '/' + '_source'
} else {
path = '/' + encodeURIComponent(index) + '/' + '_source' + '/' + encodeURIComponent(id)
}
// build request object // build request object
const request = { const request = {
@ -130,34 +119,8 @@ function buildGetSource (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIlmDeleteLifecycle (opts) { function buildIlmDeleteLifecycle (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ilm.delete_lifecycle](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-delete-lifecycle.html) request * Perform a [ilm.delete_lifecycle](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-delete-lifecycle.html) request
* *
@ -63,17 +48,17 @@ function buildIlmDeleteLifecycle (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, policy } = params var { method, body, policy, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'policy']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'DELETE' method = 'DELETE'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -88,34 +73,8 @@ function buildIlmDeleteLifecycle (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIlmExplainLifecycle (opts) { function buildIlmExplainLifecycle (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ilm.explain_lifecycle](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-explain-lifecycle.html) request * Perform a [ilm.explain_lifecycle](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-explain-lifecycle.html) request
* *
@ -64,17 +49,17 @@ function buildIlmExplainLifecycle (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -89,34 +74,8 @@ function buildIlmExplainLifecycle (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIlmGetLifecycle (opts) { function buildIlmGetLifecycle (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ilm.get_lifecycle](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-get-lifecycle.html) request * Perform a [ilm.get_lifecycle](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-get-lifecycle.html) request
* *
@ -63,17 +48,17 @@ function buildIlmGetLifecycle (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, policy } = params var { method, body, policy, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'policy']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -92,34 +77,8 @@ function buildIlmGetLifecycle (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIlmGetStatus (opts) { function buildIlmGetStatus (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ilm.get_status](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-get-status.html) request * Perform a [ilm.get_status](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-get-status.html) request
* *
@ -62,17 +47,17 @@ function buildIlmGetStatus (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -87,34 +72,8 @@ function buildIlmGetStatus (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIlmMoveToStep (opts) { function buildIlmMoveToStep (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ilm.move_to_step](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-move-to-step.html) request * Perform a [ilm.move_to_step](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-move-to-step.html) request
* *
@ -58,17 +43,17 @@ function buildIlmMoveToStep (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -83,34 +68,8 @@ function buildIlmMoveToStep (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIlmPutLifecycle (opts) { function buildIlmPutLifecycle (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ilm.put_lifecycle](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-put-lifecycle.html) request * Perform a [ilm.put_lifecycle](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-put-lifecycle.html) request
* *
@ -58,17 +43,17 @@ function buildIlmPutLifecycle (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, policy } = params var { method, body, policy, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'policy']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'PUT' method = 'PUT'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -83,34 +68,8 @@ function buildIlmPutLifecycle (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIlmRemovePolicy (opts) { function buildIlmRemovePolicy (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ilm.remove_policy](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-remove-policy.html) request * Perform a [ilm.remove_policy](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-remove-policy.html) request
* *
@ -63,17 +48,17 @@ function buildIlmRemovePolicy (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -88,34 +73,8 @@ function buildIlmRemovePolicy (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIlmRetry (opts) { function buildIlmRetry (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ilm.retry](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-retry-policy.html) request * Perform a [ilm.retry](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-retry-policy.html) request
* *
@ -63,17 +48,17 @@ function buildIlmRetry (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -88,34 +73,8 @@ function buildIlmRetry (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIlmStart (opts) { function buildIlmStart (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ilm.start](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-start.html) request * Perform a [ilm.start](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-start.html) request
* *
@ -62,17 +47,17 @@ function buildIlmStart (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -87,34 +72,8 @@ function buildIlmStart (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIlmStop (opts) { function buildIlmStop (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [ilm.stop](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-stop.html) request * Perform a [ilm.stop](https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-stop.html) request
* *
@ -62,17 +47,17 @@ function buildIlmStop (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body } = params var { method, body, ...querystring } = params
var querystring = semicopy(params, ['method', 'body']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -87,34 +72,8 @@ function buildIlmStop (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndex (opts) { function buildIndex (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [index](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html) request * Perform a [index](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-index_.html) request
* *
@ -91,13 +76,20 @@ function buildIndex (opts) {
const err = new ConfigurationError('Missing required parameter: index') const err = new ConfigurationError('Missing required parameter: index')
return handleError(err, callback) return handleError(err, callback)
} }
if (params['type'] == null) {
const err = new ConfigurationError('Missing required parameter: type')
return handleError(err, callback)
}
if (params['body'] == null) { if (params['body'] == null) {
const err = new ConfigurationError('Missing required parameter: body') const err = new ConfigurationError('Missing required parameter: body')
return handleError(err, callback) return handleError(err, callback)
} }
// check required url components // check required url components
if (params['id'] != null && (params['index'] == null)) { if (params['id'] != null && (params['type'] == null || params['index'] == null)) {
const err = new ConfigurationError('Missing required parameter of the url: type, index')
return handleError(err, callback)
} else if (params['type'] != null && (params['index'] == null)) {
const err = new ConfigurationError('Missing required parameter of the url: index') const err = new ConfigurationError('Missing required parameter of the url: index')
return handleError(err, callback) return handleError(err, callback)
} }
@ -108,29 +100,25 @@ function buildIndex (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, id, index, type } = params var { method, body, id, index, type, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'id', 'index', 'type']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
if ((index) != null && (type) != null && (id) != null) { if ((index) != null && (type) != null && (id) != null) {
path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type) + '/' + encodeURIComponent(id) path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type) + '/' + encodeURIComponent(id)
} else if ((index) != null && (id) != null) {
path = '/' + encodeURIComponent(index) + '/' + '_doc' + '/' + encodeURIComponent(id)
} else if ((index) != null && (type) != null) {
path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type)
} else { } else {
path = '/' + encodeURIComponent(index) + '/' + '_doc' path = '/' + encodeURIComponent(index) + '/' + encodeURIComponent(type)
} }
// build request object // build request object
@ -141,34 +129,8 @@ function buildIndex (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesAnalyze (opts) { function buildIndicesAnalyze (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.analyze](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-analyze.html) request * Perform a [indices.analyze](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-analyze.html) request
* *
@ -65,17 +50,17 @@ function buildIndicesAnalyze (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = body == null ? 'GET' : 'POST' method = body == null ? 'GET' : 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -94,34 +79,8 @@ function buildIndicesAnalyze (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,11 +9,12 @@
function buildIndicesClearCache (opts) { function buildIndicesClearCache (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.clear_cache](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-clearcache.html) request * Perform a [indices.clear_cache](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-clearcache.html) request
* *
* @param {list} index - A comma-separated list of index name to limit the operation * @param {list} index - A comma-separated list of index name to limit the operation
* @param {boolean} field_data - Clear field data. This is deprecated. Prefer `fielddata`.
* @param {boolean} fielddata - Clear field data * @param {boolean} fielddata - Clear field data
* @param {list} fields - A comma-separated list of fields to clear when using the `fielddata` parameter (default: all) * @param {list} fields - A comma-separated list of fields to clear when using the `fielddata` parameter (default: all)
* @param {boolean} query - Clear query caches * @param {boolean} query - Clear query caches
@ -36,10 +22,12 @@ function buildIndicesClearCache (opts) {
* @param {boolean} allow_no_indices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) * @param {boolean} allow_no_indices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
* @param {enum} expand_wildcards - Whether to expand wildcard expression to concrete indices that are open, closed or both. * @param {enum} expand_wildcards - Whether to expand wildcard expression to concrete indices that are open, closed or both.
* @param {list} index - A comma-separated list of index name to limit the operation * @param {list} index - A comma-separated list of index name to limit the operation
* @param {boolean} request_cache - Clear request cache
* @param {boolean} request - Clear request cache * @param {boolean} request - Clear request cache
*/ */
const acceptedQuerystring = [ const acceptedQuerystring = [
'field_data',
'fielddata', 'fielddata',
'fields', 'fields',
'query', 'query',
@ -47,6 +35,7 @@ function buildIndicesClearCache (opts) {
'allow_no_indices', 'allow_no_indices',
'expand_wildcards', 'expand_wildcards',
'index', 'index',
'request_cache',
'request', 'request',
'pretty', 'pretty',
'human', 'human',
@ -56,9 +45,11 @@ function buildIndicesClearCache (opts) {
] ]
const snakeCase = { const snakeCase = {
fieldData: 'field_data',
ignoreUnavailable: 'ignore_unavailable', ignoreUnavailable: 'ignore_unavailable',
allowNoIndices: 'allow_no_indices', allowNoIndices: 'allow_no_indices',
expandWildcards: 'expand_wildcards', expandWildcards: 'expand_wildcards',
requestCache: 'request_cache',
errorTrace: 'error_trace', errorTrace: 'error_trace',
filterPath: 'filter_path' filterPath: 'filter_path'
} }
@ -87,17 +78,17 @@ function buildIndicesClearCache (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = body == null ? 'GET' : 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -116,34 +107,8 @@ function buildIndicesClearCache (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesClose (opts) { function buildIndicesClose (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.close](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-open-close.html) request * Perform a [indices.close](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-open-close.html) request
* *
@ -86,17 +71,17 @@ function buildIndicesClose (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -111,34 +96,8 @@ function buildIndicesClose (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesCreate (opts) { function buildIndicesCreate (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.create](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-create-index.html) request * Perform a [indices.create](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-create-index.html) request
* *
@ -33,6 +18,7 @@ function buildIndicesCreate (opts) {
* @param {string} wait_for_active_shards - Set the number of active shards to wait for before the operation returns. * @param {string} wait_for_active_shards - Set the number of active shards to wait for before the operation returns.
* @param {time} timeout - Explicit operation timeout * @param {time} timeout - Explicit operation timeout
* @param {time} master_timeout - Specify timeout for connection to master * @param {time} master_timeout - Specify timeout for connection to master
* @param {boolean} update_all_types - Whether to update the mapping for all fields with the same name across all types or not
* @param {object} body - The configuration for the index (`settings` and `mappings`) * @param {object} body - The configuration for the index (`settings` and `mappings`)
*/ */
@ -41,6 +27,7 @@ function buildIndicesCreate (opts) {
'wait_for_active_shards', 'wait_for_active_shards',
'timeout', 'timeout',
'master_timeout', 'master_timeout',
'update_all_types',
'pretty', 'pretty',
'human', 'human',
'error_trace', 'error_trace',
@ -52,6 +39,7 @@ function buildIndicesCreate (opts) {
includeTypeName: 'include_type_name', includeTypeName: 'include_type_name',
waitForActiveShards: 'wait_for_active_shards', waitForActiveShards: 'wait_for_active_shards',
masterTimeout: 'master_timeout', masterTimeout: 'master_timeout',
updateAllTypes: 'update_all_types',
errorTrace: 'error_trace', errorTrace: 'error_trace',
filterPath: 'filter_path' filterPath: 'filter_path'
} }
@ -80,17 +68,17 @@ function buildIndicesCreate (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'PUT' method = 'PUT'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -105,34 +93,8 @@ function buildIndicesCreate (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesDelete (opts) { function buildIndicesDelete (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.delete](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-index.html) request * Perform a [indices.delete](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-delete-index.html) request
* *
@ -86,17 +71,17 @@ function buildIndicesDelete (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'DELETE' method = 'DELETE'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -111,34 +96,8 @@ function buildIndicesDelete (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesDeleteAlias (opts) { function buildIndicesDeleteAlias (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.delete_alias](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html) request * Perform a [indices.delete_alias](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html) request
* *
@ -88,17 +73,17 @@ function buildIndicesDeleteAlias (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index, name } = params var { method, body, index, name, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index', 'name']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'DELETE' method = 'DELETE'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -117,34 +102,8 @@ function buildIndicesDeleteAlias (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesDeleteTemplate (opts) { function buildIndicesDeleteTemplate (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.delete_template](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html) request * Perform a [indices.delete_template](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html) request
* *
@ -77,17 +62,17 @@ function buildIndicesDeleteTemplate (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, name } = params var { method, body, name, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'name']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'DELETE' method = 'DELETE'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -102,34 +87,8 @@ function buildIndicesDeleteTemplate (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesExists (opts) { function buildIndicesExists (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.exists](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-exists.html) request * Perform a [indices.exists](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-exists.html) request
* *
@ -89,17 +74,17 @@ function buildIndicesExists (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'HEAD' method = 'HEAD'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -114,34 +99,8 @@ function buildIndicesExists (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesExistsAlias (opts) { function buildIndicesExistsAlias (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.exists_alias](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html) request * Perform a [indices.exists_alias](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html) request
* *
@ -84,17 +69,17 @@ function buildIndicesExistsAlias (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index, name } = params var { method, body, index, name, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index', 'name']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'HEAD' method = 'HEAD'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -113,34 +98,8 @@ function buildIndicesExistsAlias (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesExistsTemplate (opts) { function buildIndicesExistsTemplate (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.exists_template](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html) request * Perform a [indices.exists_template](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html) request
* *
@ -80,17 +65,17 @@ function buildIndicesExistsTemplate (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, name } = params var { method, body, name, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'name']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'HEAD' method = 'HEAD'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -105,34 +90,8 @@ function buildIndicesExistsTemplate (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesExistsType (opts) { function buildIndicesExistsType (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.exists_type](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-types-exists.html) request * Perform a [indices.exists_type](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-types-exists.html) request
* *
@ -94,17 +79,17 @@ function buildIndicesExistsType (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index, type } = params var { method, body, index, type, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index', 'type']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'HEAD' method = 'HEAD'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -119,34 +104,8 @@ function buildIndicesExistsType (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesFlush (opts) { function buildIndicesFlush (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.flush](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html) request * Perform a [indices.flush](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-flush.html) request
* *
@ -82,17 +67,17 @@ function buildIndicesFlush (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = body == null ? 'GET' : 'POST' method = body == null ? 'GET' : 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -111,34 +96,8 @@ function buildIndicesFlush (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesFlushSynced (opts) { function buildIndicesFlushSynced (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.flush_synced](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced-flush.html) request * Perform a [indices.flush_synced](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-synced-flush.html) request
* *
@ -77,17 +62,17 @@ function buildIndicesFlushSynced (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = body == null ? 'GET' : 'POST' method = body == null ? 'GET' : 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -106,34 +91,8 @@ function buildIndicesFlushSynced (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesForcemerge (opts) { function buildIndicesForcemerge (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.forcemerge](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-forcemerge.html) request * Perform a [indices.forcemerge](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-forcemerge.html) request
* *
@ -85,17 +70,17 @@ function buildIndicesForcemerge (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -114,34 +99,8 @@ function buildIndicesForcemerge (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesFreeze (opts) { function buildIndicesFreeze (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.freeze](https://www.elastic.co/guide/en/elasticsearch/reference/current/frozen.html) request * Perform a [indices.freeze](https://www.elastic.co/guide/en/elasticsearch/reference/current/frozen.html) request
* *
@ -82,17 +67,17 @@ function buildIndicesFreeze (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'POST' method = 'POST'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -107,34 +92,8 @@ function buildIndicesFreeze (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,12 +9,12 @@
function buildIndicesGet (opts) { function buildIndicesGet (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.get](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-index.html) request * Perform a [indices.get](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-index.html) request
* *
* @param {list} index - A comma-separated list of index names * @param {list} index - A comma-separated list of index names
* @param {boolean} include_type_name - Whether to add the type name to the response (default: false) * @param {boolean} include_type_name - Whether to add the type name to the response (default: true)
* @param {boolean} local - Return local information, do not retrieve the state from master node (default: false) * @param {boolean} local - Return local information, do not retrieve the state from master node (default: false)
* @param {boolean} ignore_unavailable - Ignore unavailable indexes (default: false) * @param {boolean} ignore_unavailable - Ignore unavailable indexes (default: false)
* @param {boolean} allow_no_indices - Ignore if a wildcard expression resolves to no concrete indices (default: false) * @param {boolean} allow_no_indices - Ignore if a wildcard expression resolves to no concrete indices (default: false)
@ -95,17 +80,17 @@ function buildIndicesGet (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index } = params var { method, body, index, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -120,34 +105,8 @@ function buildIndicesGet (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesGetAlias (opts) { function buildIndicesGetAlias (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.get_alias](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html) request * Perform a [indices.get_alias](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html) request
* *
@ -80,17 +65,17 @@ function buildIndicesGetAlias (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index, name } = params var { method, body, index, name, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index', 'name']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -113,34 +98,8 @@ function buildIndicesGetAlias (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesGetFieldMapping (opts) { function buildIndicesGetFieldMapping (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.get_field_mapping](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-field-mapping.html) request * Perform a [indices.get_field_mapping](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-field-mapping.html) request
* *
@ -91,17 +76,17 @@ function buildIndicesGetFieldMapping (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index, type, fields } = params var { method, body, index, type, fields, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index', 'type', 'fields']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -124,34 +109,8 @@ function buildIndicesGetFieldMapping (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,13 +9,13 @@
function buildIndicesGetMapping (opts) { function buildIndicesGetMapping (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.get_mapping](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-mapping.html) request * Perform a [indices.get_mapping](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-mapping.html) request
* *
* @param {list} index - A comma-separated list of index names * @param {list} index - A comma-separated list of index names
* @param {list} type - A comma-separated list of document types * @param {list} type - A comma-separated list of document types
* @param {boolean} include_type_name - Whether to add the type name to the response (default: false) * @param {boolean} include_type_name - Whether to add the type name to the response.
* @param {boolean} ignore_unavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed) * @param {boolean} ignore_unavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed)
* @param {boolean} allow_no_indices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) * @param {boolean} allow_no_indices - Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
* @param {enum} expand_wildcards - Whether to expand wildcard expression to concrete indices that are open, closed or both. * @param {enum} expand_wildcards - Whether to expand wildcard expression to concrete indices that are open, closed or both.
@ -86,17 +71,17 @@ function buildIndicesGetMapping (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index, type } = params var { method, body, index, type, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index', 'type']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -119,34 +104,8 @@ function buildIndicesGetMapping (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesGetSettings (opts) { function buildIndicesGetSettings (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.get_settings](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-settings.html) request * Perform a [indices.get_settings](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-settings.html) request
* *
@ -89,17 +74,17 @@ function buildIndicesGetSettings (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, index, name } = params var { method, body, index, name, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'index', 'name']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -122,34 +107,8 @@ function buildIndicesGetSettings (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

View File

@ -1,21 +1,6 @@
/* // Licensed to Elasticsearch B.V under one or more agreements.
* Licensed to Elasticsearch B.V. under one or more contributor // Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
* license agreements. See the NOTICE file distributed with // See the LICENSE file in the project root for more information
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
'use strict' 'use strict'
@ -24,7 +9,7 @@
function buildIndicesGetTemplate (opts) { function buildIndicesGetTemplate (opts) {
// eslint-disable-next-line no-unused-vars // eslint-disable-next-line no-unused-vars
const { makeRequest, ConfigurationError, handleError } = opts const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts
/** /**
* Perform a [indices.get_template](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html) request * Perform a [indices.get_template](http://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html) request
* *
@ -79,17 +64,17 @@ function buildIndicesGetTemplate (opts) {
return handleError(err, callback) return handleError(err, callback)
} }
var warnings = null var warnings = []
var { method, body, name } = params var { method, body, name, ...querystring } = params
var querystring = semicopy(params, ['method', 'body', 'name']) querystring = snakeCaseKeys(acceptedQuerystring, snakeCase, querystring, warnings)
if (method == null) { if (method == null) {
method = 'GET' method = 'GET'
} }
var ignore = options.ignore || null var ignore = options.ignore
if (typeof ignore === 'number') { if (typeof ignore === 'number') {
ignore = [ignore] options.ignore = [ignore]
} }
var path = '' var path = ''
@ -108,34 +93,8 @@ function buildIndicesGetTemplate (opts) {
querystring querystring
} }
const requestOptions = { options.warnings = warnings.length === 0 ? null : warnings
ignore, return makeRequest(request, options, callback)
requestTimeout: options.requestTimeout || null,
maxRetries: options.maxRetries || null,
asStream: options.asStream || false,
headers: options.headers || null,
querystring: options.querystring || null,
compression: options.compression || false,
warnings
}
return makeRequest(request, requestOptions, callback)
function semicopy (obj, exclude) {
var target = {}
var keys = Object.keys(obj)
for (var i = 0, len = keys.length; i < len; i++) {
var key = keys[i]
if (exclude.indexOf(key) === -1) {
target[snakeCase[key] || key] = obj[key]
if (acceptedQuerystring.indexOf(snakeCase[key] || key) === -1) {
warnings = warnings || []
warnings.push('Client - Unknown parameter: "' + key + '", sending it as query parameter')
}
}
}
return target
}
} }
} }

Some files were not shown because too many files have changed in this diff Show More