flashduty-knowledge-base 1.2.4 → 1.2.5
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 +1 -0
- package/dist/esm/en.js +114 -10
- package/dist/esm/zh.js +360 -71
- package/dist/iife/en.js +107 -3
- package/dist/iife/zh.js +346 -57
- package/dist/zh.d.ts +1 -0
- package/package.json +1 -1
package/dist/en.d.ts
CHANGED
package/dist/esm/en.js
CHANGED
|
@@ -469,7 +469,7 @@ Nightingale/Flashcat to Flashduty alert severity mapping:
|
|
|
469
469
|
|
|
470
470
|
</details>
|
|
471
471
|
|
|
472
|
-
`,
|
|
472
|
+
`,i=`---
|
|
473
473
|
title: "Prometheus Integration Guide"
|
|
474
474
|
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
475
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -651,7 +651,7 @@ Prometheus to Flashduty severity mapping:
|
|
|
651
651
|
|
|
652
652
|
|
|
653
653
|
|
|
654
|
-
`,
|
|
654
|
+
`,o=`---
|
|
655
655
|
title: "Grafana Integration"
|
|
656
656
|
description: "Sync Grafana alert events to Flashduty via webhook to achieve automated alert noise reduction."
|
|
657
657
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -4051,7 +4051,7 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
4051
4051
|
|Notice|Info|Info|
|
|
4052
4052
|
|
|
4053
4053
|
</div>
|
|
4054
|
-
`,
|
|
4054
|
+
`,P=`---
|
|
4055
4055
|
title: "Volcengine Log Service (TLS) Alert Events"
|
|
4056
4056
|
description: "Sync Volcengine Log Service (TLS) alert events to Flashduty via webhook for automated alert noise reduction"
|
|
4057
4057
|
date: "2024-07-05T10:00:00+08:00"
|
|
@@ -4188,7 +4188,7 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
4188
4188
|
</div>
|
|
4189
4189
|
|
|
4190
4190
|
</div>
|
|
4191
|
-
`,
|
|
4191
|
+
`,N=`---
|
|
4192
4192
|
title: "OpManager Alert Events"
|
|
4193
4193
|
description: "Sync OpManager alert events to Flashduty via webhook for automated alert noise reduction"
|
|
4194
4194
|
date: "2024-07-05T10:00:00+08:00"
|
|
@@ -5246,7 +5246,7 @@ Integrate WeCom third-party application to receive and respond to alerts within
|
|
|
5246
5246
|
7. **Incident notification fails with \`WeCom License Not Activated\`?**
|
|
5247
5247
|
|
|
5248
5248
|
- Contact Flashduty customer service or dedicated support for license purchase and activation
|
|
5249
|
-
`,
|
|
5249
|
+
`,z=`---
|
|
5250
5250
|
title: "Slack Integration"
|
|
5251
5251
|
description: "Integrate with Slack to receive and respond to alerts within Slack"
|
|
5252
5252
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -5300,7 +5300,7 @@ Integrate with Slack to receive and respond to alerts within Slack.
|
|
|
5300
5300
|
|
|
5301
5301
|
8. **Slack App shows Other questions error**
|
|
5302
5302
|
- Try again, as this might be an unrecorded issue
|
|
5303
|
-
- If the error persists, contact customer support`,
|
|
5303
|
+
- If the error persists, contact customer support`,V=`---
|
|
5304
5304
|
title: "Microsoft Teams Integration"
|
|
5305
5305
|
description: "Integrate Microsoft Teams as a third-party application to receive and respond to alerts within Microsoft Teams"
|
|
5306
5306
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -5395,7 +5395,7 @@ Please check in Integration Center => Instant Messaging => Microsoft Teams under
|
|
|
5395
5395
|
Currently not supported
|
|
5396
5396
|
</details>
|
|
5397
5397
|
|
|
5398
|
-
`,
|
|
5398
|
+
`,J=`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.
|
|
5399
5399
|
|
|
5400
5400
|
<span id="EventTypes"></span>
|
|
5401
5401
|
|
|
@@ -5563,7 +5563,7 @@ curl -X POST 'https://example.com/alert/webhook?a=a' \\
|
|
|
5563
5563
|
4. **Trusted IP whitelist for push sources?**
|
|
5564
5564
|
- {ip_whitelist}
|
|
5565
5565
|
- May be updated in the future, please check periodically
|
|
5566
|
-
`,
|
|
5566
|
+
`,K=`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.
|
|
5567
5567
|
|
|
5568
5568
|
<span id="EventTypes"></span>
|
|
5569
5569
|
|
|
@@ -5586,6 +5586,7 @@ The following event types are currently supported, with more potentially being a
|
|
|
5586
5586
|
| i_rslv | Close incident (automatically or manually) |
|
|
5587
5587
|
| i_reopen | Reopen incident |
|
|
5588
5588
|
| i_merge | Manually merge incidents |
|
|
5589
|
+
| i_comm | Add comment |
|
|
5589
5590
|
| i_r_title | Update incident title |
|
|
5590
5591
|
| i_r_desc | Update incident description |
|
|
5591
5592
|
| i_r_impact | Update incident impact |
|
|
@@ -5769,7 +5770,7 @@ curl -X POST 'https://example.com/incident/webhook?a=a' \\
|
|
|
5769
5770
|
|
|
5770
5771
|
4. **Trusted IP whitelist for push sources?**
|
|
5771
5772
|
- {ip_whitelist}
|
|
5772
|
-
- May be updated in the future, please check periodically`,
|
|
5773
|
+
- May be updated in the future, please check periodically`,Z=`Custom incident actions allow you to quickly invoke external interfaces during incident troubleshooting for incident self-healing, information enrichment, and other custom operations.
|
|
5773
5774
|
|
|
5774
5775
|
## I. Creating Actions
|
|
5775
5776
|
|
|
@@ -6017,6 +6018,88 @@ When an incident occurs and is confirmed to be caused by a change, directly trig
|
|
|
6017
6018
|
### Update Status Page
|
|
6018
6019
|
|
|
6019
6020
|
When an incident is confirmed to affect online services, trigger external status page updates to prompt`,Q=`---
|
|
6021
|
+
title: "Jira Sync"
|
|
6022
|
+
description: "Sync incidents with Jira issues through Jira Sync Webhook."
|
|
6023
|
+
date: "2024-05-11T10:00:00+08:00"
|
|
6024
|
+
url: "https://docs.flashcat.cloud/en/flashduty/jira-sync"
|
|
6025
|
+
---
|
|
6026
|
+
|
|
6027
|
+
Through Jira Sync Webhook, you can associate and synchronize Flashduty incidents with Jira Issues, enabling integration between Flashduty and Jira.
|
|
6028
|
+
|
|
6029
|
+
## Prerequisites
|
|
6030
|
+
- This integration is compatible with Jira Cloud, as well as versions 7.x and 8.x of Jira Server and Jira Data Center.
|
|
6031
|
+
- Currently, only one-way synchronization of incident information and status to Jira is supported. Information in Jira will not sync back to Flashduty.
|
|
6032
|
+
- For Jira Cloud, use an API Token in the password field during authorization configuration; for Jira Server or Data Center, use your Jira account password.
|
|
6033
|
+
|
|
6034
|
+
## Getting API Token in Jira Cloud (Jira Server and Data Center please skip)
|
|
6035
|
+
|
|
6036
|
+
- After logging into Jira Cloud, click your profile picture in the top right corner and select **Manage Account**.
|
|
6037
|
+
- On the **Manage Account** page, select the **Security** tab.
|
|
6038
|
+
- On the **Security** page, click **Create and manage API tokens**.
|
|
6039
|
+
- In the **Create and manage API tokens** dialog, enter an API token name and select an expiration time.
|
|
6040
|
+
- Click **Create** to generate the API token.
|
|
6041
|
+
- Copy the API token value and paste it into the API token field in Flashduty's authorization configuration.
|
|
6042
|
+
|
|
6043
|
+
## Configuring Integration in Flashduty
|
|
6044
|
+
|
|
6045
|
+
### 1. Create and Authenticate Jira Integration
|
|
6046
|
+
<div class="hide">
|
|
6047
|
+
|
|
6048
|
+
In the Integration Center, select **Webhook**, choose **Jira Sync** integration, and fill in the following authentication information.
|
|
6049
|
+
|
|
6050
|
+
</div>
|
|
6051
|
+
|
|
6052
|
+
- **Jira Platform Type**: Choose based on your version. For Data Center version, select Self-hosted (Server).
|
|
6053
|
+
- **Service URL**: For Cloud version, enter your actual access URL, e.g., https://your-domain.atlassian.net. For Server version, enter your service access URL, e.g., https://your-jira-server-url.com.
|
|
6054
|
+
- **Username**: Your Jira account name. For Cloud version, enter your email; for Server version, enter your Jira username.
|
|
6055
|
+
- **API Token/Password**: Your Jira account credentials. For Cloud version, enter API Token; for Server version, enter your Jira account password.
|
|
6056
|
+
- After completion, click **Next** to proceed with configuration.
|
|
6057
|
+
|
|
6058
|
+
**About Permissions**: Ensure your Jira account has permissions to access relevant projects, issue types, and create issues. Using an administrator account is recommended.
|
|
6059
|
+
|
|
6060
|
+
### 2. Jira Integration Configuration
|
|
6061
|
+
|
|
6062
|
+
- **Integration Name**: Define a name for this integration.
|
|
6063
|
+
- **Trigger Mode**:
|
|
6064
|
+
- Automatic: Configure conditions for Flashduty to automatically sync qualifying incidents to Jira.
|
|
6065
|
+
- Manual: Manually trigger Jira sync from the incident details page's more actions menu (integration name serves as trigger name).
|
|
6066
|
+
- **Project ID**: Select the target Jira project for synchronization.
|
|
6067
|
+
- **Issue Type**: Select the target Jira issue type.
|
|
6068
|
+
- **Channel**: Select the channel where this integration will be active. Only incidents within this channel can sync to Jira.
|
|
6069
|
+
- **Severity Mapping**: If the selected issue type doesn't support priority fields, this mapping cannot be configured.
|
|
6070
|
+
- **Custom Field Mapping**: Choose to sync certain or all incident labels and custom field content to Jira fields (text type fields only).
|
|
6071
|
+
|
|
6072
|
+
### 3. About Updates
|
|
6073
|
+
|
|
6074
|
+
- For incidents with existing Jira issues, updates to severity or status will automatically update in Jira, but Jira updates won't sync back to Flashduty.
|
|
6075
|
+
- Comments sync to Jira, but Jira comments won't sync back to Flashduty.
|
|
6076
|
+
- Updates to incident title, description, labels, or other fields won't update in Jira.
|
|
6077
|
+
|
|
6078
|
+
### 4. Flashduty to Jira Mapping
|
|
6079
|
+
|
|
6080
|
+
#### Field Mapping
|
|
6081
|
+
|
|
6082
|
+
| Jira | Flashduty |
|
|
6083
|
+
| ---------- | -------- |
|
|
6084
|
+
| Summary | Title |
|
|
6085
|
+
| Description | Description |
|
|
6086
|
+
| Priority | Severity |
|
|
6087
|
+
| Reporter | Integration configured user |
|
|
6088
|
+
| Comments | Comments |
|
|
6089
|
+
|
|
6090
|
+
#### Status Mapping
|
|
6091
|
+
|
|
6092
|
+
| Jira | Flashduty |
|
|
6093
|
+
| ---------- | -------- |
|
|
6094
|
+
| Todo | Pending |
|
|
6095
|
+
| In Progress | In Progress |
|
|
6096
|
+
| Done | Resolved |
|
|
6097
|
+
|
|
6098
|
+
### 5. Important Notes
|
|
6099
|
+
|
|
6100
|
+
- 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.
|
|
6101
|
+
- 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.
|
|
6102
|
+
`,X=`---
|
|
6020
6103
|
title: "Configure Notification Templates"
|
|
6021
6104
|
description: "Customize notification content through template configuration"
|
|
6022
6105
|
date: "2024-05-10T10:00:00+08:00"
|
|
@@ -6255,6 +6338,8 @@ CloseTime | int64 | No | Close time, EndTime is alert recovery time, CloseTime i
|
|
|
6255
6338
|
|
|
6256
6339
|
Below are specific instructions for each notification channel.
|
|
6257
6340
|
|
|
6341
|
+
<div class="feishu_app hide">
|
|
6342
|
+
|
|
6258
6343
|
## Feishu/Lark App
|
|
6259
6344
|
---
|
|
6260
6345
|
You need to configure \`Integration Center - IM - Feishu/Lark\` integration first to send message cards. If custom content is not set, the system default template will be used to render all label information:
|
|
@@ -6298,6 +6383,9 @@ If you want to display only key label information, you can refer to the code sni
|
|
|
6298
6383
|
{{if (index .Labels "mode")}}mode:{{index .Labels "mode"}}{{end}}
|
|
6299
6384
|
{{if (index .Labels "runbook_url")}}runbook_url:{{toHtml (index .Labels "runbook_url")}}{{end}}
|
|
6300
6385
|
\`\`\`
|
|
6386
|
+
</div>
|
|
6387
|
+
|
|
6388
|
+
<div class="dingtalk_app hide">
|
|
6301
6389
|
|
|
6302
6390
|
## Dingtalk App
|
|
6303
6391
|
---
|
|
@@ -6340,6 +6428,9 @@ If you want to display only key label information, you can refer to the code sni
|
|
|
6340
6428
|
{{if (index .Labels "mode")}}**mode**:{{index .Labels "mode"}}{{end}}
|
|
6341
6429
|
{{if (index .Labels "runbook_url")}}**runbook_url**:{{index .Labels "runbook_url"}}{{end}}
|
|
6342
6430
|
\`\`\`
|
|
6431
|
+
</div>
|
|
6432
|
+
|
|
6433
|
+
<div class="wecom_app hide">
|
|
6343
6434
|
|
|
6344
6435
|
## WeCom App
|
|
6345
6436
|
---
|
|
@@ -6376,6 +6467,9 @@ As shown below:
|
|
|
6376
6467
|
|
|
6377
6468
|
|
|
6378
6469
|
**Note: WeCom limits card length. In the template rendering area, you can render up to 8 lines of content. Content beyond 8 lines will be hidden**
|
|
6470
|
+
</div>
|
|
6471
|
+
|
|
6472
|
+
<div class="slack_app hide">
|
|
6379
6473
|
|
|
6380
6474
|
## Slack App
|
|
6381
6475
|
---
|
|
@@ -6419,6 +6513,9 @@ If you want to display only key label information, you can refer to the code sni
|
|
|
6419
6513
|
{{if (index .Labels "mode")}}*mode*:{{index .Labels "mode"}}{{end}}
|
|
6420
6514
|
{{if (index .Labels "runbook_url")}}*runbook_url*:{{index .Labels "runbook_url"}}{{end}}
|
|
6421
6515
|
\`\`\`
|
|
6516
|
+
</div>
|
|
6517
|
+
|
|
6518
|
+
<div class="zoom hide">
|
|
6422
6519
|
|
|
6423
6520
|
## Zoom Bot
|
|
6424
6521
|
---
|
|
@@ -6518,6 +6615,10 @@ If you want to display only key label information, you can refer to the code sni
|
|
|
6518
6615
|
]
|
|
6519
6616
|
}
|
|
6520
6617
|
\`\`\`
|
|
6618
|
+
</div>
|
|
6619
|
+
|
|
6620
|
+
|
|
6621
|
+
<div class="sms hide">
|
|
6521
6622
|
|
|
6522
6623
|
## SMS
|
|
6523
6624
|
---
|
|
@@ -6526,6 +6627,9 @@ If custom content is not set, the system default template will be used for notif
|
|
|
6526
6627
|
\`\`\`
|
|
6527
6628
|
You have a pending incident: {{toHtml .Title}}, Channel: {{.ChannelName}}, Severity: {{.IncidentSeverity}}{{if gt .AlertCnt 1}}, Grouped {{.AlertCnt}} alerts{{end}}
|
|
6528
6629
|
\`\`\`
|
|
6630
|
+
</div>
|
|
6631
|
+
|
|
6632
|
+
<div class="email hide">
|
|
6529
6633
|
|
|
6530
6634
|
## Email
|
|
6531
6635
|
---
|
|
@@ -6619,4 +6723,4 @@ If custom content is not set, the system default template will be used for notif
|
|
|
6619
6723
|
As shown below:
|
|
6620
6724
|
<img src="https://download.flashcat.cloud/flashduty/doc/en/fd/template-mail-1.png" width="800">
|
|
6621
6725
|
|
|
6622
|
-
`,
|
|
6726
|
+
`,ee={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:L,Dynatrace:_,HuaweiyunLTS:F,GoogleCM:x,Zilliz:Y,Splunk:R,AppDynamics:T,SolarWinds:U,VolcEngineMetric:E,VolcEngineEvent:D,VolcEngineTLS:P,OpManager:N,Meraki:M,StateCloud:W,Guance:G,CustomChange:O,Jira:j,Lark:$,Dingtalk:H,Wecom:B,Slack:z,MicrosoftTeams:V,AlertWebhook:J,IncidentWebhook:K,CustomAction:Z,Templates:X,HuaweiyunAPM:q,JiraSync:Q};module.exports=ee;
|