Versions Compared

Key

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

When data is flushed and published from a History Store, the com.cirruslink.mqtt.edge.history.HistoryPublisher logger will generate messages to INFO level that report how many metrics have been published from the Edge device


Image RemovedImage Added

If MQTT Transmission is configured to Flush In-Order, then all the historic data will be flushed before the publishing of live data resumes otherwise the historic data messages will be intermingled with the live DDATA messages.

...

Another option is to use MQTT Engine as your MQTT client to subscribe to the Sparkplug Edge node publishing the data.

Set Navigate to the Ignition Diagnostic > Logs and set the com.cirruslink.mqtt.engine.gateway.sparkplug.SparkplugPayloadHandler logger to TRACE and the incoming .

Incoming Sparkplug messages will be logged showing the content of the payload


Using


There are a couple of ways to view these generated logs:

  • Export the logs using the Download Logs icon and use a database browser such as DB Browser (SQLite)

...

  • to easily examine the downloaded Ignition logs .idb file and query the message contents

...

  • Export the Ignition Wrapper Logs and use a file editor such as Notepad++ to easily examine the message text to query the data content.