ems Section
logconfig.MFSINK
Default Value: *|
Valid Values: Pipe-delimited ranges for log levels, module IDs, and specifier IDs. Ranges can be comma-separated integers or ranges of integers or "*".
Changes Take Effect: immediately
Controls the log messages that are sent to the MF sink. The format is "levels|moduleIDs|specifierIDs" (repeated if necessary). The values between the pipes can be in the format: "m-n,o,p" (for example, "0-4, 5, 6"). The wildcard character "*" can also be used to indicate all valid numbers. For example: "*|*|*" indicates that all log messages should be sent to the sink. Alternatively, "0,1|0-10|*|4|*|*" indicates that CRITICAL(0) and ERROR(1) level messages with module IDs in the range 0-10 will be sent to the sink; and all INFO(4) level messages will be sent as well.
metricsconfig.MFSINK
Default Value: *
Valid Values: Comma-separated list of metric values or ranges. A metric value must be between 0 and 141 inclusive. The values "*" and blank are also allowed.
Changes Take Effect: immediately
Specifies the metrics that are delivered to the MF Sink. "*" indicates that all metrics will be sent to the sink. Alternatively, "5-10,50-55,70,71" indicates that metrics with IDs 5, 6, 7, 8, 9, 10, 50, 51, 52, 53, 54, 55, 70, and 71 will be sent to the MF sink.