swagger-for-elasticsearch
swagger-for-elasticsearch copied to clipboard
Update for 2.2
When will an update for support with 2.2 be available?
:+1:
I added support for version 2.2.1 in b5efc54a135070a74704963fc93150e3c29488db
You can install the plugin the following way:
sudo ./bin/plugin install https://github.com/timschlechter/swagger-for-elasticsearch/raw/master/dist/swagger-for-elasticsearch-2.2.1.zip
:+1:
Currently only supports 2.2.1, what about 2.2.0 and 2.2.2 and 2.3.0?
I did a little hack to get it to work. Just change the version numbers in the pom.xml from 2.2.1 to 2.2.0 and build the code using the instructions in the README. Then you could use the zip created under target/releases to install the swagger plugin. I am not sure if this is the right way to do it, but it serves my purpose. Hope it helps.