Skip to main content

Home

Tagging

Refer to What is tagging? to learn more about tagging. Run the following steps to configure Tagging:

  1. Stop Unravel

    <Unravel installation directory>/unravel/manager stop
    
  2. Set the following:

    1. Enable tagging.

      <Unravel installation directory>/unravel/manager config tagging enable
    2. Set the tagging method via the python script. Refer to Writing a Python scriptfor more details.

      manager config tagging set <tagging_method> </path/to/tagging/script>

      <tagging method> is the method to call in the tagging script.

  3. Apply the changes.

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

    <Unravel installation directory>/unravel/manager start