Tutorial

Nuaudit can reduce the cost of building and maintaining an audit trail. Give your customers the power by embedding the Nuaudit directly within your application UIs.

Get started

Nuaudit is a managed audit trail designed to help organisations meet security and compliance requirements.



Step 1: Create a Trail

The first building block in Nuaudit is a Trail. A Trail is a list of Records, which track activity in your applications.

In a single-tenant environment there is typically one Trail per application. In a multi-tenant environment, such as a SaaS application, typically there is a Trail per customer.

Trails can be created via the Nuaudit console or via the Nuaudit API.

Creating a Trail via the console

  1. Navigate to Trails in the console.

  2. Select Create Trail.

  3. Enter a name for your trail and save.

nuaudit.TrailsActorsResourcesTrailsTrailsCreate TrailLast RecordNameDescriptionNo RecordsNuaudit IntroductionCreate a new trailSaveCancelPrevious Page1Next Page

Creating a Trail via the API

  1. Navigate to Create Trail in the API documentation.

  2. Enter the organization ID. This can be found from the List Organizations API or via Organizations in the console.

  3. Create the trail.

Collapse operationCollapse operationPOST​/{organization_id}​/trailsCreate TrailParametersCancelNameDescriptionorganization_id*requiredstring(path)744a37dsampleorganization01294b8Request bodyrequiredapplication/json{"name": "Nuaudit Introduction","description": "Create a new trail"}ExecuteCollapse operationCollapse operationCollapse operationCollapse operationCollapse operationCollapse operationCollapse operationCollapse operationCollapse operationCollapse operationCollapse operation



Step 2: Submit Records

Records hold information about who, what, when, where and how a change was made within your application.

Records can only be created via the API.

Submitting a Record via the API

  1. Navigate to Create Record in the API documentation.

  2. Enter the organization ID.

  3. Enter the trail ID. This can be found from the List Trails API or via Trails in the console.

  4. Submit a Record.

Collapse operationCollapse operationCollapse operationPOST​/{organization_id}​/trails​/{trail_id}​/recordsCreate RecordParametersCancelNameDescriptionorganization_id*requiredstring(path)744a37d0129ff920899a28a9389bf4b8trail_id*requiredstring(path)6a98547d91d309101dd741d2d1551916Request bodyrequiredapplication/json{"actor_record": {"data": {"type": "human","id": "fry","email": "fry@example.com","ip": "127.0.0.1"}},"resource_record": {"data": {"type": "artwork","id": "pricelessvase","year": 1750,"weight": "25kg"}},"description": "Fry added Vase to Collection"}ExecuteCollapse operationCollapse operationCollapse operationCollapse operationCollapse operationCollapse operationCollapse operationCollapse operationCollapse operationCollapse operation



Step 3: View Results

  1. Navigate to Trails in the console.

  2. View the record.

Nuaudit Introduction6a98547d91d309101dd741d2d1551916RecordsDateDescriptionResourceActor9:22:20 PM GMT+10:0022 minutes agoFry added Vase to CollectionpricelessvaseartworkfryhumanPrevious Page1Next Page
  1. Click on the actor to view actor details.

  2. Click on the resource to view resource details.