elasticsearch-timefacets-plugin
elasticsearch-timefacets-plugin copied to clipboard
Installation instructions
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?
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
also note my request was this
{ "query": { "match_all": {} }, "facets": { "distinct": { "distinct_date_histogram": { "field": "session_date", "value_field": "property_id", "interval": "day" } } } }
I confess I am also completely ignorant here and need some more instruction on how to deploy this.
for now, you should build your own version from the master since the version you'll find in the downloads is pretty old.
I am getting the same issue, has anyone figured this out?
Sorted, just needed to mvn package
the latest version and stick that in the plugins folder.