How to increase "Maximum number of preserved runs per workflow" and "Log events expiration days" in Aria automation Orchestrator
search cancel

How to increase "Maximum number of preserved runs per workflow" and "Log events expiration days" in Aria automation Orchestrator

book

Article ID: 433245

calendar_today

Updated On:

Products

VCF Automation

Issue/Introduction

By default, Maximum number of preserved runs per workflow is set to 200 and Log events expiration days is set to 30 days. Users may need to adjust the retention policy for workflow execution history and log events.This article provides the commands to increase the Maximum number of preserved runs per workflow and Log events expiration days.

Environment

VCF Operations/Automation (formerly VMware Aria Suite)

VMware Aria Automation Orchestrator 8.x

Resolution

To modify the default system properties, execute the following steps from the root console of any Aria Automation/Orchestrator appliance:

  1. Modify the Maximum number of preserved runs per workflow

    Run the following command to set the maximum workflow tokens (Target 200)

    vracli vro properties set --key ch.dunes.task.max-workflow-tokens --value 200
  2. Modify the Log events expiration days

    Run the following command to set the expiration (Target 30 days)

    vracli vro properties set --key com.vmware.o11n.log-events-expiration-days --value 30
  3. Validate the changes:

    Confirm the properties have been updated correctly by listing the current configuration:

     vracli vro properties

 

Additional Information