Versions Compared

Key

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

...

  • Enabled
    • Checkbox to enable/disable the MQTT Recorder module. Selected by default.
  • 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 period 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 December 10, 2022 at 2:00 AM, the table name for each partition type would be:
      • None: tablename
      • Hourly: tablename_2022_12_10_02
      • Daily: tablename_2022_12_10
      • Weekly: tablename_2022_49
      • Monthly: tablename_2022_12
      • Yearly: tablename_2022

...