Events-processing: Difference between revisions
Jump to navigation
Jump to search
Line 25: | Line 25: | ||
==time-gaps== | ==time-gaps== | ||
Identifies time gaps in the log | Identifies time gaps in the log. | ||
==count== | ==count== | ||
Displays the number of events that match the query. | Displays the number of events that match the query. |
Revision as of 17:43, 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.