forked from alertmanager/alert_manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtransforms.conf
More file actions
49 lines (38 loc) · 1.49 KB
/
transforms.conf
File metadata and controls
49 lines (38 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[alert_impact]
filename = alert_impact.csv
[alert_priority]
filename = alert_priority.csv.sample
[alert_status]
filename = alert_status.csv
[incident_settings]
external_type = kvstore
collection = incident_settings
fields_list = _key, alert, title, category, subcategory, tags, urgency, display_fields, run_alert_script, alert_script, auto_assign_owner, auto_assign, auto_ttl_resolve, auto_previous_resolve, auto_suppress_resolve, notification_scheme
[incidents]
external_type = kvstore
collection = incidents
fields_list = _key, incident_id, alert_time, job_id, result_id, alert, title, app, category, subcategory, tags, ttl, owner, status, severity_id, impact, urgency, priority, display_fields
[incident_results]
external_type = kvstore
collection = incident_results
fields_list = _key, incident_id, job_id, result_id, fields
[alert_users]
external_type = kvstore
collection = alert_users
fields_list = _key, user, email
[email_templates]
external_type = kvstore
collection = email_templates
fields_list = _key, template_name, template_file, content_type, subject, attachments
[default_email_templates]
filename = default_email_templates.csv
[kpi_report_dropdowns]
filename = kpi_report_dropdowns.csv
[notification_schemes]
external_type = kvstore
collection = notification_schemes
fields_list = _key, schemeName, displayName, notifications
[suppression_rules]
external_type = kvstore
collection = suppression_rules
fields_list = _key, suppression_title, description, disabled, suppression_type, scope, rules