funnel icon indicating copy to clipboard operation
funnel copied to clipboard

A minimalistic 12 factor log router written in Go

Results 2 funnel issues
Sort by recently updated
recently updated
newest added

Just a pure golang alternative to elastic. It also means you could index client side in the agent if you wanted to of course. You can bring up a huge...

enhancement

From the README, to capture stderr, you need to do: > `$/etc/myapp/bin 2>&1 | funnel` What if instead you could do: `funnel -cmd '/etc/myapp/bin'`? Then it could capture all stdout...