diff --git a/.travis.yml b/.travis.yml index e32a747..ff991bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,7 @@ sudo: required dist: trusty env: -- ELASTIC_VERSION="5.6.0" -- ELASTIC_VERSION="5.6.4" DEPLOY="true" +- ELASTIC_VERSION="6.2.4" DEPLOY="true" diff --git a/README.md b/README.md index f43f237..c56b593 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Copy the last installation url for your version of Kibana from [the repository r Remember that starting from Kibana 5.0 you always need an update version of every plugin for it to start as indicated [here](https://siren.solutions/in-kibana-5-all-your-plugins-will-break-at-each-and-every-update/). + ```sh #Kibana >= 5.x diff --git a/package.json b/package.json index ee2ff7e..d63dbf7 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,8 @@ { "name": "mathlion", - "version": "0.2.11", + "version": "0.2.18", "kibanas": [ - "5.0.0-beta1", - "5.0.0", - "5.0.1", - "5.0.2", - "5.1.1", - "5.1.2", - "5.2.0", - "5.2.1", - "5.2.2", - "5.3.0", - "5.4.3", - "5.5.0", - "5.6.0", - "5.6.4" + "6.2.4" ], "repository": { "type": "git",