Skip to main content

Audit Trail and History Logs

Written by Giuseppe

Requirements before you begin

  • Access to the relevant Data Feed, Media asset, or user account you'd like to review

In this article, we will outline the various places you can review historical activity across your Network — Data Feed history, Media edit history, and user login history.


Understanding the Value field

Across every History log in this article, you'll see a Value column containing raw JSON data describing exactly what changed.

Please Note

Rather than a simplified summary (e.g. "Duration changed"), the Value field gives you the complete underlying data for every change — every field affected and its new value — making it possible to audit precisely what was modified, not just that something was.

Viewing a Data Feed's History

Server Feeds are a type of Data Feed that let you build your own self-contained repository, hosted directly on your Navori Server — a proprietary Navori feed type capable of storing both data and media. When a Server Feed updates, that update is published to your Players instantly.

Server Feeds are created in the Data Feed Manager, where you add your own rows and columns — renaming columns and choosing whether each stores text or an image. Players then pull this stored data to display within Templates and Tickers.

You can track historical data and edits on a Server Feed directly from its History tab.

  • Head into the Library panel where your Data Feed is located

  • Right-click your Server Feed and select Properties

  • Click the History tab

  • Choose Show data history to view changes made to the feed's actual row/column data, or Show feed history to view changes to the feed's configuration (edits like LastEditDate, DataPersistence, and ListFeedColumn changes)

    • You can also click Get full history to load further edit events (if returned data exceeds 4 rows)

At any time, you can click on the cell containing the raw JSON to get a full readout of the returned data.

Top Tip

On Server Feeds specifically (feeds that Qompose users create themselves) you can also click on the Show Data History tab to see an audit of all data changes on that specific feed.

Viewing a Media asset's edit history

  • Right-click your Media asset and select Properties

  • Click the History tab

You'll see a full history of edits made to this asset, including the date, the user who made the change, and the full JSON detailing exactly what was modified.

Viewing user login history

  • Head to Settings, then Domain and User Management

  • Select Domain and Users

  • Click on the user you'd like to review

You'll see a Login history table, showing the Date and IP address of every login for this user.

Please Note

For privacy purposes, we have obscured the data in the screenshot above, but at the top the name of your user will be displayed and in the IP address column the relevant IP address that corresponds with the login session date will be displayed.

Summary

With History tabs available on Data Feeds, Media assets, and user accounts, you're able to review exactly what changed, who changed it, and when — with full JSON detail on Data Feeds and Media for deeper, power-user auditing.

Did this answer your question?