Skip to main content

Home

AutoAction

  1. Stop Unravel

    <Unravel installation directory>/unravel/manager stop
    
  2. Set the AutoAction properties using any of the following options:

    • Option 1: Set properties by importing the properties file

      1. Create a file containing the properties of AutoAction that you want to configure and their corresponding values. For example:

        com.unraveldata.auto.action.default.snooze.period.ms=14400000
        com.unraveldata.auto.action.metric.discard.ms=14400000
        com.unraveldata.auto.action.policy.enforce.period.ms=720000
        com.unraveldata.auto.action.enable.policy.enforce.in.jcs=true
        com.unraveldata.auto.action.max.buffered.group.count=2
        com.unraveldata.auto.action.max.lost.messages.count=1
        com.unraveldata.auto.action.metric.discard.ms=14400000
        com.unraveldata.auto.action.policy.db.update.skip.cycle=1
        com.unraveldata.auto.action.policy.enforce.period.ms=720000
        com.unraveldata.auto.action.transport.receiver.ttl.ms=720000
        
      2. From the installation directory, where Unravel binaries are installed, run the following command and provide the path to the properties file.

        <Unravel installation directory>/unravel/manager config properties import <path to the properties file>
        
        ##For example:
        /opt/unravel-install/unravel/manager config properties import /opt/properties.txt
    • Option 2: Set the properties with manager config properties set

      <Unravel installation directory>/unravel/manager config properties set <property> <value>
      
      ##For example:
      <Unravel installation directory>/unravel/manager config properties set com.unraveldata.auto.action.publish.internal.metrics.enabled false
      <Unravel installation directory>/unravel/manager config properties set com.unraveldata.auto.action.publish.finish.apps.metrics.enabled true
      

    Refer to AutoAction properties for the complete list of properties that you can set. AutoAction

  3. Apply the changes.

    <Unravel installation directory>/unravel/manager config apply
    
  4. Start Unravel

    <Unravel installation directory>/unravel/manager start