Events-processing: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:
* [[events-processing count|count]]
* [[events-processing count|count]]
* [[events-processing exclude|exclude]]
* [[events-processing exclude|exclude]]
==exclude==
Filter out the events that match the query, and only display those that do not match.
Some utilities rely on the fact that they can invoke this procedure with the abbreviated command-line form "-x".
This procedure is equivalent with the grep --invert-match (-v) option.


=Development=
=Development=

Revision as of 00:54, 4 August 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".

Procedures

Development

GitHub

https://github.com/NovaOrdis/events-processing

Maven

<dependency>
    <groupId>io.novaordis.events.processing</groupId>
    <artifactId>events-processing</artifactId>
    <version>${events.processing.version}</version>
</dependency>