Megastef

Results 63 comments of Megastef

Any news for --pid=host in swarm services? We would need it for monitoring agents deployed global service on each swarm node.

yes, in schema definition you need to use object type. Currently you can do it by building your own sql string and use the executeSql function directly. I will have...

Would you accept a PR, which removes `microtime` dependency from graygelf? I think something like this should work without native dependency: ``` var hrTime = process.hrtime() var timestampInMicros = hrTime[0]...

Ok, sounds good could also be used for load balancing - e.g. distribute requestst to multiple CRATE nodes - or fallback to another node when first fails. We faced also...

We do this in two steps. The first one is to support round robin when you specify multiple hosts. This one I just checked in (Vesion 1.0.3) We might add...

test2 webhook

+1 for a better Elasticsearch driver in golang Nice plugin, i see on your roadmap many features, which are already in https://github.com/sematext/sematext-agent-docker - it supports Elasticsearch bulk indexing, parses multiline...

Hi, any news about V10/IPFIX support?

Did anybody work on pcap-ng?