Versions Compared

Key

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

...

  • Enabled
    • This denotes whether or not to enable or disable the MQTT Recorder module.
  • Datasource
    • A dropdown list to select the database connection to use for record storage.  This list is populated with the database connections set up within the Ignition Gateway.
  • Partition Period
    • The partitioning scheme to use for record tables within database.  Each table name will be appended with a date indicating the partition time period.  For example, if table were created for "alarm" records on September 25, 2018 at 2:00 AM, they table name for each partition type would be:
      • None: rs_alarm
      • Hourly: rs_alarm_2018_09_25_02
      • Daily: rs_alarm_2018_09_25
      • Weekly: rs_alarm_2018_39
      • Monthly: rs_alarm_2018_09
      • Yearly: rs_alarm_2018

...