forked from pensivealbatross/xm-labs-splunk-custom-messages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalert_actions.conf.spec
73 lines (49 loc) · 1.69 KB
/
alert_actions.conf.spec
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[xmatters]
param.endpoint_url = <string>
* xMatters Web Service URL for the Splunk Alert form
param.xMuser = <string>
* REST Web Services user for authenticating to xMatters
param.priority = <string>
* The Priority to assign to the xMatters Event. Valid values are HIGH, MEDIUM and LOW.
param.app = <string>
* Name of the app containing the search
param.cron.schedule = <string>
* Cron schedule for the app
param.description = <string>
* Description of the search
param.name = <string>
* Name of the search
param.next_scheduled_time = <string>
* The next time the search runs
param.owner = <string>
* Owner of the search
param.results_link = <string>
* Link to the search results
param.search = <string>
* The actual search
param.trigger.date = <string>
* The date that triggers the alert
param.trigger.time = <string>
* The scheduled time the alert runs
param.type = <string>
* Run as alert, report, view, search command
param.view_link = <string>
* Link to view the saved report (Dropped in 6.3? SPL-97162)
param.alert.expires = <string>
* Time the alert expires
param.result.source = <string>
* Source entry from the result
param.result.host = <string>
* Host entry from the result
param.result.index = <string>
* Index entry from the result ARW added
param.result.timestamp = <string>
* Timestamp entry from the result ARW added
param.custom_short_message = <string>
* A custom short message to be used in the xMatters notification ARW added
param.custom_detail_message = <string>
* A custom detailed message to be used in the xMatters notification ARW added
param.result.sourcetype = <string>
* Source Type entry from the result
param.result.splunk_server = <string>
* Splunk Server from the result