ElasticSearch writer

2014-07-30 Thread Jason Letourneau
I am screwing around with the examples (which are awesome btw) and running into a confusing state. Seems like persistent writer is writing successfully, but no attempt at writing to elasticsearch (using the twitter example) is happening. 5:02:24.239 [pool-2-thread-3] DEBUG

Re: ElasticSearch writer

2014-07-30 Thread Matt Franklin
On Wed, Jul 30, 2014 at 3:04 PM, Jason Letourneau jletournea...@gmail.com wrote: I am screwing around with the examples (which are awesome btw) and running into a confusing state. Seems like persistent writer is writing successfully, but no attempt at writing to elasticsearch (using the

Re: ElasticSearch writer

2014-07-30 Thread Matthew Hager [W2O Group]
What version ElasticSearch are you running? Also, does the index already exist in ES? Matthew Hager Director - Data Sciences Software W2O Digital 3000 E Cesar Chavez St., Suite 300, Austin, Texas 78702 direct 512.551.0891 | cell 512.949.9603 twitter iSmashew http://twitter.com/ismashew/ |

Re: ElasticSearch writer

2014-07-30 Thread Jason Letourneau
ES is 1.0.0 No the index does not exist. Yes I built the latest master (yesterday) On Wed, Jul 30, 2014 at 3:07 PM, Matthew Hager [W2O Group] mha...@w2ogroup.com wrote: What version ElasticSearch are you running? Also, does the index already exist in ES? Matthew Hager Director - Data

Re: ElasticSearch writer

2014-07-30 Thread Jason Letourneau
On second thought maybe they aren't connected as happily as I thought - now that I know there is a buffering behaviour I found this: 15:16:01.938 [pool-1-thread-3] WARN o.a.s.e.ElasticsearchPersistWriter - Unable to Write Datum to ElasticSearch: No node available On Wed, Jul 30, 2014 at 3:12

Re: ElasticSearch writer

2014-07-30 Thread Jason Letourneau
Yeah...it was actually that I did not have the right cluster and I was using the http port rather than the transport port in config - all is happy now - thanks! On Wed, Jul 30, 2014 at 3:31 PM, Matt Franklin m.ben.frank...@gmail.com wrote: On Wed, Jul 30, 2014 at 3:17 PM, Jason Letourneau