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
- Host: GitHub
- URL: https://github.com/emcecs/ecswriter
- Owner: EMCECS
- License: other
- Created: 2016-03-30T17:46:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T16:03:40.000Z (over 9 years ago)
- Last Synced: 2025-02-08T18:45:41.647Z (over 1 year ago)
- Language: Java
- Size: 2.44 MB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License.txt
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