query timing out

2014-11-20 Thread Warner Onstine
Hi all, hoping to get some help with this. I am trying to retrieve the latest tweet by a person. I'm using the javascript library. Using the elastic.js library to help build a query. Here is the query generated: {query: {match: {talent_id:{query:546e50b989fe347230c4}}},

recent spam

2014-06-29 Thread Warner Onstine
Hi all, is there any way to set up the group to be first-post flagged so that we all aren't getting so much spam? Seems like whatever is doing it is just creating and subscribing new accounts and spamming the list incessantly. I know it means more work for the moderators, but if you make more

nginx proxy issues

2014-02-10 Thread Warner Onstine
We setup our ES server on EC2 using the chef setup described here: http://www.elasticsearch.org/tutorials/deploying-elasticsearch-with-chef-solo/ We setup auth to it and then tried to use the elasticsearch-js client to connect to it and thus began our problems. At first it wasn't clear what was

Why not use rivers in production?

2014-01-08 Thread Warner Onstine
Getting reintroduced to ES and a co-worker recommended I listen to the webinar intro that Drew Raines gave as he mentioned something specific about rivers. Listening through it I heard him say that they (assuming ES) don't recommend using rivers in production because it's tied to one node.