ElasticUI
ElasticUI copied to clipboard
AngularJS directives for Elasticsearch
@YousefED - Thank you so much for your codeset. Your directives gave me a great starting point to work off of. Would it be possible to add Shield support into...
Very hackish for now, just missing proper upstreaming of the update to elastic.js and doing a proper build of elasticui (both unminified and minified).
Has anyone solved the access to the ES instance so that not everyone can write, edit or even delete the ES index? Where should we start? Deny Post Method from...
I need to add custom parameter in url for each request. It should be like https://example.com/index/_search?size=10&from=0&q=domain:d1,d2,d3. Adding q=domain:d1,d2,d3 in requests is important for me. Is that possible? This is my...
Sort
when i used this eui-sort="ejs.Sort(field).order('desc')" eui-enabled="true" in body tag I'am getting Bad request 400
Any ideas on trying to get the default from OR to AND? Unable to get it working from modifying the js files. Thanks.
Hello, Is there a way to create a custom function to order the buckets in my aggregation ? Right now, my page has a div like that : `eui-aggregation="ejs.TermsAggregation('sites').field('sites').size(sites.size)"` I...
hello, is it possible to change the indexVM.page within the controller? I would like to jump to a certain page using the route. Is that possible? Any help is appreciated...
I am facing issue with space in both single select and checkbox filter. When even the string has space it is considered as two separate fields. For example, if field...
I'm a Lisp/Java programmer, and know nothing about AngularJS (mea culpa). I knew nothing about ElasticSearch, but I had it running in 15 minutes. Figuring out how to create new...