Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For each threshold,

  • absolute or relative (or both since 2019.02) Compares theshold with absolute value, or relative factor times the standard deviation.
  • appliesWhenWeightedNeighbors (since 2019.02) choose whether the weighted neighbors should be higher, lower or higherOrLower
  • outputFlag: Output flag for values of output variables that exceed the specified threshold. (unreliable or doubtful)
  • outputMode: When this option is set to logs_only, the flags will not be updated but the log events will be generated.
  • sourceId: Fine grained id for indicating which check caused the flag to be altered. In this case these sourceIds must be specified in the regionConfig (CustomFlagSources.xml).
  • logLevel: Log level for the log message that is logged if a time series does not pass the check. Can be DEBUG, INFO, WARN, ERROR or FATAL. If level is error or fatal, then the module will stop running after logging the first log message. Fatal should never be used actually.
  • logEventCode: Event code for the log message that is logged if a time series does not pass the check. This event code has to contain a dot, e.g. "TimeSeries.Check", because the log message is only visible to the master controller if the event code contains a dot.
  • logMessage: Log message that is logged if a time series does not pass the check. Some more options are available than in the other checks:

...