Squyre Documentation
GitHub Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Getting Started: Sumo Logic Setup

  1. In Sumo, create a new Webhook connection under Manage Data > Monitoring > Connections. See the official guide here.

  2. Use the following spec for the Payload. This matches the definition in Squyre, so that we can parse all the details correctly.

{
	"event_type": "trigger",
	"description": "{{Description}}",
	"client": "Sumo Logic",
	"client_url": "{{SearchQueryUrl}}",
	"name": "{{Name}}",
	"time_range": "{{TimeRange}}",
  	"time_trigger": "{{FireTime}}",
	"num_results": "{{NumQueryResults}}",
	"results": "{{ResultsJson}}",
  	"id": "{{Id}}"
}
  1. Create a new scheduled search, and configure it to send notifications to the webhook you configured above.