Matt Hite
Matt Hite
It would appear that the menu feature of gong does not work when IP addresses are used in netdevices rather than hostnames. For example: netdevices.csv: ``` 10.1.1.1,juniper,switch 10.1.1.2,juniper,switch 10.1.1.3,juniper,switch 10.1.1.4,a10...
I was briefly playing with the GCS input which looks like it behaves like a batch input, exiting when no more data is left to process. It would be nice...
Despite the Sequence Diagram configuration being set to "hand," the exported PNG versions are not using this font -- they render as simple. The in-editor preview DOES render as hand...
I am hitting an interesting error when parsing a binary blob. Here's the code of interest: ``` func readBlob(reader *bufio.Reader) ([]byte, int, error) { // First, get the length var...
Would it potentially make sense to add context support to `NewStateMapConnection` so that we can receive a `ctx.Done()` or initiate a cancel signal? I'm pondering how to gracefully shutdown multiple...
Is there something about the Splunk Dataflow pipeline design that causes it to never be able to successfully drain? I've gone through the full build + teardown (destroy) process at...
The default configured behavior of the log export pipeline is to force `includePubsubMessage` to true[1]. When used in combination with sample Dataflow UDF message replay Javascript[2], replayed messages from the...
A work in progress MVP for https://github.com/benthosdev/benthos/issues/1034