elasticsearch-timefacets-plugin icon indicating copy to clipboard operation
elasticsearch-timefacets-plugin copied to clipboard

Installation instructions

Open tgruben opened this issue 12 years ago • 6 comments

Greetings,

I 've trie to install the plugin via the plugin tool with the following command

./bin/plugin -url https://github.com/downloads/lovelysystems/elasticsearch-ls-plugins/elasticsearch-elasticsearch-ls-plugins-0.18.5.zip -install elasticsearch-elasticsearch-ls-plugins

it appears to have worked but when I try a query get the error

Parse Failure [No facet type found for [distinct_date_histogram]

what step am I missing?

tgruben avatar Aug 17 '12 17:08 tgruben

note I did restart the server and it indicated that this one was loaded

] [monet0] loaded [cloud-aws, ls-tools], sites [bigdesk] [2012-08-17 17:20:49,195][INFO ][node

tgruben avatar Aug 17 '12 17:08 tgruben

also note my request was this { "query": { "match_all": {} }, "facets": { "distinct": { "distinct_date_histogram": { "field": "session_date", "value_field": "property_id", "interval": "day" } } } }

tgruben avatar Aug 17 '12 17:08 tgruben

I confess I am also completely ignorant here and need some more instruction on how to deploy this.

untergeek avatar Sep 06 '12 15:09 untergeek

for now, you should build your own version from the master since the version you'll find in the downloads is pretty old.

quodt avatar Sep 06 '12 20:09 quodt

I am getting the same issue, has anyone figured this out?

alexperetti avatar Oct 30 '12 10:10 alexperetti

Sorted, just needed to mvn package the latest version and stick that in the plugins folder.

alexperetti avatar Oct 30 '12 11:10 alexperetti