Events-processing output: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * events-processing =Overview= The default procedure to handle event streams: the procedure inspects the events and sends their...")
 
Line 17: Line 17:
The output format can be used to:
The output format can be used to:


* Restrict the output to [[Events-processing_output#Displaying_Specific_Event_Properties| specific event properties]].
* Restrict the output to [[#Displaying_Specific_Event_Properties| specific event properties]].
* Restrict the output to [[Events-processing_output#Displaying_Specific_Event_Types|specific event types]].
* Restrict the output to [[#Displaying_Specific_Event_Types|specific event types]].


==Displaying Specific Event Properties==
==Displaying Specific Event Properties==

Revision as of 00:57, 4 August 2017

Internal

Overview

The default procedure to handle event streams: the procedure inspects the events and sends their string representation to the configured output stream.

The procedure can be configured with an output format. The format specification follows the "-o" marker and ends either with the last argument or when a higher level argument (file, for example) is encountered.

some-parser [output] -o <output-format> ./file.txt
cat ./file.txt | some-parser [output] -o <output-format>

Output Format

The output format can be used to:

Displaying Specific Event Properties

Displaying Specific Event Types

Output Separator