From 0f228ebf71644b254283074b48f26bdacfb26148 Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Tue, 8 Dec 2015 17:20:16 -0500 Subject: [PATCH] README update for #1 --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da1c4a3..d77d19e 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ Note that Elasticsearch provides the 'slowlog' mechanism for capturing index or ## Installation -The plugin is available for Elastisearch 2.x and 1.x. For 1.x it has only been tested on ES 1.7, but will _probably_ work against older releases as well. +The plugin is available for Elastisearch 2.x ### pre-packaged -The release naming scheme is `es-restlog-${plugin.version}-es${es.major.version}.zip`. +The release naming scheme is `es-restlog-${plugin.version}-es_maj_min_patch_etc.zip`. Head over to `Releases` on Github to find the latest plugin package. @@ -32,7 +32,11 @@ Head over to `Releases` on Github to find the latest plugin package. Use the [sbt](http://www.scala-sbt.org/#install) target `pack`, which will generate a plugin zip under `target/`. -Note that you can supply a `file:///path/to/plugin.zip` URL to the plugin script. +The ES version is overridable with the `esVersion` setting, so you can do: + +``` +$ sbt 'set esVersion := "2.0.1"' clean pack +``` ## Configuration