Skip to main content

About the Automation Service

The Automation Service allows you to set up actions that run automatically when certain conditions are met in Sumo Logic. These automated actions help you to respond quickly to a wide arrange of events.

To use the Automation Service, execute playbooks to run actions in a workflow. Actions are provided by integrations with Sumo Logic and third-party vendors. The Automation Service has number of integrations, actions, and playbooks that you can customize. You can also create your own.

Where you can run automations​

You can use the Automation Service to run automations for the following:

Differences compared to Cloud SOAR​

The Automation Service is a subset of automation capabilities adapted from Cloud SOAR Automation that is available to the entire Sumo Logic log analytics platform. The Automation Service only has Cloud SOAR’s playbook-related features, including App Central and the Automation Bridge. Like the Cloud SOAR action types, the Automation Service action types can perform automated responses to events, including run containment actions and manual user interaction steps.

The Automation Service differs from Cloud SOAR in the following ways:

  • The Automation Service does not include the incident and case management features from Cloud SOAR.
  • The Automation Service does not support daemon and trigger action types. The Automation Service can only use triggers built into Cloud SIEM and the Log Analytics platform.
  • Playbooks, integrations, and actions in the Automation Service may differ from those in Cloud SOAR automation.

For more information, see Cloud SOAR Compared to the Automation Service.

Automation Service UI​

The Automation Service UI is composed of the following tabs:

  • App Central. Displays a central repository of integrations and playbooks you can install to your environment.
    App Central screen
  • Playbook. Shows playbooks, which are workflows you can run to perform automations.
    Playbook screen
  • Integration. Lists integrations with Sumo Logic and third-party vendors that provide actions used in playbooks.
    Integrations screen
  • Bridge. Shows connections between on-premises servers and the Sumo Logic cloud. A bridge allows you to create a custom integration in your own system and use it to for automation.
    Bridge screen

Theme​

You can view the user interface in a dark theme or a light theme:

  1. Click your user name in the main Sumo Logic navigation menu.
  2. Select Preferences.
  3. Scroll down to Theme and select Dark theme or Light theme.

For more information, see Setting Account Preferences and Credentials.

Access the Automation Service​

info

Before you can access the Automation Service, you must first configure role capabilities.

From the Sumo Logic screen​

  1. Go to the main menu.
  2. Click Automation.
    Automation menu option in the nav bar
  3. The Automation Service screen opens on the Playbook tab.
    Playbook screen

From Cloud SIEM​

  1. In the top menu click Configuration, and then under Integrations select Automation.
    The list of available automations appears. Each automation runs a playbook.
    Automations list
  2. At the top of the screen, click Manage Playbooks.
    Manage Playbooks menu option
  3. The Automation Service screen opens on the Playbook tab.
    Automation Playbook list

Prerequisites​

Configure role capabilities​

Access to the Automation Service is controlled by role capabilities in the Sumo Logic platform. To get access to the Automation Service:

  1. In the left navigation bar of Sumo Logic, select Administration > Users and Roles.
  2. Click the Roles tab.
  3. Click Add Role to create a new role for users of the Automation Service. Alternatively, you can select an existing role in the Roles tab and click Edit.
  4. Add the following capabilities:
    • Automation Service
      • Task View
      • Task Access
      • Task Access all
      • Task Edit
      • Task Reassign
      • App Central Access
      • App Central Export
      • Integrations Access
      • Integrations Configure
      • Playbooks Access
      • Playbooks Configure
      • Bridge Monitoring Access
      • Observability Access
      • Observability Configure

Configure the connection for an integration resource​

To use integrations, you must configure the connection for their resources.

  1. Click Integrations in the left navigation bar.
  2. Select the integration whose resource you want to configure the connection for.
  3. Hover over the resource name and click the Edit button that appears.
    Edit a resource
  4. Enter the connection configuration needed by the resource. (Find the integration in Integrations in App Central for configuration instructions.)
    What you enter is specific to the resource you're using. Each resource's configuration screen may be different, but in most cases, you will need information such as IP addresses, API tokens, usernames, and passwords for the application you're integrating with. For example, in the following screen enter the API URL and API Key.
    Edit a resource
  5. Click Save to save the configuration.

Actions limit​

To prevent abuse of system resources or runaway processes, the Automation Service limits the number of playbook actions your organization can execute to 200 per hour by default. To see how many actions your organization has used in the current hour, see the Current hour actions count in the App Central UI. All actions running in the cloud or via the bridge are included in this limit.

Action events are provided to the audit index (_index=sumologic_audit) or the system index (_index=sumologic_system_events) in the OAR source category (_sourceCategory=oar*). Run the following query to find the actions count per hour:

(_index=sumologic_audit_events OR _index=sumologic_system_events) _sourceCategory=oar*
| json field=_raw "AutomationAction.name" as actionName nodrop
| json field=_raw "AutomationAction.playbook" as playbook nodrop
| where eventName = "AutomationActionStarted"
| timeslice 60m
| count by _timeslice | fillmissing timeslice

You can use a query like this to set up a scheduled search or a create a monitor to send an alert when the actions count exceeds the limit of 200 per hour, or when node failure occurs.

Status
Legal
Privacy Statement
Terms of Use

Copyright Β© 2024 by Sumo Logic, Inc.