Skip to main content

Sumo Logic

Sumo Logic is a cloud data analytics platform focused on security, operations, and business intelligence use cases.

Sumo Logic in a Spot Connect workflow enables you to search log data based on query described in Sumo Logic query syntax.

Configure Sumo Logic in Spot Connect

  1. In the left main menu, click Connect and click Settings.
  2. Under the Integrations tab, select Sumo Logic.
  3. Configure a new integration instance with the information below.

Details needed to set up a Sumo Logic instance in Spot Connect:

Follow the steps below in your Sumo Logic Account and get the desired parameters to enter in the Spot Connect console.

  1. Sign in to your Sumo Logic Account and click your name (bottom left side).

  2. Click Administration and then Security.

    sumo-logic-1

  3. Click Add Access Key and enter the Access Key name.

    sumo-logic-2

  4. Click Save.

    sumo-logic-3

In Spot Connect

  1. Copy the Sumo Logic Access ID and paste it into the Sumo Logic Access ID field.
  2. Copy the Sumo Logic Access Key and paste it into the Sumo Logic Access Key field.
ParameterDescriptionRequired
Integration AliasA name for the integration instanceTrue
Sumo Logic Access IdUnique access_id to access your Sumo Logic accountTrue
Sumo Logic Access KeyAPI key for authorizationTrue

Integration Actions

You can add these actions in the Spot Connect workflow builder as part of your workflow.

This action performs a search query on Sumo Logic.

Input

ParameterDescriptionRequired
Sumo Logic InstanceSelect a Sumo Logic integration instance configured in Spot ConnectTrue
QuerySearch query to perform in Sumo Logic serviceTrue
From TimeTime from where search should startTrue
To TimeTime till where search should be performedTrue
S3 BucketAn S3 bucket to store the query and result.False

Output

ParameterTypeDescription
resultObjectResult of search run
is_result_truncatedBooleanIs the result truncated
result_bucket_keyStringObject path in the bucket
s3_bucketStringIt shows the bucket name where the output is stored
execution_statusStringThe current status of the incident

Action Example

From the left panel, drag and drop the Sumo Logic Search action node in the workflow builder. Configure the necessary parameters and save your workflow. During the workflow execution, downstream action nodes in the workflow can be designed to take action on data returned from the Sumo Logic Search action node.

sumo-logic-4