MVEL to Groovy

2014-11-26 Thread Brad Jordan
I'm trying to upgrade from ES 1.1.1 to ES 1.4.0. I need to updated my .MVEL scripts to groovy so in my Java code I did this: updateRequestBuilder.setScript(scriptValue, ScriptService.ScriptType.INLINE); updateRequestBuilder.setScriptLang(groovy); My unit tests are failing which makes me thing

Dedicated Gateway node

2014-04-08 Thread Brad Jordan
What are the settings I need to create a dedicated gateway node? I suppose I set the node.data = false but then in my client code I only list that node as my single ES host so all traffic goes through that node? node.data: false Thanks, Brad -- You received this message because you are

Re: 2 clusters versus 1 big cluster?

2014-03-24 Thread Brad Jordan
Amazing! Thank you @Mauri. That is very helpful. Our reasoning behind monthly indexes was simply that all of our queries have a date range and a tenantID. We route by tenantID in the shared monthly indexes. We are able to specify which indexes to query against and only pass those index names

Re: marvel shows empty dashboard

2014-01-30 Thread Brad Jordan
Thanks! On Thursday, January 30, 2014 10:43:35 AM UTC-7, Boaz Leskes wrote: Hi brad, You should upgrade to 0.90.10. 0.90.7 is not supported by marvel. Cheers, Boaz On Thu, Jan 30, 2014 at 6:39 PM, Brad Jordan climb...@gmail.comjavascript: wrote: I also have the same issue. I'm

Re: marvel shows empty dashboard

2014-01-30 Thread Brad Jordan
? -Brad On Thursday, January 30, 2014 10:48:04 AM UTC-7, Brad Jordan wrote: Thanks! On Thursday, January 30, 2014 10:43:35 AM UTC-7, Boaz Leskes wrote: Hi brad, You should upgrade to 0.90.10. 0.90.7 is not supported by marvel. Cheers, Boaz On Thu, Jan 30, 2014 at 6:39 PM, Brad Jordan

Re: marvel shows empty dashboard

2014-01-30 Thread Brad Jordan
I keep getting this alert: *No results* There were no results because no indices were found that match your selected time span. -Brad On Thursday, January 30, 2014 12:23:04 PM UTC-7, Brad Jordan wrote: Upgraded my cluster to 0.9.10 and still get a blank Marvel dashboard... I have about 30

Node will not shut down

2014-01-21 Thread Brad Jordan
I have a 4 node ES cluster. I am adding new docs at a rate of about 3k/sec. After an hour my cluster status turns to yellow. I see that node 2 is no longer part of the cluster when I curl the _cluster/state endpoint. Hitting the _cluster/health endpoint reveals that I have 872 unassigned

Re: Node will not shut down

2014-01-21 Thread Brad Jordan
This is a DEV env. I've got 24G of RAM on all 4 machines. 12G for ES and 12G for the OS. I believe the machines are quad core HP Z-800's. I will not be inserting at this rate very often. My question is more operational. How do you recover from the place I am in? If I kill -9 the ES process on

Re: Node will not shut down

2014-01-21 Thread Brad Jordan
the moral of the story is to just wait and ES will fix itself? Patience is a virtue? Not sure but ES did eventually fix itself :-) -Brad On Tuesday, January 21, 2014 3:42:51 PM UTC-7, Brad Jordan wrote: This is a DEV env. I've got 24G of RAM on all 4 machines. 12G for ES and 12G for the OS. I