Re: Elasticsearch threads behaves different from each other

2014-09-26 Thread Umut Yerci
://www.hyperic.com/support/docs/sigar/org/hyperic/sigar/Tcp.html It is not related to ES or to ES specific connections. It's just a nice-to-have if you do not want to enter CLI and execute OS commands. Jörg On Thu, Sep 25, 2014 at 1:26 PM, Umut Yerci umut...@gmail.com javascript: wrote

Re: Elasticsearch threads behaves different from each other

2014-09-25 Thread Umut Yerci
Thank you for your answer Jörg. I remove them in conf file but my performance problem continues. I have another question about it. My network stat is that; curl -XGET 'http://localhost:9200/_nodes/stats/network?humanpretty' { cluster_name : test-cluster, nodes : {

What are elasticsearch node network stats?

2014-09-22 Thread Umut Yerci
When I get node stat in es with curl, the response is ; curl -XGET 'http://localhost:9200/_nodes/stats/network?humanpretty' { cluster_name : elasticsearch, nodes : { XpAeeHs6Q7WxycqJBOShfA : { timestamp : 1411385146836, name : Ape-X, transport_address :

Elasticsearch does not respond with huge data

2014-05-25 Thread Umut Yerci
Hi, I am working on centos5 and I run elasticsearch with version 1.0.0 with *-Xms808m -Xmx808m -Xss256k*parameters. There are 17 index and total 30200583 docs. Each index's docs count between 100 and 200. I create request query like ( each index have date field ); { query: {

Re: Date range query ignore month

2014-05-01 Thread Umut Yerci
Yes, I was faced same problem in my db. After that I tried these code. I think XGET reqeusts' query does not work well. On Wednesday, April 30, 2014 4:28:16 PM UTC+3, Fatih Karatana wrote: Hi guys, I've been using Elasticsearch as my data store and I got lots of documents in it. My