• Products
  • Get started
  • Documentation
  • Resources

Integrate Opsgenie with Logentries

Logentries logo

What does Opsgenie offer for Logentries users?

Use Opsgenie Logentries Integration to forward Logentries alerts to Opsgenie. Opsgenie determines the right people to notify based on on-call schedules– notifies via email, text messages (SMS), phone calls and iOS & Android push notifications, and escalates alerts until the alert is acknowledged or closed.

Functionality of the integration

  • When an alert is fired by Logentries, an alert is created in Opsgenie automatically through the integration.

Add Logentries Integration in Opsgenie

If you're using Opsgenie's Free or Essentials plan or if you’re using Opsgenie with Jira Service Management's Standard plan, you can add this integration from your team dashboard only. The Integrations page under Settings is not available in your plan.

  1. Go to Teams and select your team.

  2. Select Integrations on the left navigation and then select Add integration.

Adding the integration from your team dashboard will make your team the owner of the integration. This means Opsgenie will assign the alerts received through this integration to your team only. Follow the rest of the steps in this section to set up the integration.

  1. Go to Settings > Integrations. Search for Logentries and select Add

  2. Specify who is notified of Logentries alerts using the Responders field. Auto-complete suggestions are provided as you type.

  3. Copy the Webhook URL.

  4. Select Save Integration.

Configuration in Logentries

  1. In Logentries, click on the Tags & Alerts item from the left menu.

  2. Click Create Tag/Alert on the top right.

  3. Configure the alert and click Other Options in the "Add An Alert" section.

  4. Select Webhook.

  5. Paste the Wehbook URL into the field.

  6. Click Save Changes.

Logentries add alert

Sample Payload

JSON

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 { "log": { "name": "1474957657996", "key": "bace3265-a66b-48a9-9c2a-c08f384c67ea" }, "host": { "hostname": "example.com", "name": "Inactivity Alerts" }, "event": { "s": 3806963027762, "m": "No log events coming through to set1/log1 that match \"Log message.\" since 27 Sep 2016 06:28:11.010", "t": 1474958111015 }, "context": [ ], "alert": { "name": "Sample Alert" } }

Additional Help