flashduty-knowledge-base 1.2.5-beta.2 → 1.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/en.d.ts +3 -0
- package/dist/esm/en.js +537 -162
- package/dist/esm/zh.js +512 -138
- package/dist/iife/en.js +517 -142
- package/dist/iife/zh.js +496 -122
- package/dist/zh.d.ts +3 -0
- package/package.json +10 -3
package/dist/esm/en.js
CHANGED
|
@@ -8,7 +8,7 @@ url: "https://docs.flashcat.cloud/en/flashduty/custom-alert-integration-guide"
|
|
|
8
8
|
Push alert events from your own system to Flashduty through standard protocols to achieve automated alert noise reduction.
|
|
9
9
|
|
|
10
10
|
:::tips
|
|
11
|
-
Flashduty has already adapted webhook protocols for most common alert systems. For these systems, you should first use the corresponding integration for simplicity. This integration provides a standard HTTP interface that requires your development for adaptation. The advantage is that you can push any alert events you want to handle through
|
|
11
|
+
Flashduty has already adapted webhook protocols for most common alert systems. For these systems, you should first use the corresponding integration for simplicity. This integration provides a standard HTTP interface that requires your development for adaptation. The advantage is that you can push any alert events you want to handle through On-call.
|
|
12
12
|
:::
|
|
13
13
|
|
|
14
14
|
## Steps
|
|
@@ -42,9 +42,9 @@ When you need to route alert events to different collaboration spaces based on t
|
|
|
42
42
|
1. Enter the Flashduty console, select **Integration Center => Alert Events** to enter the integration selection page
|
|
43
43
|
2. Select **Standard Alert Event** integration:
|
|
44
44
|
- **Integration Name**: Define a name for the current integration
|
|
45
|
-
3.
|
|
46
|
-
4. Click **
|
|
47
|
-
5.
|
|
45
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
46
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
47
|
+
5. Done
|
|
48
48
|
|
|
49
49
|
</details>
|
|
50
50
|
|
|
@@ -213,7 +213,7 @@ Failed Response:
|
|
|
213
213
|
</details> `,t=`---
|
|
214
214
|
title: "Email Integration"
|
|
215
215
|
description: "Generate a unique email address in Flashduty to synchronize alert triggers and recoveries through email"
|
|
216
|
-
date: "
|
|
216
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
217
217
|
url: "https://docs.flashcat.cloud/en/flashduty/email-integration-guide"
|
|
218
218
|
---
|
|
219
219
|
|
|
@@ -255,8 +255,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
255
255
|
- **Email Address**: Set an easy-to-remember prefix for the email, which must be unique within your account
|
|
256
256
|
- **Push Mode**: Choose when the email should trigger or recover alerts
|
|
257
257
|
3. Copy the **Email Address** from the current page for later use
|
|
258
|
-
4.
|
|
259
|
-
5.
|
|
258
|
+
4. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
259
|
+
5. Done
|
|
260
260
|
|
|
261
261
|
</details>
|
|
262
262
|
</div>
|
|
@@ -312,14 +312,18 @@ attachment_stripped = true
|
|
|
312
312
|
Currently, all alerts pushed to Flashduty through email integration are set to Warning severity.
|
|
313
313
|
|
|
314
314
|
`,a=`---
|
|
315
|
-
title: "Nightingale/
|
|
315
|
+
title: "Nightingale/Flashcat Integration"
|
|
316
316
|
description: "Push alert events from Nightingale (n9e) or Flashcat to Flashduty via webhook. When an alert is triggered, send a trigger event to Flashduty; when an alert recovers, send a recovery event to Flashduty"
|
|
317
|
-
date: "
|
|
317
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
318
318
|
url: "https://docs.flashcat.cloud/en/flashduty/nightingale-integration-guide"
|
|
319
319
|
---
|
|
320
320
|
|
|
321
321
|
Push alert events from Nightingale (n9e) or Flashcat to Flashduty via webhook. When an alert is triggered, send a trigger event to Flashduty; when an alert recovers, send a recovery event to Flashduty.
|
|
322
322
|
|
|
323
|
+
In the Nightingale/Flashcat v8.0.0-beta.7+ version, you can configure the collaboration space in the alert notification rules, no longer need to use routing rules.
|
|
324
|
+
|
|
325
|
+
- [v8.0.0-beta.7 +](#v8)
|
|
326
|
+
- [v5~v8.0.0-beta.6](#v7)
|
|
323
327
|
<div class="hide">
|
|
324
328
|
|
|
325
329
|
## Prerequisites
|
|
@@ -368,16 +372,50 @@ Choose this method when you need to route alert events to different channels bas
|
|
|
368
372
|
2. Select **Nightingale/Flashcat** integration:
|
|
369
373
|
- **Integration Name**: Define a name for the current integration
|
|
370
374
|
- **Console URL**: (Optional) Enter the Nightingale console URL (domain part only), and Flashduty will generate a Nightingale details link for new alerts
|
|
371
|
-
3.
|
|
372
|
-
4. Click **
|
|
375
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
376
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
373
377
|
5. Complete
|
|
374
378
|
|
|
375
379
|
</details>
|
|
376
380
|
</div>
|
|
377
381
|
|
|
378
|
-
|
|
382
|
+
## In Nightingale/Flashcat
|
|
383
|
+
|
|
384
|
+
### Configure in Nightingale/Flashcat v8.0.0-beta.7 + <span id="v8"></span>
|
|
385
|
+
|
|
386
|
+
In the new version, although you can configure the collaboration space directly in the alert notification rules, you still need to create a collaboration space in Flashduty and configure the dispatch strategy.
|
|
387
|
+
|
|
388
|
+
#### Step 1: Add Notification Media
|
|
389
|
+
|
|
390
|
+
1. Log in to your n9e console, select Alerting > Media types and click **Add**
|
|
391
|
+
2. Fill in the media name and identifier, select **FlashDuty** type, and enter the integration push URL in the \`URL\` section
|
|
392
|
+
3. Click **Save** and complete
|
|
393
|
+
|
|
394
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/en/fd/n9e-1.png" />
|
|
395
|
+
|
|
396
|
+
#### Step 2: Configure Notification Rules
|
|
397
|
+
|
|
398
|
+
1. Log in to your n9e console, select Alerting > Rules and click **Add** or edit the existing alert rules
|
|
399
|
+
2. Configure the basic information as needed
|
|
400
|
+
3. Select the \`FlashDuty\` notification media added in the previous step
|
|
401
|
+
4. Select the collaboration space (the collaboration space must be created in [Flashduty](https://console.flashcat.cloud/channel) in advance), and select other options as needed
|
|
402
|
+
5. Click **Save** and complete
|
|
403
|
+
|
|
404
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/en/fd/n9e-2.png" />
|
|
405
|
+
|
|
406
|
+
#### Step 3: Select Notification Rules in Alert Rules
|
|
407
|
+
|
|
408
|
+
1. Log in to your n9e console, select Alerting > Alert Rules and click **Add** or edit the existing alert rules
|
|
409
|
+
2. Select the \`FlashDuty\` notification rule added in the previous step, and select other options as needed
|
|
410
|
+
3. Click **Save** and complete
|
|
411
|
+
|
|
412
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/en/fd/n9e-3.png" />
|
|
379
413
|
|
|
380
|
-
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
### Configure in Nightingale/Flashcat v5~v8.0.0-beta.6 <span id="v7"></span>
|
|
417
|
+
|
|
418
|
+
Choose one of the following two methods:
|
|
381
419
|
|
|
382
420
|
#### Method 1: Configure by Strategy
|
|
383
421
|
|
|
@@ -472,7 +510,7 @@ Nightingale/Flashcat to Flashduty alert severity mapping:
|
|
|
472
510
|
`,i=`---
|
|
473
511
|
title: "Prometheus Integration Guide"
|
|
474
512
|
description: "Push Prometheus alert events to Flashduty through AlertManager using webhooks. When an alert is triggered, it sends a trigger event to Flashduty, and when the alert recovers, it sends a recovery event."
|
|
475
|
-
date: "
|
|
513
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
476
514
|
url: "https://docs.flashcat.cloud/en/flashduty/prometheus-integration-guide"
|
|
477
515
|
---
|
|
478
516
|
|
|
@@ -524,8 +562,8 @@ Choose this method when you need to route alert events to different channels bas
|
|
|
524
562
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
525
563
|
2. Select **Prometheus** integration:
|
|
526
564
|
- **Integration Name**: Define a name for this integration
|
|
527
|
-
3.
|
|
528
|
-
4. Click **
|
|
565
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
566
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
529
567
|
5. Done
|
|
530
568
|
|
|
531
569
|
</details>
|
|
@@ -654,7 +692,7 @@ Prometheus to Flashduty severity mapping:
|
|
|
654
692
|
`,o=`---
|
|
655
693
|
title: "Grafana Integration"
|
|
656
694
|
description: "Sync Grafana alert events to Flashduty via webhook to achieve automated alert noise reduction."
|
|
657
|
-
date: "
|
|
695
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
658
696
|
url: "https://docs.flashcat.cloud/en/flashduty/grafana-integration-guide"
|
|
659
697
|
---
|
|
660
698
|
|
|
@@ -690,9 +728,9 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
690
728
|
1. Go to Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
691
729
|
2. Select **Grafana** integration:
|
|
692
730
|
- **Integration Name**: Define a name for this integration
|
|
693
|
-
3.
|
|
694
|
-
4. Click **
|
|
695
|
-
5.
|
|
731
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
732
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
733
|
+
5. Done
|
|
696
734
|
|
|
697
735
|
</details>
|
|
698
736
|
</div>
|
|
@@ -767,7 +805,7 @@ The system extracts the \`severity\`, \`priority\`, and \`level\` labels from al
|
|
|
767
805
|
`,s=`---
|
|
768
806
|
title: "Zabbix Integration"
|
|
769
807
|
description: "Synchronize Zabbix alert events to Flashduty via webhook (supports Zabbix 3.x ~ 6.x versions, with different configuration requirements) to achieve automated alert noise reduction"
|
|
770
|
-
date: "
|
|
808
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
771
809
|
url: "https://docs.flashcat.cloud/en/flashduty/zabbix-integration-guide"
|
|
772
810
|
---
|
|
773
811
|
|
|
@@ -776,7 +814,9 @@ Synchronize Zabbix alert events to Flashduty via webhook (supports Zabbix 3.x ~
|
|
|
776
814
|
<div class="hide">
|
|
777
815
|
|
|
778
816
|
## In Flashduty
|
|
817
|
+
|
|
779
818
|
---
|
|
819
|
+
|
|
780
820
|
You can obtain an integration push URL through either of these two methods:
|
|
781
821
|
|
|
782
822
|
### Using Private Integration
|
|
@@ -803,14 +843,15 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
803
843
|
1. Go to the Flashduty console, select **Integration Center => Alert Events** to enter the integration selection page
|
|
804
844
|
2. Select **Zabbix** integration:
|
|
805
845
|
- **Integration Name**: Define a name for this integration
|
|
806
|
-
3.
|
|
807
|
-
4. Click **
|
|
808
|
-
5.
|
|
846
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
847
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
848
|
+
5. Done
|
|
809
849
|
|
|
810
850
|
</details>
|
|
811
851
|
</div>
|
|
812
852
|
|
|
813
|
-
## In Zabbix
|
|
853
|
+
## In Zabbix
|
|
854
|
+
|
|
814
855
|
---
|
|
815
856
|
|
|
816
857
|
- [7.x version](#v7)
|
|
@@ -822,6 +863,7 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
822
863
|
### Version 7.x
|
|
823
864
|
|
|
824
865
|
#### Step 1: Define Flashduty Media Type
|
|
866
|
+
|
|
825
867
|
<div class="md-block">
|
|
826
868
|
|
|
827
869
|
1. Media type is a transport channel used for sending notifications and alerts in Zabbix. Enter the terminal and download the complete configuration using the following command:
|
|
@@ -830,6 +872,7 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
830
872
|
wget --header="Referer: https://console.flashcat.cloud" https://download.flashcat.cloud/flashduty/integration/zabbix/zbx_mediatype_flashcat_v7.yml
|
|
831
873
|
|
|
832
874
|
\`\`\`
|
|
875
|
+
|
|
833
876
|
2. Log in to the Zabbix console, select \`Alert > Media Types\`, click the Import button in the top right corner, enter the editing page, select the configuration file downloaded above, and click Import to complete the import
|
|
834
877
|
3. Return to the Media Types page to see the imported media type. Click the name to enter the editing page, complete the URL, zabbix_url, and HTTPProxy content:
|
|
835
878
|
|
|
@@ -841,7 +884,6 @@ wget --header="Referer: https://console.flashcat.cloud" https://download.flashca
|
|
|
841
884
|
|
|
842
885
|
4. Click Update to save the configuration
|
|
843
886
|
|
|
844
|
-
|
|
845
887
|
#### Step 2: Associate Media Type with User
|
|
846
888
|
|
|
847
889
|
The media type must be associated with a user to send events. The user must have at least read permission for hosts. It is recommended to associate directly with the Admin user. Taking the Admin user as an example:
|
|
@@ -857,7 +899,6 @@ The media type must be associated with a user to send events. The user must have
|
|
|
857
899
|
2. Click Add button to exit the add media window
|
|
858
900
|
3. Click Update button to exit the edit user page
|
|
859
901
|
|
|
860
|
-
|
|
861
902
|
#### Step 3: Create Action
|
|
862
903
|
|
|
863
904
|
Sending notifications is one of the operations executed by actions in Zabbix. Therefore, to establish a notification, log in to the Zabbix console, select \`Alerts > Actions > Trigger actions\`, then:
|
|
@@ -878,7 +919,6 @@ Sending notifications is one of the operations executed by actions in Zabbix. Th
|
|
|
878
919
|
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/zabbix-5.png" />
|
|
879
920
|
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/zabbix-4.png" />
|
|
880
921
|
|
|
881
|
-
|
|
882
922
|
#### Step 4: Send Events to Flashduty
|
|
883
923
|
|
|
884
924
|
Log in to the Zabbix console, select \`Monitoring > Problems\` to view the latest alert list.
|
|
@@ -1062,18 +1102,19 @@ Log in to the Zabbix console, select Monitoring > Problems to view the latest al
|
|
|
1062
1102
|
Zabbix to Flashduty alert severity mapping:
|
|
1063
1103
|
|
|
1064
1104
|
| Zabbix | Flashduty | Status |
|
|
1065
|
-
| -------------- |
|
|
1066
|
-
| Disaster | Critical
|
|
1067
|
-
| High | Critical
|
|
1068
|
-
| Average | Warning
|
|
1069
|
-
| Warning | Warning
|
|
1070
|
-
| Information | Info
|
|
1071
|
-
| Not classified | Info
|
|
1072
|
-
|
|
1073
|
-
</dv
|
|
1105
|
+
| -------------- | --------- | -------- |
|
|
1106
|
+
| Disaster | Critical | Critical |
|
|
1107
|
+
| High | Critical | Critical |
|
|
1108
|
+
| Average | Warning | Warning |
|
|
1109
|
+
| Warning | Warning | Warning |
|
|
1110
|
+
| Information | Info | Info |
|
|
1111
|
+
| Not classified | Info | Info |
|
|
1112
|
+
|
|
1113
|
+
</dv>
|
|
1114
|
+
`,r=`---
|
|
1074
1115
|
title: "Uptime Kuma Integration"
|
|
1075
1116
|
description: "Sync Uptime Kuma alert events to Flashduty via webhook for automated alert noise reduction"
|
|
1076
|
-
date: "
|
|
1117
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
1077
1118
|
url: "https://docs.flashcat.cloud/en/flashduty/uptime-kuma-integration-guide"
|
|
1078
1119
|
---
|
|
1079
1120
|
|
|
@@ -1109,9 +1150,9 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
1109
1150
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
1110
1151
|
2. Select **Uptime Kuma** integration:
|
|
1111
1152
|
- **Integration Name**: Define a name for this integration
|
|
1112
|
-
3.
|
|
1113
|
-
4. Click **
|
|
1114
|
-
5.
|
|
1153
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
1154
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
1155
|
+
5. Done
|
|
1115
1156
|
|
|
1116
1157
|
</details>
|
|
1117
1158
|
|
|
@@ -1159,7 +1200,7 @@ Uptime Kuma to Flashduty alert severity mapping:
|
|
|
1159
1200
|
</div>`,l=`---
|
|
1160
1201
|
title: "Alibaba Cloud ARMS Integration"
|
|
1161
1202
|
description: "Sync Alibaba Cloud ARMS monitoring alerts to Flashduty via webhook for automated alert noise reduction"
|
|
1162
|
-
date: "
|
|
1203
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
1163
1204
|
url: "https://docs.flashcat.cloud/en/flashduty/aliyun-arms-integration-guide"
|
|
1164
1205
|
---
|
|
1165
1206
|
|
|
@@ -1195,9 +1236,9 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
1195
1236
|
1. Go to the Flashduty console, select **Integration Center=>Alerts** to enter the integration selection page
|
|
1196
1237
|
2. Select **Alibaba Cloud ARMS** integration:
|
|
1197
1238
|
- **Integration Name**: Define a name for this integration
|
|
1198
|
-
3.
|
|
1199
|
-
4. Click **
|
|
1200
|
-
5.
|
|
1239
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
1240
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
1241
|
+
5. Done
|
|
1201
1242
|
|
|
1202
1243
|
</details>
|
|
1203
1244
|
</div>
|
|
@@ -1245,7 +1286,7 @@ Alibaba Cloud ARMS monitoring to Flashduty alert severity mapping:
|
|
|
1245
1286
|
`,d=`---
|
|
1246
1287
|
title: "Alibaba Cloud Monitor CM Event Integration"
|
|
1247
1288
|
description: "Sync Alibaba Cloud Monitor event center alerts to Flashduty via webhook for automated alert noise reduction"
|
|
1248
|
-
date: "
|
|
1289
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
1249
1290
|
url: "https://docs.flashcat.cloud/en/flashduty/aliyun-cm-event-integration-guide"
|
|
1250
1291
|
---
|
|
1251
1292
|
|
|
@@ -1281,9 +1322,9 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
1281
1322
|
1. Go to the Flashduty console, select **Integration Center=>Alerts** to enter the integration selection page
|
|
1282
1323
|
2. Select **Alibaba Cloud CM Event** integration:
|
|
1283
1324
|
- **Integration Name**: Define a name for this integration
|
|
1284
|
-
3.
|
|
1285
|
-
4. Click **
|
|
1286
|
-
5.
|
|
1325
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
1326
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
1327
|
+
5. Done
|
|
1287
1328
|
|
|
1288
1329
|
</details>
|
|
1289
1330
|
</div>
|
|
@@ -1332,7 +1373,7 @@ Alibaba Cloud Monitor event alert to Flashduty severity level mapping:
|
|
|
1332
1373
|
</div>`,c=`---
|
|
1333
1374
|
title: "Alibaba Cloud Monitor CM Metrics Integration"
|
|
1334
1375
|
description: "Sync Alibaba Cloud Monitor alert events to Flashduty via webhook for automated alert noise reduction"
|
|
1335
|
-
date: "
|
|
1376
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
1336
1377
|
url: "https://docs.flashcat.cloud/en/flashduty/aliyun-cm-metric-integration-guide"
|
|
1337
1378
|
---
|
|
1338
1379
|
|
|
@@ -1368,9 +1409,9 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
1368
1409
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
1369
1410
|
2. Select **Alibaba Cloud CM Metrics** integration:
|
|
1370
1411
|
- **Integration Name**: Define a name for this integration
|
|
1371
|
-
3.
|
|
1372
|
-
4. Click **
|
|
1373
|
-
5.
|
|
1412
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
1413
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
1414
|
+
5. Done
|
|
1374
1415
|
|
|
1375
1416
|
</details>
|
|
1376
1417
|
</div>
|
|
@@ -1430,7 +1471,7 @@ Severity level mapping from Alibaba Cloud Monitor to Flashduty:
|
|
|
1430
1471
|
`,e=`---
|
|
1431
1472
|
title: "Alibaba Cloud SLS Integration"
|
|
1432
1473
|
description: "Sync Alibaba Cloud Log Service (SLS) monitoring alert events to Flashduty via webhook for automated alert noise reduction"
|
|
1433
|
-
date: "
|
|
1474
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
1434
1475
|
url: "https://docs.flashcat.cloud/en/flashduty/aliyun-sls-integration-guide"
|
|
1435
1476
|
---
|
|
1436
1477
|
|
|
@@ -1466,9 +1507,9 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
1466
1507
|
1. Go to the Flashduty console, select **Integration Center=>Alerts** to enter the integration selection page
|
|
1467
1508
|
2. Select **Alibaba Cloud SLS** integration:
|
|
1468
1509
|
- **Integration Name**: Define a name for this integration
|
|
1469
|
-
3.
|
|
1470
|
-
4. Click **
|
|
1471
|
-
5.
|
|
1510
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
1511
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
1512
|
+
5. Done
|
|
1472
1513
|
|
|
1473
1514
|
</details>
|
|
1474
1515
|
</div>
|
|
@@ -1557,7 +1598,7 @@ Alibaba Cloud SLS monitoring to Flashduty alert severity mapping:
|
|
|
1557
1598
|
`,h=`---
|
|
1558
1599
|
title: "AWS CloudWatch Integration"
|
|
1559
1600
|
description: "Sync AWS CloudWatch alert events to Flashduty via webhook to achieve automated alert noise reduction"
|
|
1560
|
-
date: "
|
|
1601
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
1561
1602
|
url: "https://docs.flashcat.cloud/en/flashduty/aws-cloudwatch-integration-guide"
|
|
1562
1603
|
---
|
|
1563
1604
|
|
|
@@ -1593,9 +1634,9 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
1593
1634
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
1594
1635
|
2. Select **AWS CloudWatch** integration:
|
|
1595
1636
|
- **Integration Name**: Define a name for this integration
|
|
1596
|
-
3.
|
|
1597
|
-
4. Click **
|
|
1598
|
-
5.
|
|
1637
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
1638
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
1639
|
+
5. Done
|
|
1599
1640
|
|
|
1600
1641
|
</details>
|
|
1601
1642
|
</div>
|
|
@@ -1636,7 +1677,7 @@ All CloudWatch metric alarms correspond to Flashduty "warning" severity level al
|
|
|
1636
1677
|
`,u=`---
|
|
1637
1678
|
title: "Baidu Cloud BCM Integration"
|
|
1638
1679
|
description: "Sync Baidu Cloud BCM alerts to Flashduty via webhook for automated alert noise reduction"
|
|
1639
|
-
date: "
|
|
1680
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
1640
1681
|
url: "https://docs.flashcat.cloud/en/flashduty/baidu-bcm-integration-guide"
|
|
1641
1682
|
---
|
|
1642
1683
|
|
|
@@ -1672,8 +1713,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
1672
1713
|
1. Go to the Flashduty console, select **Integration Center=>Alerts** to enter the integration selection page
|
|
1673
1714
|
2. Select **Baidu Cloud BCM** integration:
|
|
1674
1715
|
- **Integration Name**: Define a name for this integration
|
|
1675
|
-
3.
|
|
1676
|
-
4. Click **
|
|
1716
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
1717
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
1677
1718
|
5. Done
|
|
1678
1719
|
|
|
1679
1720
|
</details>
|
|
@@ -1711,7 +1752,7 @@ Severity level mapping from Baidu Cloud Monitor to Flashduty:
|
|
|
1711
1752
|
`,g=`---
|
|
1712
1753
|
title: "Huawei Cloud CES Integration"
|
|
1713
1754
|
description: "Sync Huawei Cloud CES alerts to Flashduty via webhook to achieve automated alert noise reduction"
|
|
1714
|
-
date: "
|
|
1755
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
1715
1756
|
url: "https://docs.flashcat.cloud/en/flashduty/huawei-ces-integration-guide"
|
|
1716
1757
|
---
|
|
1717
1758
|
|
|
@@ -1747,8 +1788,8 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
1747
1788
|
1. Go to the Flashduty console, select **Integration Center=>Alerts** to enter the integration selection page
|
|
1748
1789
|
2. Select **Huawei Cloud CES** integration:
|
|
1749
1790
|
- **Integration Name**: Define a name for this integration
|
|
1750
|
-
3.
|
|
1751
|
-
4. Click **
|
|
1791
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
1792
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
1752
1793
|
5. Done
|
|
1753
1794
|
|
|
1754
1795
|
</details>
|
|
@@ -1829,8 +1870,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
1829
1870
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
1830
1871
|
2. Select **Influxdata** integration:
|
|
1831
1872
|
- **Integration Name**: Define a name for this integration
|
|
1832
|
-
3.
|
|
1833
|
-
4. Click **
|
|
1873
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
1874
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
1834
1875
|
5. Done
|
|
1835
1876
|
|
|
1836
1877
|
</details>
|
|
@@ -1897,7 +1938,7 @@ Mapping relationship between Influxdata alert events and Flashduty alert severit
|
|
|
1897
1938
|
`,m=`---
|
|
1898
1939
|
title: "Open Falcon Integration"
|
|
1899
1940
|
description: "Sync Open-Falcon alert events to Flashduty via webhook to achieve automated alert noise reduction"
|
|
1900
|
-
date: "
|
|
1941
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
1901
1942
|
url: "https://docs.flashcat.cloud/en/flashduty/open-falcon-integration-guide"
|
|
1902
1943
|
---
|
|
1903
1944
|
|
|
@@ -1933,8 +1974,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
1933
1974
|
1. Go to Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
1934
1975
|
2. Select **Falcon** integration:
|
|
1935
1976
|
- **Integration Name**: Define a name for this integration
|
|
1936
|
-
3.
|
|
1937
|
-
4. Click **
|
|
1977
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
1978
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
1938
1979
|
5. Done
|
|
1939
1980
|
|
|
1940
1981
|
</details>
|
|
@@ -1981,7 +2022,7 @@ Open-Falcon to Flashduty alert severity mapping:
|
|
|
1981
2022
|
`,f=`---
|
|
1982
2023
|
title: "PagerDuty Integration"
|
|
1983
2024
|
description: "Push alert events to Flashduty through PagerDuty protocol for automated alert noise reduction"
|
|
1984
|
-
date: "
|
|
2025
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
1985
2026
|
url: "https://docs.flashcat.cloud/en/flashduty/pagerduty-integration-guide"
|
|
1986
2027
|
---
|
|
1987
2028
|
|
|
@@ -2021,8 +2062,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
2021
2062
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
2022
2063
|
2. Select **PagerDuty** integration:
|
|
2023
2064
|
- **Integration Name**: Define a name for this integration
|
|
2024
|
-
3.
|
|
2025
|
-
4. Click **
|
|
2065
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
2066
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
2026
2067
|
5. Done
|
|
2027
2068
|
|
|
2028
2069
|
</details>
|
|
@@ -2143,7 +2184,7 @@ pagerduty_v2_payload_source: mysql.host.name
|
|
|
2143
2184
|
`,y=`---
|
|
2144
2185
|
title: "Tencent BlueKing Integration"
|
|
2145
2186
|
description: "Sync Tencent BlueKing monitoring events to Flashduty via webhook for automated alert noise reduction"
|
|
2146
|
-
date: "
|
|
2187
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
2147
2188
|
url: "https://docs.flashcat.cloud/en/flashduty/tencent-bk-integration-guide"
|
|
2148
2189
|
---
|
|
2149
2190
|
|
|
@@ -2179,8 +2220,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
2179
2220
|
1. Go to Flashduty console, select **Integration Center=>Alerts** to enter the integration selection page
|
|
2180
2221
|
2. Select **Tencent BlueKing** integration:
|
|
2181
2222
|
- **Integration Name**: Define a name for this integration
|
|
2182
|
-
3.
|
|
2183
|
-
4. Click **
|
|
2223
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
2224
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
2184
2225
|
5. Done
|
|
2185
2226
|
|
|
2186
2227
|
</details>
|
|
@@ -2241,7 +2282,7 @@ Alert severity mapping between BlueKing and Flashduty:
|
|
|
2241
2282
|
`,v=`---
|
|
2242
2283
|
title: "Tencent Cloud CLS Integration"
|
|
2243
2284
|
description: "Sync Tencent Cloud Log Service (CLS) monitoring alerts to Flashduty via webhook for automated alert noise reduction"
|
|
2244
|
-
date: "
|
|
2285
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
2245
2286
|
url: "https://docs.flashcat.cloud/en/flashduty/tencent-cls-integration-guide"
|
|
2246
2287
|
---
|
|
2247
2288
|
|
|
@@ -2277,8 +2318,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
2277
2318
|
1. Go to the Flashduty console, select **Integration Center=>Alerts** to enter the integration selection page
|
|
2278
2319
|
2. Select **Tencent Cloud CLS** integration:
|
|
2279
2320
|
- **Integration Name**: Define a name for this integration
|
|
2280
|
-
3.
|
|
2281
|
-
4. Click **
|
|
2321
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
2322
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
2282
2323
|
5. Done
|
|
2283
2324
|
|
|
2284
2325
|
</details>
|
|
@@ -2383,7 +2424,7 @@ Tencent Cloud CLS monitoring alert level mapping to Flashduty:
|
|
|
2383
2424
|
`,b=`---
|
|
2384
2425
|
title: "Tencent Cloud Monitor CM Integration"
|
|
2385
2426
|
description: "Sync Tencent Cloud Monitor CM alert events to Flashduty via webhook for automated alert noise reduction"
|
|
2386
|
-
date: "
|
|
2427
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
2387
2428
|
url: "https://docs.flashcat.cloud/en/flashduty/tencent-cm-integration-guide"
|
|
2388
2429
|
---
|
|
2389
2430
|
|
|
@@ -2419,8 +2460,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
2419
2460
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
2420
2461
|
2. Select **Tencent Cloud Monitor CM** integration:
|
|
2421
2462
|
- **Integration Name**: Define a name for this integration
|
|
2422
|
-
3.
|
|
2423
|
-
4. Click **
|
|
2463
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
2464
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
2424
2465
|
5. Done
|
|
2425
2466
|
|
|
2426
2467
|
</details>
|
|
@@ -2456,7 +2497,7 @@ All metric alerts from Tencent Cloud Monitor correspond to "warning" severity le
|
|
|
2456
2497
|
`,w=`---
|
|
2457
2498
|
title: "Tencent Cloud EventBridge"
|
|
2458
2499
|
description: "Sync Tencent Cloud EventBridge events to Flashduty via webhook for automated alert noise reduction"
|
|
2459
|
-
date: "
|
|
2500
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
2460
2501
|
url: "https://docs.flashcat.cloud/en/flashduty/tencent-event-bridge-integration-guide"
|
|
2461
2502
|
---
|
|
2462
2503
|
|
|
@@ -2492,8 +2533,8 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
2492
2533
|
1. Go to the Flashduty console, select **Integration Center => Alerts** to enter the integration selection page
|
|
2493
2534
|
2. Select **Tencent Cloud EventBridge** integration:
|
|
2494
2535
|
- **Integration Name**: Define a name for this integration
|
|
2495
|
-
3.
|
|
2496
|
-
4. Click **
|
|
2536
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
2537
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
2497
2538
|
5. Done
|
|
2498
2539
|
|
|
2499
2540
|
</details>
|
|
@@ -2584,8 +2625,8 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
2584
2625
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
2585
2626
|
2. Select **OceanBase** integration:
|
|
2586
2627
|
- **Integration Name**: Define a name for this integration
|
|
2587
|
-
3.
|
|
2588
|
-
4. Click **
|
|
2628
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
2629
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
2589
2630
|
5. Done
|
|
2590
2631
|
|
|
2591
2632
|
</details>
|
|
@@ -2772,8 +2813,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
2772
2813
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
2773
2814
|
2. Select **Graylog** integration:
|
|
2774
2815
|
- **Integration Name**: Define a name for this integration
|
|
2775
|
-
3.
|
|
2776
|
-
4. Click **
|
|
2816
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
2817
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
2777
2818
|
5. Done
|
|
2778
2819
|
|
|
2779
2820
|
</details>
|
|
@@ -2867,8 +2908,8 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
2867
2908
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
2868
2909
|
2. Select **Skywalking** integration:
|
|
2869
2910
|
- **Integration Name**: Define a name for this integration
|
|
2870
|
-
3.
|
|
2871
|
-
4. Click **
|
|
2911
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
2912
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
2872
2913
|
5. Done
|
|
2873
2914
|
|
|
2874
2915
|
</details>
|
|
@@ -2882,11 +2923,11 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
2882
2923
|
|
|
2883
2924
|
1. Log in to the Skywalking server
|
|
2884
2925
|
2. Locate the Skywalking configuration file ./config/alarm-settings.yml
|
|
2885
|
-
3. Add
|
|
2926
|
+
3. Add level tags to the alert rules
|
|
2886
2927
|
|
|
2887
2928
|
\`\`\`
|
|
2888
2929
|
# Tags are supported in v8.6.0+ versions only, can be omitted for other versions
|
|
2889
|
-
#
|
|
2930
|
+
# level values: Critical, Warning, Info
|
|
2890
2931
|
# Case sensitive
|
|
2891
2932
|
rules:
|
|
2892
2933
|
endpoint_relation_resp_time_rule:
|
|
@@ -2894,7 +2935,7 @@ rules:
|
|
|
2894
2935
|
period: 10
|
|
2895
2936
|
message: Response time of endpoint relation {name} is more than 1000ms in 2 minutes of last 10 minutes
|
|
2896
2937
|
tags:
|
|
2897
|
-
|
|
2938
|
+
level: Warning
|
|
2898
2939
|
\`\`\`
|
|
2899
2940
|
4. Add the FlashDuty webhook URL
|
|
2900
2941
|
|
|
@@ -2966,8 +3007,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
2966
3007
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
2967
3008
|
2. Select **Sentry** integration:
|
|
2968
3009
|
- **Integration Name**: Define a name for this integration
|
|
2969
|
-
3.
|
|
2970
|
-
4. Click **
|
|
3010
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
3011
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
2971
3012
|
5. Done
|
|
2972
3013
|
|
|
2973
3014
|
</details>
|
|
@@ -3072,8 +3113,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
3072
3113
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
3073
3114
|
2. Select **Jiankongbao** integration:
|
|
3074
3115
|
- **Integration Name**: Define a name for this integration
|
|
3075
|
-
3.
|
|
3076
|
-
4. Click **
|
|
3116
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
3117
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
3077
3118
|
5. Done
|
|
3078
3119
|
|
|
3079
3120
|
</details>
|
|
@@ -3163,8 +3204,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
3163
3204
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
3164
3205
|
2. Select **AWS EventBridge** integration:
|
|
3165
3206
|
- **Integration Name**: Define a name for this integration
|
|
3166
|
-
3.
|
|
3167
|
-
4. Click **
|
|
3207
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
3208
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
3168
3209
|
5. Done
|
|
3169
3210
|
|
|
3170
3211
|
</details>
|
|
@@ -3226,7 +3267,7 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
3226
3267
|
|
|
3227
3268
|
</div>
|
|
3228
3269
|
|
|
3229
|
-
`,
|
|
3270
|
+
`,_=`---
|
|
3230
3271
|
title: "Dynatrace Alert Events"
|
|
3231
3272
|
description: "Sync Dynatrace alert events to Flashduty via webhook to achieve automated alert noise reduction."
|
|
3232
3273
|
date: "2024-08-20T10:00:00+08:00"
|
|
@@ -3265,8 +3306,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
3265
3306
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
3266
3307
|
2. Select **Dynatrace** integration:
|
|
3267
3308
|
- **Integration Name**: Define a name for this integration
|
|
3268
|
-
3.
|
|
3269
|
-
4. Click **
|
|
3309
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
3310
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
3270
3311
|
5. Done
|
|
3271
3312
|
|
|
3272
3313
|
</details>
|
|
@@ -3333,7 +3374,7 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
3333
3374
|
|CUSTOM_ALERT|Info|info|
|
|
3334
3375
|
|
|
3335
3376
|
</div>
|
|
3336
|
-
`,
|
|
3377
|
+
`,L=`---
|
|
3337
3378
|
title: "Huawei Cloud LTS Alert Events"
|
|
3338
3379
|
description: "Sync Huawei Cloud Log Tank Service (LTS) alert events to Flashduty via webhook for automated alert noise reduction."
|
|
3339
3380
|
date: "2024-08-20T10:00:00+08:00"
|
|
@@ -3372,8 +3413,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
3372
3413
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
3373
3414
|
2. Select **Huawei Cloud LTS** integration:
|
|
3374
3415
|
- **Integration Name**: Define a name for this integration
|
|
3375
|
-
3.
|
|
3376
|
-
4. Click **
|
|
3416
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
3417
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
3377
3418
|
5. Done
|
|
3378
3419
|
|
|
3379
3420
|
</details>
|
|
@@ -3485,8 +3526,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
3485
3526
|
1. Go to the Flashduty console, select **Integration Center => Alert Events** to enter the integration selection page
|
|
3486
3527
|
2. Select **Google Cloud Monitoring** integration:
|
|
3487
3528
|
- **Integration Name**: Define a name for this integration
|
|
3488
|
-
3.
|
|
3489
|
-
4. Click **
|
|
3529
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
3530
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
3490
3531
|
5. Done
|
|
3491
3532
|
|
|
3492
3533
|
</details>
|
|
@@ -3576,8 +3617,8 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
3576
3617
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
3577
3618
|
2. Select **Splunk** integration:
|
|
3578
3619
|
- **Integration Name**: Define a name for this integration
|
|
3579
|
-
3.
|
|
3580
|
-
4. Click **
|
|
3620
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
3621
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
3581
3622
|
5. Done
|
|
3582
3623
|
|
|
3583
3624
|
</details>
|
|
@@ -3651,8 +3692,8 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
3651
3692
|
1. Go to the Flashduty console, select **Integration Center=>Alerts**, and enter the integration selection page
|
|
3652
3693
|
2. Select **AppDynamics** integration:
|
|
3653
3694
|
- **Integration Name**: Define a name for this integration
|
|
3654
|
-
3.
|
|
3655
|
-
4. Click **
|
|
3695
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
3696
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
3656
3697
|
5. Done
|
|
3657
3698
|
|
|
3658
3699
|
</details>
|
|
@@ -3772,7 +3813,7 @@ If you need to configure \`Custom Templating Variables\`, you can refer to the f
|
|
|
3772
3813
|
|INFO|Info|Info|
|
|
3773
3814
|
|
|
3774
3815
|
</div>
|
|
3775
|
-
`,
|
|
3816
|
+
`,D=`---
|
|
3776
3817
|
title: "SolarWinds Alert Events"
|
|
3777
3818
|
description: "Sync SolarWinds alert events to Flashduty via webhook for automated alert noise reduction"
|
|
3778
3819
|
date: "2024-08-20T10:00:00+08:00"
|
|
@@ -3811,8 +3852,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
3811
3852
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
3812
3853
|
2. Select **SolarWinds** integration:
|
|
3813
3854
|
- **Integration Name**: Define a name for this integration
|
|
3814
|
-
3.
|
|
3815
|
-
4. Click **
|
|
3855
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
3856
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
3816
3857
|
5. Done
|
|
3817
3858
|
|
|
3818
3859
|
</details>
|
|
@@ -3875,7 +3916,7 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
3875
3916
|
|Info|Info|Info|
|
|
3876
3917
|
|
|
3877
3918
|
</div>
|
|
3878
|
-
`,
|
|
3919
|
+
`,U=`---
|
|
3879
3920
|
title: "Volcengine Cloud Monitor Alert Events"
|
|
3880
3921
|
description: "Sync Volcengine Cloud Monitor alert events to Flashduty via webhook for automated alert noise reduction"
|
|
3881
3922
|
date: "2024-08-20T10:00:00+08:00"
|
|
@@ -3914,8 +3955,8 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
3914
3955
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
3915
3956
|
2. Select **Volcengine CM Metrics** integration:
|
|
3916
3957
|
- **Integration Name**: Define a name for this integration
|
|
3917
|
-
3.
|
|
3918
|
-
4. Click **
|
|
3958
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
3959
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
3919
3960
|
5. Done
|
|
3920
3961
|
|
|
3921
3962
|
</details>
|
|
@@ -4003,8 +4044,8 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
4003
4044
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
4004
4045
|
2. Select **Volcengine CM Metrics** integration:
|
|
4005
4046
|
- **Integration Name**: Define a name for this integration
|
|
4006
|
-
3.
|
|
4007
|
-
4. Click **
|
|
4047
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
4048
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
4008
4049
|
5. Done
|
|
4009
4050
|
|
|
4010
4051
|
</details>
|
|
@@ -4090,8 +4131,8 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
4090
4131
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
4091
4132
|
2. Select **Volcengine TLS** integration:
|
|
4092
4133
|
- **Integration Name**: Define a name for this integration
|
|
4093
|
-
3.
|
|
4094
|
-
4. Click **
|
|
4134
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
4135
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
4095
4136
|
5. Done
|
|
4096
4137
|
|
|
4097
4138
|
</details>
|
|
@@ -4227,8 +4268,8 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
4227
4268
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
4228
4269
|
2. Select **OpManager** integration:
|
|
4229
4270
|
- **Integration Name**: Define a name for this integration
|
|
4230
|
-
3.
|
|
4231
|
-
4. Click **
|
|
4271
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
4272
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
4232
4273
|
5. Done
|
|
4233
4274
|
|
|
4234
4275
|
</details>
|
|
@@ -4361,8 +4402,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
4361
4402
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
4362
4403
|
2. Select **Meraki** integration:
|
|
4363
4404
|
- **Integration Name**: Define a name for this integration
|
|
4364
|
-
3.
|
|
4365
|
-
4. Click **
|
|
4405
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
4406
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
4366
4407
|
5. Done
|
|
4367
4408
|
|
|
4368
4409
|
</details>
|
|
@@ -4436,8 +4477,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
4436
4477
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
4437
4478
|
2. Select **StateCloud** integration:
|
|
4438
4479
|
- **Integration Name**: Define a name for this integration
|
|
4439
|
-
3.
|
|
4440
|
-
4. Click **
|
|
4480
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
4481
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
4441
4482
|
5. Done
|
|
4442
4483
|
|
|
4443
4484
|
</details>
|
|
@@ -4520,8 +4561,8 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
4520
4561
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
4521
4562
|
2. Select **Guance** integration:
|
|
4522
4563
|
- **Integration Name**: Define a name for this integration
|
|
4523
|
-
3.
|
|
4524
|
-
4. Click **
|
|
4564
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
4565
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
4525
4566
|
5. Done
|
|
4526
4567
|
|
|
4527
4568
|
</details>
|
|
@@ -4566,7 +4607,7 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
4566
4607
|
| Data Missing | Info | Info |
|
|
4567
4608
|
|
|
4568
4609
|
</div>
|
|
4569
|
-
`,
|
|
4610
|
+
`,q=`---
|
|
4570
4611
|
title: "Zilliz Alert Events"
|
|
4571
4612
|
description: "Sync Zilliz alert events to Flashduty via webhook for automated alert noise reduction"
|
|
4572
4613
|
date: "2024-07-05T10:00:00+08:00"
|
|
@@ -4605,8 +4646,8 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
4605
4646
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
4606
4647
|
2. Select **Zilliz** integration:
|
|
4607
4648
|
- **Integration Name**: Define a name for this integration
|
|
4608
|
-
3.
|
|
4609
|
-
4. Click **
|
|
4649
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
4650
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
4610
4651
|
5. Done
|
|
4611
4652
|
|
|
4612
4653
|
</details>
|
|
@@ -4639,7 +4680,7 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
4639
4680
|
|
|
4640
4681
|
</div>
|
|
4641
4682
|
|
|
4642
|
-
`,
|
|
4683
|
+
`,O=`---
|
|
4643
4684
|
title: "Huawei Cloud APM Alerts"
|
|
4644
4685
|
description: "Sync Huawei Cloud APM alerts to Flashduty through webhook to achieve automatic alert noise reduction"
|
|
4645
4686
|
date: "2024-07-05T10:00:00+08:00"
|
|
@@ -4678,8 +4719,8 @@ When you need to route alerts to different channels based on alert payload infor
|
|
|
4678
4719
|
1. Go to Flashduty console, select **Integration Center=>Alerts** to enter the integration selection page
|
|
4679
4720
|
2. Select **Huawei Cloud APM** integration:
|
|
4680
4721
|
- **Integration Name**: Define a name for the current integration
|
|
4681
|
-
3.
|
|
4682
|
-
4. Click **
|
|
4722
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
4723
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
4683
4724
|
5. Done.
|
|
4684
4725
|
|
|
4685
4726
|
</details>
|
|
@@ -4745,7 +4786,7 @@ When you need to route alerts to different channels based on alert payload infor
|
|
|
4745
4786
|
|
|
4746
4787
|
</div>
|
|
4747
4788
|
|
|
4748
|
-
`,
|
|
4789
|
+
`,Y=`---
|
|
4749
4790
|
title: "zstack integration"
|
|
4750
4791
|
description: "Push ZStack alerts to Flashduty via webhook, to achieve automatic alert noise reduction."
|
|
4751
4792
|
date: "2024-07-05T10:00:00+08:00"
|
|
@@ -4784,8 +4825,8 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
4784
4825
|
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
4785
4826
|
2. Select **ZStack** integration:
|
|
4786
4827
|
- **Integration Name**: Define a name for this integration
|
|
4787
|
-
3.
|
|
4788
|
-
4. Click **
|
|
4828
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
4829
|
+
4. Click **Save** and copy the newly generated **push URL** for later use
|
|
4789
4830
|
5. Done
|
|
4790
4831
|
|
|
4791
4832
|
</details>
|
|
@@ -4833,10 +4874,295 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
4833
4874
|
|
|
4834
4875
|
</div>
|
|
4835
4876
|
|
|
4836
|
-
`,
|
|
4877
|
+
`,H=`---
|
|
4878
|
+
title: "Keep Alert Integration Guide"
|
|
4879
|
+
description: "Push alert events to Flashduty through Keep's Provider to achieve automated alert noise reduction."
|
|
4880
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
4881
|
+
url: "https://docs.flashcat.cloud/en/flashduty/keep-alert-integration-guide"
|
|
4882
|
+
---
|
|
4883
|
+
|
|
4884
|
+
Push alert events to Flashduty through Keep's Flashduty Provider to achieve automated alert noise reduction.
|
|
4885
|
+
|
|
4886
|
+
<div class="hide">
|
|
4887
|
+
|
|
4888
|
+
## In Flashduty
|
|
4889
|
+
|
|
4890
|
+
You can obtain an integration key through either of these 2 methods:
|
|
4891
|
+
|
|
4892
|
+
#### Using Dedicated Integration
|
|
4893
|
+
|
|
4894
|
+
Choose this method when you don't need to route alert events to different channels - it's simpler.
|
|
4895
|
+
|
|
4896
|
+
<details>
|
|
4897
|
+
<summary>Expand</summary>
|
|
4898
|
+
|
|
4899
|
+
1. Enter the Flashduty console, select **Channel**, and go to a specific channel's details page
|
|
4900
|
+
2. Select the **Integrations** tab, click **Add Integration** to enter the integration page
|
|
4901
|
+
3. Choose **Keep** integration, click **Save** to generate a card
|
|
4902
|
+
4. Click the generated card to view the **Integration Key**, copy it for later use, and you're done
|
|
4903
|
+
|
|
4904
|
+
</details>
|
|
4905
|
+
|
|
4906
|
+
#### Using Shared Integration
|
|
4907
|
+
|
|
4908
|
+
Choose this method when you need to route alerts to different channels based on the alert event's payload information.
|
|
4909
|
+
|
|
4910
|
+
<details>
|
|
4911
|
+
<summary>Expand</summary>
|
|
4912
|
+
|
|
4913
|
+
1. Enter the Flashduty console, select **Integration Center=>Alert Events** to access the integration selection page
|
|
4914
|
+
2. Select **Keep** integration:
|
|
4915
|
+
- **Integration Name**: Define a name for this integration
|
|
4916
|
+
3. Configure default routing and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
4917
|
+
4. Click **Save** and copy the newly generated **Integration Key** for later use
|
|
4918
|
+
5. Done
|
|
4919
|
+
|
|
4920
|
+
</details>
|
|
4921
|
+
</div>
|
|
4922
|
+
|
|
4923
|
+
|
|
4924
|
+
## In Keep
|
|
4925
|
+
---
|
|
4926
|
+
|
|
4927
|
+
### Field Definitions
|
|
4928
|
+
|
|
4929
|
+
Field|Required|Type|Definition
|
|
4930
|
+
:-:|:-:|:-:|:---
|
|
4931
|
+
| title | Yes | string | Alert title, maximum \`512\` characters, will be truncated if exceeded
|
|
4932
|
+
| event_status | Yes | string | Alert status.<br><br>Enumerated values (\`First letter capitalized\`): *Critical*: Critical, *Warning*: Warning, *Info*: Info, *Ok*: Recovery.<br><br>When set to Ok, it indicates automatic recovery of the alert
|
|
4933
|
+
| alert_key | No | string | Alert identifier, used for updating or automatically recovering existing alerts.<br><br>You can customize this value, but it cannot exceed \`255\` characters. You can also rely on system-generated values, which will be returned in the response.<br><br>This value must exist if you're reporting a recovery event
|
|
4934
|
+
| description | No | string | Alert description, maximum \`2048\` characters, will be truncated if exceeded
|
|
4935
|
+
| labels | No | map | Alert label collection, where key is the label name and value is the label value:<br><br>1. Both label key and value are case-sensitive strings<br>2. Label keys should not exceed \`128\` characters and follow Prometheus label naming conventions. Values should not exceed \`2048\` characters, will be truncated if exceeded<br>3. Maximum \`50\` labels allowed. \`Label content refers to\` [Best Practices](#best-practices)<br><br>Example: "resource": "171.26.23.22", "check": "api latency > 500ms"
|
|
4936
|
+
|
|
4937
|
+
|
|
4938
|
+
|
|
4939
|
+
### Configuration Method
|
|
4940
|
+
|
|
4941
|
+
#### Step 1: Configure Flashduty Provider
|
|
4942
|
+
1. Login to Keep console, enter \`Providers\` list, select and click \`Flashduty\`.
|
|
4943
|
+
2. Fill in the \`Flashduty Integration Key\` field with the \`Integration Key\` of Flashduty.
|
|
4944
|
+
3. Click \`Save\` to save the configuration.
|
|
4945
|
+
|
|
4946
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/en/fd/keep-1.png" />
|
|
4947
|
+
|
|
4948
|
+
#### Step 2: Configure WorkFlows
|
|
4949
|
+
1. Login to Keep console, enter \`WorkFlows\` , create or edit an existing Workflow.
|
|
4950
|
+
2. Configure the \`Trigger\` section as needed.
|
|
4951
|
+
3. In the \`Steps\` section, select \`flashduty-action\` and select the \`Flashduty Provider\` configured in the previous step.
|
|
4952
|
+
4. In the \`flashduty-action\`'s \`Configure\` section, configure the alert title, alert status, alert description, and alert labels (for details on the field definitions, please refer to [Field Definitions](#field-definitions)).
|
|
4953
|
+
5. Click \`Save\` to save the configuration.
|
|
4954
|
+
|
|
4955
|
+
|
|
4956
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/en/fd/keep-2.png" />
|
|
4957
|
+
|
|
4958
|
+
`,$=`---
|
|
4959
|
+
title: "ElastAlert2 Alert Integration Guide"
|
|
4960
|
+
description: "Push alert events to Flashduty through ElastAlert2's Provider to achieve automated alert noise reduction."
|
|
4961
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
4962
|
+
url: "https://docs.flashcat.cloud/en/flashduty/elastalert2-alert-integration-guide"
|
|
4963
|
+
---
|
|
4964
|
+
|
|
4965
|
+
Push ElastAlert2 alerts to Flashduty via webhook, to achieve automatic alert noise reduction.
|
|
4966
|
+
|
|
4967
|
+
<div class="hide">
|
|
4968
|
+
|
|
4969
|
+
## In Flashduty
|
|
4970
|
+
---
|
|
4971
|
+
You can obtain an integration push URL through either of these two methods:
|
|
4972
|
+
|
|
4973
|
+
### Using Dedicated Integration
|
|
4974
|
+
|
|
4975
|
+
Choose this method when you don't need to route alert events to different channels. It's simpler and recommended.
|
|
4976
|
+
|
|
4977
|
+
<details>
|
|
4978
|
+
<summary>Expand</summary>
|
|
4979
|
+
|
|
4980
|
+
1. Go to the Flashduty console, select **Channel**, and enter a channel's details page
|
|
4981
|
+
2. Select the **Integration** tab, click **Add Integration** to enter the integration page
|
|
4982
|
+
3. Choose **ElastAlert 2** integration and click **Save** to generate a card
|
|
4983
|
+
4. Click the generated card to view the **Integration Key**, copy it for later use, and you're done
|
|
4984
|
+
|
|
4985
|
+
</details>
|
|
4986
|
+
|
|
4987
|
+
### Using Shared Integration
|
|
4988
|
+
|
|
4989
|
+
Choose this method when you need to route alerts to different channels based on the alert event's payload information.
|
|
4990
|
+
|
|
4991
|
+
<details>
|
|
4992
|
+
<summary>Expand</summary>
|
|
4993
|
+
|
|
4994
|
+
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
|
|
4995
|
+
2. Select **ElastAlert 2** integration:
|
|
4996
|
+
- **Integration Name**: Define a name for this integration
|
|
4997
|
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to \`Route\` to configure more routing rules)
|
|
4998
|
+
4. Click **Save** and copy the newly generated **Integration Key** for later use
|
|
4999
|
+
5. Done
|
|
5000
|
+
|
|
5001
|
+
</details>
|
|
5002
|
+
</div>
|
|
5003
|
+
|
|
5004
|
+
|
|
5005
|
+
## In ElastAlert 2
|
|
5006
|
+
---
|
|
5007
|
+
|
|
5008
|
+
### Configure ElastAlert 2 Alerts
|
|
5009
|
+
Follow the [ElastAlert FlashDuty](https://elastalert2.readthedocs.io/en/latest/alerts.html#flashduty) push configuration document
|
|
5010
|
+
|
|
5011
|
+
1. Create or edit the alert rule file, for example \`rules/elastalert2_alert.yaml\`.
|
|
5012
|
+
2. Fill in the \`flashduty\` alert type in the \`alert\` field.
|
|
5013
|
+
3. Fill in the integrated \`integration key\` in the \`flashduty_integration_key\` field.
|
|
5014
|
+
4. The \`flashduty_title\` and \`flashduty_event_status\` are required fields, and other fields can be filled in as needed. For the field definitions, please refer to the following table.
|
|
5015
|
+
|
|
5016
|
+
Field|Required|Type|Definition
|
|
5017
|
+
:-:|:-:|:-:|:---
|
|
5018
|
+
| title | 是 | string | The alert title, it cannot exceed \`512\` characters.
|
|
5019
|
+
| event_status | 是 | string | The alert status.<br><br>Enum values (capitalized): *Critical*:severe, *Warning*:warning, *Info*:reminder, *Ok*:recovery.<br><br>When specified as Ok, it means automatic recovery of the alert.
|
|
5020
|
+
| alert_key | 否 | string | The alert identifier, used to update or automatically recover existing alerts. You can customize this value, but it cannot exceed \`255\` characters. You can also rely on the system to automatically generate this value, which will be returned in the response. If you report a recovery event, this value must exist.
|
|
5021
|
+
| description | 否 | string | The alert description
|
|
5022
|
+
| check | 否 | string | The alert check item
|
|
5023
|
+
| resource | 否 | string | The alert resource
|
|
5024
|
+
| service | 否 | string | The alert service name
|
|
5025
|
+
| metric | 否 | string | The alert metric name
|
|
5026
|
+
| group | 否 | string | The alert group
|
|
5027
|
+
| cluster | 否 | string | The alert cluster
|
|
5028
|
+
| app | 否 | string | The alert application
|
|
5029
|
+
| env | 否 | string | The alert environment
|
|
5030
|
+
|
|
5031
|
+
|
|
5032
|
+
\`\`\`yaml
|
|
5033
|
+
|
|
5034
|
+
name: "elastalert2 alert"
|
|
5035
|
+
type: "frequency"
|
|
5036
|
+
index: "pgy_audit*"
|
|
5037
|
+
is_enabled: true
|
|
5038
|
+
num_events: 1
|
|
5039
|
+
realert:
|
|
5040
|
+
minutes: 1
|
|
5041
|
+
terms_size: 50
|
|
5042
|
+
scan_entire_timeframe: true
|
|
5043
|
+
timeframe:
|
|
5044
|
+
minutes: 60
|
|
5045
|
+
timestamp_field: "created_at"
|
|
5046
|
+
timestamp_type: "unix_ms"
|
|
5047
|
+
use_strftime_index: false
|
|
5048
|
+
alert_subject: "Test {0} 123 aa☃ {1}"
|
|
5049
|
+
alert_subject_args:
|
|
5050
|
+
- "account_id"
|
|
5051
|
+
- "operation"
|
|
5052
|
+
alert_text: "Test {0} 123 bb☃ {1}"
|
|
5053
|
+
alert_text_args:
|
|
5054
|
+
- "request_id"
|
|
5055
|
+
- "operation_name"
|
|
5056
|
+
filter:
|
|
5057
|
+
- query:
|
|
5058
|
+
query_string:
|
|
5059
|
+
query: "created_at:*"
|
|
5060
|
+
|
|
5061
|
+
# ------- FlashDuty ----------------
|
|
5062
|
+
alert: flashduty
|
|
5063
|
+
flashduty_integration_key: "xxxx"
|
|
5064
|
+
flashduty_title: "elastalert2 alert"
|
|
5065
|
+
flashduty_event_status: "Warning"
|
|
5066
|
+
flashduty_alert_key: "abc"
|
|
5067
|
+
flashduty_description: "log error"
|
|
5068
|
+
flashduty_check: "log error"
|
|
5069
|
+
flashduty_resource: "10.1.1.1"
|
|
5070
|
+
flashduty_service: "service1"
|
|
5071
|
+
flashduty_metric: "error"
|
|
5072
|
+
flashduty_group: "group1"
|
|
5073
|
+
flashduty_cluster: "bj"
|
|
5074
|
+
flashduty_app: "app1"
|
|
5075
|
+
flashduty_env: "dev"
|
|
5076
|
+
# ------- FlashDuty ----------------
|
|
5077
|
+
\`\`\`
|
|
5078
|
+
|
|
5079
|
+
5. Restart ElastAlert and wait for the alert to trigger.`,j=`---
|
|
5080
|
+
title: "Dingtalk Alert Integration"
|
|
5081
|
+
description: "Generate a unique Dingtalk robot address in Flashduty, and synchronize the occurrence and recovery of alerts through Dingtalk"
|
|
5082
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
5083
|
+
url: "https://docs.flashcat.cloud/en/flashduty/dingtalk-alert-integration-guide"
|
|
5084
|
+
---
|
|
5085
|
+
|
|
5086
|
+
Generate a unique Dingtalk robot address in Flashduty, and synchronize the occurrence and recovery of alerts through Dingtalk.
|
|
5087
|
+
|
|
5088
|
+
<div class="hide">
|
|
5089
|
+
|
|
5090
|
+
## Operation Steps
|
|
5091
|
+
---
|
|
5092
|
+
|
|
5093
|
+
### Create Dingtalk Alert Integration
|
|
5094
|
+
|
|
5095
|
+
You can obtain a Dingtalk alert integration address through either of these two methods:
|
|
5096
|
+
|
|
5097
|
+
#### Using Dedicated Integration
|
|
5098
|
+
|
|
5099
|
+
Choose this method when you don't need to route alert events to different channels. It's simpler and recommended.
|
|
5100
|
+
|
|
5101
|
+
<details>
|
|
5102
|
+
<summary>Expand</summary>
|
|
5103
|
+
|
|
5104
|
+
1. Go to the Flashduty console, select **Channel**, and enter a specific channel's details page
|
|
5105
|
+
2. Select the **Integration** tab, click **Add Integration** to enter the integration page
|
|
5106
|
+
3. Choose **Dingtalk Alert** integration and click **Save** to generate a card
|
|
5107
|
+
4. Click the generated card to view the **Dingtalk Alert Integration URL**, copy it for later use, and you're done
|
|
5108
|
+
|
|
5109
|
+
</details>
|
|
5110
|
+
|
|
5111
|
+
#### Using Shared Integration
|
|
5112
|
+
|
|
5113
|
+
Choose this method when you need to route alerts to different channels based on the alert event's payload information.
|
|
5114
|
+
|
|
5115
|
+
<details>
|
|
5116
|
+
<summary>Expand</summary>
|
|
5117
|
+
|
|
5118
|
+
1. Go to the Flashduty console, select **Integration Center => Alert Events** to enter the integration selection page
|
|
5119
|
+
2. Select **Dingtalk Alert** integration:
|
|
5120
|
+
- **Integration Name**: Define a name for the current integration
|
|
5121
|
+
- **Message Type**: Select Dingtalk alert message type, currently only Text and Markdown are supported
|
|
5122
|
+
- **Push Mode**: Choose when to trigger or recover alerts for Dingtalk notifications
|
|
5123
|
+
3. Copy the **Dingtalk Alert Integration URL** for later use
|
|
5124
|
+
4. Configure the default route and select the corresponding channel (after integration creation, you can go to \`Routes\` to configure more routing rules)
|
|
5125
|
+
5. Done
|
|
5126
|
+
|
|
5127
|
+
</details>
|
|
5128
|
+
</div>
|
|
5129
|
+
|
|
5130
|
+
### Customize Dingtalk Alert Integration
|
|
5131
|
+
|
|
5132
|
+
#### Dingtalk Alert Integration URL
|
|
5133
|
+
|
|
5134
|
+
The system will generate a unique Dingtalk alert integration URL for you. This URL is compatible with Dingtalk robot message protocol. When platforms only support Dingtalk robot channels, you can use this URL to receive corresponding messages.
|
|
5135
|
+
|
|
5136
|
+
#### Push Mode
|
|
5137
|
+
|
|
5138
|
+
By default, the system always creates new alerts for each message, but you can switch to these modes:
|
|
5139
|
+
|
|
5140
|
+
1. **Trigger or Update Alert Based on Message Title**: In this mode, when receiving a new message, the system searches for open alerts based on the message title. If an alert is found, it will be updated; otherwise, a new alert will be triggered.
|
|
5141
|
+
2. **Trigger or Close Alert Based on Rules**: In this mode, when receiving a new message, the system matches messages according to your rules and triggers new alerts or closes existing alerts based on the matching results.
|
|
5142
|
+
|
|
5143
|
+
- You need to fill in at least one **trigger** rule
|
|
5144
|
+
- You must set up regex extraction rules for Alert Key. The system uses this field to find historical alerts for updates or closure. **If regex extraction fails, the system will use the message title to generate an Alert Key** to ensure alerts won't be lost due to configuration errors
|
|
5145
|
+
- You can choose whether to discard messages when none of the rules match
|
|
5146
|
+
|
|
5147
|
+
Configuration example:
|
|
5148
|
+
|
|
5149
|
+
- Receive all messages, close the alert when the message content contains **RESOLVED**, otherwise trigger a new alert
|
|
5150
|
+
- Extract Alert Key from message title using the rule **/(.*)/**.
|
|
5151
|
+
|
|
5152
|
+
|
|
5153
|
+
### Notes
|
|
5154
|
+
- Dingtalk alert integration URL only supports Text and Markdown message types; other message types cannot be received
|
|
5155
|
+
- When Dingtalk message type is Text, Flashduty will generate a default alert title "Dingtalk Alert"
|
|
5156
|
+
|
|
5157
|
+
## Severity Mapping
|
|
5158
|
+
---
|
|
5159
|
+
|
|
5160
|
+
Currently, all alerts pushed to Flashduty through email integration are set to Warning severity.
|
|
5161
|
+
|
|
5162
|
+
`,B=`---
|
|
4837
5163
|
title: "Custom Change Event Integration Guide"
|
|
4838
5164
|
description: "Push change events from your own systems to Flashduty using standard protocols. Most incidents are caused by changes, and the correlation between changes and alerts helps quickly identify incident causes."
|
|
4839
|
-
date: "
|
|
5165
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
4840
5166
|
url: "https://docs.flashcat.cloud/en/flashduty/custom-change-integration-guide"
|
|
4841
5167
|
---
|
|
4842
5168
|
|
|
@@ -4890,10 +5216,10 @@ Labels are descriptions of events. You should enrich label content as much as po
|
|
|
4890
5216
|
|
|
4891
5217
|
</details>
|
|
4892
5218
|
|
|
4893
|
-
`,
|
|
5219
|
+
`,z=`---
|
|
4894
5220
|
title: "Jira Issue Events"
|
|
4895
5221
|
description: "Sync Jira Issue events to Flashduty via webhooks to collect change events."
|
|
4896
|
-
date: "
|
|
5222
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
4897
5223
|
url: "https://docs.flashcat.cloud/en/flashduty/jira-integration-guide"
|
|
4898
5224
|
---
|
|
4899
5225
|
|
|
@@ -4964,7 +5290,7 @@ Flashduty extracts the status.name information from the webhook payload by defau
|
|
|
4964
5290
|
Please contact Flashduty if you wish to modify this mapping.
|
|
4965
5291
|
|
|
4966
5292
|
</div>
|
|
4967
|
-
|
|
5293
|
+
`,V=`---
|
|
4968
5294
|
title: Contributing to our documentation — Meilisearch documentation
|
|
4969
5295
|
description: The Meilisearch documentation is open-source. Learn how to help make it even better.
|
|
4970
5296
|
sidebarDepth: 3
|
|
@@ -5099,10 +5425,10 @@ Once published, you can access the application via mobile/PC client. First-time
|
|
|
5099
5425
|
|Group Bot Webhook|Maximum 100 calls/minute|
|
|
5100
5426
|
|Sending messages to the same user or group|Maximum 5 calls/second|
|
|
5101
5427
|
|
|
5102
|
-
**Note:** Messages cannot be pushed normally when exceeding limits, please use notification channels reasonably`,
|
|
5428
|
+
**Note:** Messages cannot be pushed normally when exceeding limits, please use notification channels reasonably`,K=`---
|
|
5103
5429
|
title: "Dingtalk Integration"
|
|
5104
5430
|
description: "Integrate with Dingtalk custom application to receive and respond to alerts within Dingtalk"
|
|
5105
|
-
date: "
|
|
5431
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
5106
5432
|
url: "https://docs.flashcat.cloud/en/flashduty/dingtalk-integration-guide"
|
|
5107
5433
|
---
|
|
5108
5434
|
|
|
@@ -5255,10 +5581,10 @@ After the application is released, you can access it via mobile/PC client. First
|
|
|
5255
5581
|
|Enterprise|5,500,000|60|1st of each month|
|
|
5256
5582
|
|
|
5257
5583
|
**Note:** Messages cannot be pushed normally after exceeding limits, please use notification channels reasonably
|
|
5258
|
-
`,
|
|
5584
|
+
`,J=`---
|
|
5259
5585
|
title: "WeCom Integration"
|
|
5260
5586
|
description: "Integrate WeCom third-party application to receive and respond to alerts within WeCom"
|
|
5261
|
-
date: "
|
|
5587
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
5262
5588
|
url: "https://docs.flashcat.cloud/en/flashduty/wecom-integration-guide"
|
|
5263
5589
|
---
|
|
5264
5590
|
|
|
@@ -5334,10 +5660,10 @@ Integrate WeCom third-party application to receive and respond to alerts within
|
|
|
5334
5660
|
7. **Incident notification fails with \`WeCom License Not Activated\`?**
|
|
5335
5661
|
|
|
5336
5662
|
- Contact Flashduty customer service or dedicated support for license purchase and activation
|
|
5337
|
-
`,
|
|
5663
|
+
`,Z=`---
|
|
5338
5664
|
title: "Slack Integration"
|
|
5339
5665
|
description: "Integrate with Slack to receive and respond to alerts within Slack"
|
|
5340
|
-
date: "
|
|
5666
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
5341
5667
|
url: "https://docs.flashcat.cloud/en/flashduty/slack-integration-guide"
|
|
5342
5668
|
---
|
|
5343
5669
|
|
|
@@ -5388,10 +5714,10 @@ Integrate with Slack to receive and respond to alerts within Slack.
|
|
|
5388
5714
|
|
|
5389
5715
|
8. **Slack App shows Other questions error**
|
|
5390
5716
|
- Try again, as this might be an unrecorded issue
|
|
5391
|
-
- If the error persists, contact customer support`,
|
|
5717
|
+
- If the error persists, contact customer support`,Q=`---
|
|
5392
5718
|
title: "Microsoft Teams Integration"
|
|
5393
5719
|
description: "Integrate Microsoft Teams as a third-party application to receive and respond to alerts within Microsoft Teams"
|
|
5394
|
-
date: "
|
|
5720
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
5395
5721
|
url: "https://docs.flashcat.cloud/en/flashduty/microsoft-teams-integration-guide"
|
|
5396
5722
|
---
|
|
5397
5723
|
|
|
@@ -5483,7 +5809,7 @@ Please check in Integration Center => Instant Messaging => Microsoft Teams under
|
|
|
5483
5809
|
Currently not supported
|
|
5484
5810
|
</details>
|
|
5485
5811
|
|
|
5486
|
-
`,
|
|
5812
|
+
`,X=`Configure alert webhooks to receive HTTP callbacks at your specified URL when alerts have specific actions (such as triggering or closing). The callback content includes the latest key information about the alert, allowing integration with your custom tools.
|
|
5487
5813
|
|
|
5488
5814
|
<span id="EventTypes"></span>
|
|
5489
5815
|
|
|
@@ -5651,7 +5977,7 @@ curl -X POST 'https://example.com/alert/webhook?a=a' \\
|
|
|
5651
5977
|
4. **Trusted IP whitelist for push sources?**
|
|
5652
5978
|
- {ip_whitelist}
|
|
5653
5979
|
- May be updated in the future, please check periodically
|
|
5654
|
-
`,
|
|
5980
|
+
`,ee=`Configure incident webhooks to receive HTTP callbacks at your specified URL when incidents have specific actions (such as triggering or closing). The callback content includes the latest key information about the incident, allowing integration with your custom tools.
|
|
5655
5981
|
|
|
5656
5982
|
<span id="EventTypes"></span>
|
|
5657
5983
|
|
|
@@ -5858,7 +6184,7 @@ curl -X POST 'https://example.com/incident/webhook?a=a' \\
|
|
|
5858
6184
|
|
|
5859
6185
|
4. **Trusted IP whitelist for push sources?**
|
|
5860
6186
|
- {ip_whitelist}
|
|
5861
|
-
- May be updated in the future, please check periodically`,
|
|
6187
|
+
- May be updated in the future, please check periodically`,ne=`Custom incident actions allow you to quickly invoke external interfaces during incident troubleshooting for incident self-healing, information enrichment, and other custom operations.
|
|
5862
6188
|
|
|
5863
6189
|
## I. Creating Actions
|
|
5864
6190
|
|
|
@@ -6105,10 +6431,10 @@ When an incident occurs and is confirmed to be caused by a change, directly trig
|
|
|
6105
6431
|
|
|
6106
6432
|
### Update Status Page
|
|
6107
6433
|
|
|
6108
|
-
When an incident is confirmed to affect online services, trigger external status page updates to prompt`,
|
|
6434
|
+
When an incident is confirmed to affect online services, trigger external status page updates to prompt`,te=`---
|
|
6109
6435
|
title: "Jira Sync"
|
|
6110
6436
|
description: "Sync incidents with Jira issues through Jira Sync Webhook."
|
|
6111
|
-
date: "
|
|
6437
|
+
date: "2025-05-19T10:00:00+08:00"
|
|
6112
6438
|
url: "https://docs.flashcat.cloud/en/flashduty/jira-sync"
|
|
6113
6439
|
---
|
|
6114
6440
|
|
|
@@ -6187,7 +6513,7 @@ In the Integration Center, select **Webhook**, choose **Jira Sync** integration,
|
|
|
6187
6513
|
|
|
6188
6514
|
- Flashduty syncs information according to default field mappings and your custom field configurations. If your Jira issue type has required fields without mapping relationships, Jira issue creation may fail.
|
|
6189
6515
|
- Jira issue details are accessed using project KEY + number format. If you modify the project KEY, saved issue URLs in Flashduty may become inaccessible, so please modify project KEYs with caution.
|
|
6190
|
-
`,
|
|
6516
|
+
`,ae=`---
|
|
6191
6517
|
title: "Configure Notification Templates"
|
|
6192
6518
|
description: "Customize notification content through template configuration"
|
|
6193
6519
|
date: "2024-05-10T10:00:00+08:00"
|
|
@@ -6216,6 +6542,23 @@ We use \`Golang template syntax\` [template/html](https://pkg.go.dev/html/templa
|
|
|
6216
6542
|
- We've incorporated the open-source library [sprig](https://github.com/flashcatcloud/sprig/tree/flashcat), which includes hundreds of common functions that you can directly call in templates;
|
|
6217
6543
|
- If you wish to introduce more functions, feel free to submit a merge request
|
|
6218
6544
|
|
|
6545
|
+
## How to Configure Notification Templates?
|
|
6546
|
+
---
|
|
6547
|
+
|
|
6548
|
+
### Configure Notification Templates
|
|
6549
|
+
The system uses the default template when notifying incidents, which cannot be modified. If you need to customize the notification content, you should create a custom template.
|
|
6550
|
+
|
|
6551
|
+
1. Enter the \`Templates\` page, click the \`Create Custom Template\` button or \`Copy Default Template\`, and enter the editing page.
|
|
6552
|
+
2. In the editing page, you can edit the content according to the notification channel used, and reference the content in the template can refer to [What Variables Can I Reference?](#What Variables Can I Reference?)
|
|
6553
|
+
3. After editing, click the \`Save\` button to save the template.
|
|
6554
|
+
|
|
6555
|
+
### Use Notification Templates
|
|
6556
|
+
1. Enter the \`Channel\` -> \`Escalation Rules\` page, click the \`Edit\` button, and enter the editing page.
|
|
6557
|
+
2. In the strategy configuration section, you can select the template to use **which template** for notification, and select the notification template to use.
|
|
6558
|
+
3. Other configurations can refer to [Escalation Rules Configuration](https://docs.flashcat.cloud/en/flashduty/escalate-rule-settings).
|
|
6559
|
+
4. After configuration, click the \`Save\` button to save the escalation policy.
|
|
6560
|
+
|
|
6561
|
+
|
|
6219
6562
|
## What Variables Can I Reference?
|
|
6220
6563
|
---
|
|
6221
6564
|
**Variable Reference Examples**:
|
|
@@ -6418,9 +6761,41 @@ CloseTime | int64 | No | Close time, EndTime is alert recovery time, CloseTime i
|
|
|
6418
6761
|
// Iterate through JSON array elements, match instanceId field of object with userId==7777
|
|
6419
6762
|
{{jsonGet .Labels.rule_note "#(userId==7777)#.instanceId" }}
|
|
6420
6763
|
|
|
6764
|
+
\`\`\`
|
|
6765
|
+
10. **如何使用逻辑与、或等条件进行内容显示判断?**
|
|
6766
|
+
|
|
6767
|
+
\`\`\`
|
|
6768
|
+
# Supported functions
|
|
6769
|
+
- Use \`and\` function for logical AND judgment
|
|
6770
|
+
- Use \`or\` function for logical OR judgment
|
|
6771
|
+
- Use \`not\` function for logical NOT judgment
|
|
6772
|
+
- Use \`eq\` function for logical equal judgment
|
|
6773
|
+
- Use \`ne\` function for logical not equal judgment
|
|
6774
|
+
- Use \`gt\` function for logical greater than judgment
|
|
6775
|
+
- Use \`ge\` function for logical greater than or equal judgment
|
|
6776
|
+
- Use \`lt\` function for logical less than judgment
|
|
6777
|
+
- Use \`le\` function for logical less than or equal judgment
|
|
6778
|
+
|
|
6779
|
+
# Example usage
|
|
6780
|
+
# Use and function for logical AND judgment
|
|
6781
|
+
|
|
6782
|
+
{{if and (eq .Labels.resource "cpu") (eq .Labels.metric "cpu_usage")}}
|
|
6783
|
+
{{.Labels.resource}} CPU usage exceeds 80%
|
|
6784
|
+
{{end}}
|
|
6785
|
+
|
|
6786
|
+
# Use or function for logical OR judgment
|
|
6787
|
+
{{if or (eq .Labels.resource "cpu") (eq .Labels.metric "cpu_usage")}}
|
|
6788
|
+
{{.Labels.resource}} CPU usage exceeds 80%
|
|
6789
|
+
{{end}}
|
|
6790
|
+
|
|
6791
|
+
# Use not function for logical NOT judgment
|
|
6792
|
+
{{if not (eq .Labels.metric "cpu_usage")}}
|
|
6793
|
+
{{.Labels.metric}} is not CPU usage
|
|
6794
|
+
{{end}}
|
|
6795
|
+
|
|
6421
6796
|
\`\`\`
|
|
6422
6797
|
|
|
6423
|
-
|
|
6798
|
+
11. **How do I find more functions and their usage examples?**
|
|
6424
6799
|
- Function list: https://github.com/flashcatcloud/sprig/blob/master/functions.go#L97
|
|
6425
6800
|
- Usage examples: Check corresponding _test.go files, e.g., date function test cases at https://github.com/flashcatcloud/sprig/blob/master/date_test.go
|
|
6426
6801
|
|
|
@@ -7184,4 +7559,4 @@ As shown in the image below:
|
|
|
7184
7559
|
|
|
7185
7560
|
<img src="https://download.flashcat.cloud/flashduty/changelog/20230720/email_render.png" alt="drawing" style="display: block; margin: 0 auto;" width="500"/>
|
|
7186
7561
|
|
|
7187
|
-
</div>`,
|
|
7562
|
+
</div>`,ie={CustomAlert:n,Email:t,N9e:a,Prometheus:i,Grafana:o,Zabbix:s,UptimeKuma:r,AliyunARMS:l,AliyunCmEvent:d,AliyunCm:c,AliyunSLS:e,AWSCW:e,AzureMonitor:h,BaiDuBCM:u,HuaWeiCES:g,InfluxDB:p,OpenFalcon:m,PagerDuty:f,TencentBK:y,TencentCLS:v,TencentCm:b,TencentEb:w,OceanBase:C,Graylog:k,Skywalking:I,Sentry:S,Jiankongbao:A,AWSEventBridge:x,Dynatrace:_,HuaweiyunLTS:L,GoogleCM:F,Zilliz:q,Splunk:R,AppDynamics:T,SolarWinds:D,VolcEngineMetric:U,VolcEngineEvent:E,VolcEngineTLS:N,OpManager:P,Meraki:M,StateCloud:W,Guance:G,CustomChange:B,Jira:z,Lark:V,Dingtalk:K,Wecom:J,Slack:Z,MicrosoftTeams:Q,AlertWebhook:X,IncidentWebhook:ee,CustomAction:ne,Templates:ae,HuaweiyunAPM:O,JiraSync:te,ZStack:Y,Keep:H,ElastAlert2:$,DingtalkAlert:j};module.exports=ie;
|