remove aws-sdk (#31002)

* rm aws-sdk

* remove references

* readd gitignore

* rm dlls/

* gitignore
This commit is contained in:
Jonathan Budzenski 2019-02-26 10:01:11 -06:00 committed by GitHub
parent 7559941e26
commit 25e7b077c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 54 deletions

View file

@ -69,7 +69,6 @@
"abab": "^1.0.4",
"ansi-colors": "^3.0.5",
"ansicolors": "0.3.2",
"aws-sdk": "2.2.33",
"axios": "^0.18.0",
"babel-jest": "^23.6.0",
"babel-plugin-inline-react-svg": "^0.5.4",

View file

@ -35,28 +35,6 @@ Add a `debugger` line to create a breakpoint, and then:
gulp sync && mocha debug --compilers js:babel-register /pathto/kibana/plugins/monitoring/pathto/__tests__/testfile.js
```
## Deploying
Monitoring is part of XPack, and only a single XPack artifact needs to be
deployed. Previously, the instructions to deploy were:
> The `release task` creates archives and uploads them to
download.elasticsearch.org/elasticsearch/monitoring/VERSION. You will need S3
credentials in `$HOME/.aws-config.json`. Format as so:
> ```
> {
> "key":"MY_KEY_HERE",
> "secret":"your/long/secret/string"
> }
> ```
> To upload the current archive as the "latest" release, use:
> ```
> gulp release
> ```
## Multicluster Setup for Development
To run the UI with multiple clusters, the easiest way is to run 2 nodes out of

View file

@ -3922,15 +3922,6 @@ autoprefixer@^9.3.1:
postcss "^7.0.5"
postcss-value-parser "^3.3.1"
aws-sdk@2.2.33:
version "2.2.33"
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.2.33.tgz#99f154549473b5c166df86473693c5a9dc57a33e"
integrity sha1-mfFUVJRztcFm34ZHNpPFqdxXoz4=
dependencies:
sax "0.5.3"
xml2js "0.2.8"
xmlbuilder "0.4.2"
aws-sign2@~0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
@ -20710,16 +20701,6 @@ sass-resources-loader@^2.0.0:
glob "^7.1.1"
loader-utils "^1.0.4"
sax@0.5.3:
version "0.5.3"
resolved "https://registry.yarnpkg.com/sax/-/sax-0.5.3.tgz#3773714a0d9157caaa7302971efa5c6dcda552d6"
integrity sha1-N3NxSg2RV8qqcwKXHvpcbc2lUtY=
sax@0.5.x:
version "0.5.8"
resolved "https://registry.yarnpkg.com/sax/-/sax-0.5.8.tgz#d472db228eb331c2506b0e8c15524adb939d12c1"
integrity sha1-1HLbIo6zMcJQaw6MFVJK25OdEsE=
sax@>=0.6.0, sax@^1.2.1, sax@^1.2.4, sax@~1.2.1:
version "1.2.4"
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
@ -25128,13 +25109,6 @@ xml-parse-from-string@^1.0.0:
resolved "https://registry.yarnpkg.com/xml-parse-from-string/-/xml-parse-from-string-1.0.1.tgz#a9029e929d3dbcded169f3c6e28238d95a5d5a28"
integrity sha1-qQKekp09vN7RafPG4oI42VpdWig=
xml2js@0.2.8:
version "0.2.8"
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.2.8.tgz#9b81690931631ff09d1957549faf54f4f980b3c2"
integrity sha1-m4FpCTFjH/CdGVdUn69U9PmAs8I=
dependencies:
sax "0.5.x"
xml2js@^0.4.19, xml2js@^0.4.5:
version "0.4.19"
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.19.tgz#686c20f213209e94abf0d1bcf1efaa291c7827a7"
@ -25143,11 +25117,6 @@ xml2js@^0.4.19, xml2js@^0.4.5:
sax ">=0.6.0"
xmlbuilder "~9.0.1"
xmlbuilder@0.4.2:
version "0.4.2"
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-0.4.2.tgz#1776d65f3fdbad470a08d8604cdeb1c4e540ff83"
integrity sha1-F3bWXz/brUcKCNhgTN6xxOVA/4M=
xmlbuilder@8.2.2:
version "8.2.2"
resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-8.2.2.tgz#69248673410b4ba42e1a6136551d2922335aa773"