Versions Compared

Key

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

...

Your Vidispine API instance in Vidinet logs transactional events into four different log streams: Auditlog, Joblog, Transferlog, and Changelog. These log streams will be purged automatically in the Vidispine API instances created after 25 october October 2018, but not before this date. Because of this, a database can (if not) properly managed - grow to an unnecessary unnecessarily large size.

Summary

This how-to article will describe how to configure the number of log entries using time units not only in Vidispine API instances created before 25 oct Oct 2018 , but also how to customize the default values in Vidispine instances created after 25 oct Oct 2018.

The requirements for this how-to article is:

  • a verified installation of Vidispine API / Vidinet.

  • experience in managing and configure configuring the Vidispine API service in Vidinet using tools like for example POSTMAN and XML

...

Table of contents

Table of Contents

Log values in Vidispine API service in Vidinet

The following log purging values are used by default for Vidispine instances in Vidinet: 

Log Name

Description

Default purge time (minutes)

Audit Log

Logs all user interactions with Vidispine

43200

Job Log

Logs all Vidispine jobs 

43200

Transfer Log

Logs all file movements in and out of storages

1440

Change Log

Logs changes to items, collections et cetera, only used in multisite scenarios

1440 (age and forceage)

Configuring and updating the Vidispine API instance.

You can view the applied configuration for your Vidispine API instance on https://<yourAPIurl>/API/configuration/purging. By default, purged log entries will be sent to devnull (by setting directory to <value>empty:/</value>)

Vidispine API instances created before 25 October 2018.

Update your configuration accordingly. The Vidispine recommended default values above is a good start.

Vidispine API instances created after 25 October 2018.

Update your configuration accordingly. Adjust any Default purge time (minutes) in order to force an earlier or later purging of the Vidispine database.

...

Instead of deleting old log entries you can configure offloading logs to an S3 bucket, read more here:

Configuring Vidispine API DB logs prior to 25 oct Oct 2018