An open API service indexing awesome lists of open source software.

https://github.com/emcecs/ecswriter

a streamer that allows standard output to be piped (write or atomic append) to an ECS or a file on ECS can be streamed (ie like unix 'tail') to standard output
https://github.com/emcecs/ecswriter

Last synced: over 1 year ago
JSON representation

a streamer that allows standard output to be piped (write or atomic append) to an ECS or a file on ECS can be streamed (ie like unix 'tail') to standard output

Awesome Lists containing this project

README

          

# ECSWriter
"write", "append", "tail", "tailbyte" working.
tailbyte is basically "tail" but only byte by byte. So it's slower overall, but doesn't wait as long for buffer to fill for small or slow tails where you want each byte right away.

./gradlew build
./gradlew shadowJar

sudo tcpdump -nnvvXS | java -jar ECSWriter.jar -a -b -e -s -k write

sudo tcpdump -nnvvXS | java -jar ECSWriter.jar -a -b -e -s -k append

java -jar ECSWriter.jar -a -b -e -s -k tail

java -jar ECSWriter.jar -a -b -e -s -k tailbyte

includes any port eg http://10.1.83.51:9020