Insert SYSOUT Data Records in a JSON Event (SDF2117)
Ironstream provides the ability to insert SYSOUT data records in a JSON event. The JSON named pair "TEXT":"" is removed and replaced with the SYSOUT data record. The assumption is that the SYSOUT data record is legitimate JSON syntax. A curly bracket completes the JSON event. The syntax for this parameter is "PRINT_SEND":"JSON".
Ironstream also provides the ability to forward off platform SYSOUT data records without including any JSON syntax with the event; therefore each SYSOUT line becomes a single forwarded event. The syntax for this parameter is "PRINT_SEND":"RAW".
For more information, see “SYSOUT Forwarding” in the Ironstream Configuration and User’s Guide.
SYSOUT Filtering Enhancements (SDF2123)
Ironstream’s SYSOUT filtering capability has been enhanced to exclude output by job name and job class, and also limit the output by the number of records. The new parameters are:
-
"EXCLUDE_JOB_IF_JOBNAME":"<up to eight job names separated by commas>"
-
"EXCLUDE_JOB_WHEN_OUTCLASS":"<up to eight SYSOUT classes separated by commas>"
-
"PRINT_MAXIMUM_LINE_COUNT":"nnn" where nnn is 1-999999999
For more information, see “SYSOUT Forwarding” in the Ironstream Configuration and User’s Guide.