enrise-estools
Advanced tools
Comparing version 0.0.3 to 0.0.5
{ | ||
"name": "enrise-estools", | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"description": "Elasticsearch tooling functions for managing indices and aliases.", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
}, | ||
"author": "Joram Ruitenschild", | ||
"author": "Matchminds @ Enrise", | ||
"license": "MIT", | ||
@@ -17,0 +17,0 @@ "dependencies": { |
@@ -33,3 +33,3 @@ 'use strict'; | ||
index: `${index}-v*`, | ||
metric: 'indices' | ||
metric: 'docs' | ||
}); | ||
@@ -36,0 +36,0 @@ |
@@ -94,3 +94,3 @@ 'use strict'; | ||
index: 'enrise.nl-nl-v*', | ||
metric: 'indices' | ||
metric: 'docs' | ||
}); | ||
@@ -118,3 +118,3 @@ chai.expect(err).to.be.an.instanceof(Error); | ||
index: 'enrise.nl-nl-v*', | ||
metric: 'indices' | ||
metric: 'docs' | ||
}); | ||
@@ -121,0 +121,0 @@ chai.expect(result).to.deep.equal([6, 4, 3, 2]); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35528