Andrew Cholakian

Results 50 comments of Andrew Cholakian

I'm not sure if I understand your question fully, but I think you're asking about communicating between nodelets. The best way would be with ZMQ sockets. For instance, you could...

Hi @lightman76 , glad you found this useful! Unfortunately I don't have the time to maintain this plugin anymore. Now that sense is free ( https://www.elastic.co/guide/en/sense/current/installing.html ) I recommend using...

sorry, haven't touched the code in years. -- Andrew Cholakian [email protected] On Tue, Jan 15, 2019, at 8:25 PM, Alex Zepeda wrote: > Unsure if this is being maintained, but...

This is bizarre, somehow `@stream_client` is null here : https://github.com/logstash-plugins/logstash-input-twitter/blob/master/lib/logstash/inputs/twitter.rb I'm not sure what's going on here, but this seems like a bug related to timing of some sort.

@Azlirn can you run this with debug logs and post those here? (be sure to scrub them of any sensitive data). I spoke with @jordansissel and our money seems to...

I'm realizing that this is missing one piece of functionality, which is geolocation awareness, which is pretty important. We should segment everything by geo. I'll add that soon, but I...

Additional changes (added to top desc as well): 1. Disabled flapping for now, tests are in place but a hard coded value determines whether it is enabled now, it is...

This is now ready for a full review, having incorporated initial feedback from @dominiqueclarke . It now has significantly enhanced functional-ish tests via many enhancements to the scenarios system /...

I believe I've addressed the incremental you reported so far @vigneshshanmugam thanks for starting on this review!