Script to configure Kibana 4 index pattern for logstash, import saved searches, visualizations & dashboards

2015-03-31 Thread DK
Hi, Is there a script available to configure Kibana 4. I'm starting Elasticsearch, Logstash & Kibana 4 inside Docker. I'm looking for a way to automatically configure: - the Kibana 4 index pattern for logstash - import Kibana saved searches, visualizations & dashboards -- You recei

Install Kibana4 as a plugin

2015-03-24 Thread DK
Hi, Is it possible to install Kibana 4 as a plugin to Elasticsearch 1.5.0? If so do I need to configure anything afterwards? -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, se

Re: query match

2014-09-18 Thread dk
Yes, but that wouldn't serve the purpose I was looking for. Using "ÄND" operator, wouldn't give me any results at all since there are no documents which has all the words in the User Query. On Thursday, September 18, 2014 7:22:22 PM UTC+5:30, Ramy wrote: > > Have you tried like this? > > "query"

query match

2014-09-18 Thread dk
{ "query": { "match" : { "test" : { "query" : "routers and switches for home" } } } }' *Desired Output -* document 1 : routers switches document 2 : routers I do not want the third document "switc