Warn/Error message of Elasticsearch perl client

2014-09-02 Thread Yuheng Du
Hi Guys, I have been using the Elasticsearch's perl client for query, it gives me the following warning/Error messages: while I was running a perl program which uses ES perl client. ES still

Re: Need help/suggestion for the massive queries user case

2014-09-02 Thread Yuheng Du
0 > > > > -- > *David Pilato* | *Technical Advocate* | *Elasticsearch.com* > @dadoonet <https://twitter.com/dadoonet> | @elasticsearchfr > <https://twitter.com/elasticsearchfr> > > > Le 2 septembre 2014 à 22:46:15, Yuheng Du (yuheng@gmail.com > )

Re: Need help/suggestion for the massive queries user case

2014-09-02 Thread Yuheng Du
kind of warning/error? Thanks. On Tuesday, September 2, 2014 3:25:30 PM UTC-4, David Pilato wrote: > > You don't have enough memory available on your laptop I guess... > > > -- > David ;-) > Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > > > Le 2 sept.

Re: Need help/suggestion for the massive queries user case

2014-09-02 Thread Yuheng Du
malloc) failed to allocate 2060255232 bytes for committing reserved memory. # An error report file with more information is saved as: # /home/yuheng/Downloads/elasticsearch-1.2.0/bin/hs_err_pid5116.log Any thoughts? On Tuesday, September 2, 2014 2:48:17 PM UTC-4, David Pilato wrote: >

Re: Need help/suggestion for the massive queries user case

2014-09-02 Thread Yuheng Du
ds back. Then when you cluster is yellow again, you can switch > off the second node. > > BTW, you should set ES_HEAP_SIZE instead of dealing with Xmx Xms (but this > will do the same thing behind the scene). See > http://www.elasticsearch.org/guide/en/elasticsearch/reference/

Re: Need help/suggestion for the massive queries user case

2014-09-02 Thread Yuheng Du
ch.com* > @dadoonet <https://twitter.com/dadoonet> | @elasticsearchfr > <https://twitter.com/elasticsearchfr> > > > Le 2 septembre 2014 à 16:14:31, Yuheng Du (yuheng@gmail.com > ) a écrit: > > I tired 2g, It only worked when I use ./elasticsearch -Xmx2g -Xms2g. > Current

Re: Need help/suggestion for the massive queries user case

2014-09-02 Thread Yuheng Du
4, David Pilato wrote: > > Try 2g > > > -- > David ;-) > Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > > Le 2 sept. 2014 à 15:49, Yuheng Du > a > écrit : > > I tried to run ./elasticsearch --node.name=esmaster -Xmx=2G -Xms=2G. > But it gives me the er

Re: Need help/suggestion for the massive queries user case

2014-09-02 Thread Yuheng Du
r > <https://twitter.com/elasticsearchfr> > > > Le 2 septembre 2014 à 09:17:31, Yuheng Du (yuheng@gmail.com > ) a écrit: > > Each query is doing a search in _all indexes in the cluster. Maybe that's > also a hold up of the availability of ES server. > >

Re: Need help/suggestion for the massive queries user case

2014-09-02 Thread Yuheng Du
gt; exactly. May be others have some ideas? > > -- > *David Pilato* | *Technical Advocate* | *Elasticsearch.com* > @dadoonet <https://twitter.com/dadoonet> | @elasticsearchfr > <https://twitter.com/elasticsearchfr> > > > Le 2 septembre 2014 à 08:53:13, Yuheng D

Need help/suggestion for the massive queries user case

2014-09-01 Thread Yuheng Du
Hi guys, I have some streaming sensor data as input to ES. For each incoming data message, I need to do a query on the historic data in ES according to the 'timestamp' and 'messageId' in that message. I need to get the aggregated query results in real-time. My problem is each data message may

extended stats aggregation on array

2014-08-17 Thread Yuheng Du
Hi, I have a field called 'readings' in my logstash messages which is an array consists of 10 float point numbers. I want to calculate the stats for each individual slots in those arrays. For example if I have three readings : [0,0,0, 1935.25,0,0,0,0,-1235.5, 0] [0,0,0, 1936.25,0,0,0,0,-1236.

Re: restore data on disk

2014-08-15 Thread Yuheng Du
UTC-4, chenlin rao wrote: > > check the elasticsearch.log for more informations. BTW: you can join QQ > group: 315428175, many chinese elk users there. > > > 2014-08-16 0:06 GMT+08:00 Yuheng Du >: > >> typo: the second image shows the directory >> at '$E

Re: restore data on disk

2014-08-15 Thread Yuheng Du
typo: the second image shows the directory at '$ES_Home/data/elasticsearch/nodes/1/indices/' -- 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, send an email to elasticsearch+un

restore data on disk

2014-08-15 Thread Yuheng Du
Hi guys, I am new to elastic search. I found that some indexes from the logstash were missing this morning. So I looked at the '$ES_Home/data/elasticsearch/nodes/0/indices/' directory:

Re: Aggregation

2014-08-15 Thread Yuheng Du
I am using: and I got the following errors: can anyone tell me what is going w

Aggregation

2014-08-14 Thread Yuheng Du
Does perl module of elasticsearch allows Aggregation syntax? I run a few tests but it failed. -- 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, send an email to elasticsearch+un

Debug message of Elasticsearch when running

2014-08-13 Thread Yuheng Du
Hi guys, I am running a single node Elasticsearch instance, connected to two rabbitmq queues as input using logstash. I kept getting debug messages in ES terminal: [2014-08-13 10:26:13,867][DEBUG][action.search.type ] [Jebediah Guthrie] [vehicles][0], node[9BIZ4GpLQYu8933RiTs3DQ], [P], s

Re: ElasticSearch and RabbitMQ as data source

2014-06-10 Thread Yuheng Du
Hi All, I am using the rabbitmq-river plugin for elasticsearch. My configuration for the river is as follows: curl -XPUT 'localhost:9200/_river/rabbit_river/_meta' -d '{ "type" : "rabbitmq", "rabbitmq" : { "host" : "lbha1.ir.clemson.edu", "port" : 5672, "user" :