Get started with Opsgenie as an admin
Start building your teams, integrate your tools and create on-call schedules.
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.
When an alert is fired by Logentries, an alert is created in Opsgenie automatically through the integration.
Go to Opsgenie Logentries Integration page.
Under the Free and Essentials plans, the tabs under the Team dashboard are limited to Main, Integrations, Members, and Activity Stream.
2. Specify who is notified of Logentries alerts using the Teams field. Auto-complete suggestions are provided as you type.
An alternative for Step 1) and Step 2) is to add the integration from the Team Dashboard of the team which will own the integration. To add an integration directly to a team, navigate to the Team Dashboard and open Integrations tab. Click Add Integration and select the integration that you would like to add.
3. Copy the Webhook URL.
4. Click Save Integration.
In Logentries, click on the Tags & Alerts item from the left menu.
Click Create Tag/Alert on the top right.
Configure the alert and click Other Options in the "Add An Alert" section.
Select Webhook.
Paste the Wehbook URL into the field.
Click Save Changes.
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"
}
}
Was this helpful?