Matthew Arnao

Results 21 comments of Matthew Arnao

Are you thinking this could be used to parse the ArcSight Common Event Format?

@rgerhards It would take a bit of effort for me to sanitize my logs here at work enough to share. If I can manage to generate any at home I...

Yes! It's an undocumented feature and admittedly has not been thoroughly tested, but we provide a cross platform interface that uses JSON for serialization rather than python's pickle. We are...

Michael, Thanks very much for the contribution! We appreciate it. I have some feedback on this pull request below: I have some concerns about enabling IPv6 support by default given...

You could use hasattr on zmq to determine if IPV6 is available. > > > import zmq > > > hasattr(zmq, 'IPV6') > > > False > > > hasattr(zmq,...

One more thing-- there's an additional context created by the worker here: https://github.com/mtmcgrew/laikaboss/blob/832fd9a37c3bf1a5f2d1e3f2f036300d3ac46430/laikad.py#L648 If the worker is connecting to the broker on an IPv6 address you'll also want to enable...

Awesome, thanks for the quick updates and formatting cleanup along the way! We will do a little bit of testing and get this merged in ASAP. Again, appreciate the contributions.

As I was testing this I realized there was an associated change needed to the client library to enable IPv6 on the client's socket. Would you like to contribute that...

this will be addressed in a future commit -- but to anyone who wants a fix sooner, this assumes you have a hostname with at least one period. bad assumption.

we'll get this merged in soon..