Versions Compared

Key

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

...

  • Checkpointing - Inputs can now be configured to track last timestamp or id of the event that was last read and use that value in the next scheduled run (currently supports the CPI message input and others will be enabled in the next release)

  • Split Job option - when checkpointing is used and a large time window is being processed the job will be broken up into smaller tasks based on the interval/page_size setting of the input

  • Max Intervals option - when checkpointing is used its possible that the checkpoint timestamp may be hours or days old e.g. if the agent has been down for an extended period. The Max Intervals option defines how many intervals the agent will look back from the current time to collect older data (default 15 intervals)

  • Timestamp field assignment - Inputs can now be configured to use the timestamp of any Date field in the event data as the timestamp of the event

  • Added View button to Input table which provides a readonly view of the input configuration

  • Added Mapping reset button which resets the mapping fields to the defaults

  • Added SSL support for Web UI

Changes

...