STDOUT output parameters

OMEGAMON® Data Connect STDOUT output parameters specify whether to write data in JSON Lines format to the stdout file.

connect:
  output:
    stdout:
      enabled: <true|false>
      filter: # Optional output-level filter
        <Filter parameters>
enabled
Whether this function is enabled. Allowed values: true, false. This key is optional. Default: false.

To enable this function, you must specify enabled: true.

Specifying enabled: false has the same effect as commenting-out the parent key of this enabled key and all descendants of that parent key.

filter
Optional filter to restrict what data to write.

This output-level filter applies only to STDOUT, replacing any global-level filter (connect.filter).

Example

connect:
  output:
    stdout:
      enabled: true