Events-processing: Difference between revisions
Jump to navigation
Jump to search
(→count) |
|||
Line 28: | Line 28: | ||
==count== | ==count== | ||
Displays the number of events that match the query. |
Revision as of 17:42, 28 July 2017
Internal
Overview
Processing logic that can be applied to event streams. The logic corresponding to each of the procedures listed below can be invoked from command line using the corresponding "command".
Maven
<groupId>io.novaordis.events.processing</groupId> <artifactId>novaordis-events-processing</artifactId> <version>1.0.0-SNAPSHOT-1</version>
GitHub
Procedures
describe
Displays the structure (properties) of the events flowing through the event stream pipeline. The property names shown in the results of this command can then be used to assemble the output format string of the "output" command, specified with the -o|--output-format command option.
time-gaps
Identifies time gaps in the log.
count
Displays the number of events that match the query.