org.fusesource.fabric.stream.log.main-usage.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stream-log Show documentation
Show all versions of stream-log Show documentation
An executable jar that streams log data received via stdin to ActiveMQ. (powered by Camel)
Usage: --broker --destination [other-arguments]
Arguments:
--broker
The ActiveMQ broker URL to send events to.
--destination
The ActiveMQ destination name to send events to.
--batch-size
The number bytes to batch up before sending log events to the broker
--batch-timeout
The maximum amount of time we spend trying to build a bigger batch.
--compress
Should the batch be compressed with Snappy?
--help
Displays this help screen.