@pulumi/signalfx 7.0.1 → 7.0.2
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/alertMutingRule.d.ts +37 -19
- package/alertMutingRule.js +22 -4
- package/alertMutingRule.js.map +1 -1
- package/aws/externalIntegration.d.ts +23 -11
- package/aws/externalIntegration.js +16 -4
- package/aws/externalIntegration.js.map +1 -1
- package/aws/integration.d.ts +141 -72
- package/aws/integration.js +41 -4
- package/aws/integration.js.map +1 -1
- package/aws/tokenIntegration.d.ts +18 -7
- package/aws/tokenIntegration.js +13 -2
- package/aws/tokenIntegration.js.map +1 -1
- package/azure/integration.d.ts +101 -45
- package/azure/integration.js +29 -3
- package/azure/integration.js.map +1 -1
- package/config/vars.d.ts +3 -3
- package/dashboard.d.ts +62 -62
- package/dashboardGroup.d.ts +62 -27
- package/dashboardGroup.js +41 -6
- package/dashboardGroup.js.map +1 -1
- package/dataLink.d.ts +52 -18
- package/dataLink.js +31 -3
- package/dataLink.js.map +1 -1
- package/detector.d.ts +133 -70
- package/detector.js +70 -15
- package/detector.js.map +1 -1
- package/eventFeedChart.d.ts +38 -20
- package/eventFeedChart.js +18 -0
- package/eventFeedChart.js.map +1 -1
- package/gcp/integration.d.ts +64 -33
- package/gcp/integration.js +22 -3
- package/gcp/integration.js.map +1 -1
- package/getDimensionValues.d.ts +18 -2
- package/getDimensionValues.js +18 -2
- package/getDimensionValues.js.map +1 -1
- package/heatmapChart.d.ts +80 -46
- package/heatmapChart.js +36 -2
- package/heatmapChart.js.map +1 -1
- package/jira/integration.d.ts +51 -24
- package/jira/integration.js +24 -3
- package/jira/integration.js.map +1 -1
- package/listChart.d.ts +111 -64
- package/listChart.js +46 -2
- package/listChart.js.map +1 -1
- package/log/timeline.d.ts +44 -24
- package/log/timeline.js +21 -1
- package/log/timeline.js.map +1 -1
- package/log/view.d.ts +54 -31
- package/log/view.js +25 -2
- package/log/view.js.map +1 -1
- package/metricRuleset.d.ts +33 -11
- package/metricRuleset.js +24 -2
- package/metricRuleset.js.map +1 -1
- package/opsgenie/integration.d.ts +28 -15
- package/opsgenie/integration.js +16 -3
- package/opsgenie/integration.js.map +1 -1
- package/orgToken.d.ts +50 -39
- package/orgToken.js +32 -3
- package/orgToken.js.map +1 -1
- package/package.json +1 -1
- package/pagerduty/getIntegration.d.ts +22 -14
- package/pagerduty/getIntegration.js +22 -2
- package/pagerduty/getIntegration.js.map +1 -1
- package/pagerduty/integration.d.ts +23 -12
- package/pagerduty/integration.js +14 -3
- package/pagerduty/integration.js.map +1 -1
- package/provider.d.ts +6 -6
- package/servicenow/integration.d.ts +46 -17
- package/servicenow/integration.js +19 -2
- package/servicenow/integration.js.map +1 -1
- package/singleValueChart.d.ts +74 -39
- package/singleValueChart.js +36 -1
- package/singleValueChart.js.map +1 -1
- package/slack/integration.d.ts +24 -12
- package/slack/integration.js +15 -3
- package/slack/integration.js.map +1 -1
- package/tableChart.d.ts +32 -16
- package/tableChart.js +18 -2
- package/tableChart.js.map +1 -1
- package/team.d.ts +54 -33
- package/team.js +25 -4
- package/team.js.map +1 -1
- package/textChart.d.ts +27 -12
- package/textChart.js +16 -1
- package/textChart.js.map +1 -1
- package/timeChart.d.ts +148 -94
- package/timeChart.js +68 -2
- package/timeChart.js.map +1 -1
- package/types/input.d.ts +0 -577
- package/types/output.d.ts +0 -577
- package/victorops/integration.d.ts +24 -12
- package/victorops/integration.js +15 -3
- package/victorops/integration.js.map +1 -1
- package/webhookIntegration.d.ts +31 -15
- package/webhookIntegration.js +19 -3
- package/webhookIntegration.js.map +1 -1
package/dashboard.d.ts
CHANGED
|
@@ -18,85 +18,85 @@ export declare class Dashboard extends pulumi.CustomResource {
|
|
|
18
18
|
*/
|
|
19
19
|
static isInstance(obj: any): obj is Dashboard;
|
|
20
20
|
/**
|
|
21
|
-
* Team IDs that have write access to this dashboard
|
|
21
|
+
* Team IDs that have write access to this dashboard
|
|
22
22
|
*
|
|
23
23
|
* @deprecated Please use permissions_* fields now
|
|
24
24
|
*/
|
|
25
25
|
readonly authorizedWriterTeams: pulumi.Output<string[] | undefined>;
|
|
26
26
|
/**
|
|
27
|
-
* User IDs that have write access to this dashboard
|
|
27
|
+
* User IDs that have write access to this dashboard
|
|
28
28
|
*
|
|
29
29
|
* @deprecated Please use permissions fields now
|
|
30
30
|
*/
|
|
31
31
|
readonly authorizedWriterUsers: pulumi.Output<string[] | undefined>;
|
|
32
32
|
/**
|
|
33
|
-
* Chart ID and layout information for the charts in the dashboard
|
|
33
|
+
* Chart ID and layout information for the charts in the dashboard
|
|
34
34
|
*/
|
|
35
35
|
readonly charts: pulumi.Output<outputs.DashboardChart[] | undefined>;
|
|
36
36
|
/**
|
|
37
|
-
* Specifies the chart data display resolution for charts in this dashboard. Value can be one of
|
|
37
|
+
* Specifies the chart data display resolution for charts in this dashboard. Value can be one of "default", "low", "high",
|
|
38
|
+
* or "highest". default by default
|
|
38
39
|
*/
|
|
39
40
|
readonly chartsResolution: pulumi.Output<string | undefined>;
|
|
40
41
|
/**
|
|
41
|
-
* Column
|
|
42
|
+
* Column layout. Charts listed, will be placed in a single column with the same width and height
|
|
42
43
|
*/
|
|
43
44
|
readonly columns: pulumi.Output<outputs.DashboardColumn[] | undefined>;
|
|
44
45
|
/**
|
|
45
|
-
* The ID of the dashboard group that contains the dashboard.
|
|
46
|
+
* The ID of the dashboard group that contains the dashboard. If an ID is not provided during creation, the dashboard will
|
|
47
|
+
* be placed in a newly created dashboard group
|
|
46
48
|
*/
|
|
47
49
|
readonly dashboardGroup: pulumi.Output<string>;
|
|
48
50
|
/**
|
|
49
|
-
*
|
|
51
|
+
* Description of the dashboard (Optional)
|
|
50
52
|
*/
|
|
51
53
|
readonly description: pulumi.Output<string | undefined>;
|
|
52
54
|
readonly discoveryOptionsQuery: pulumi.Output<string | undefined>;
|
|
53
55
|
readonly discoveryOptionsSelectors: pulumi.Output<string[] | undefined>;
|
|
54
56
|
/**
|
|
55
|
-
* Seconds since epoch
|
|
57
|
+
* Seconds since epoch to end the visualization
|
|
56
58
|
*/
|
|
57
59
|
readonly endTime: pulumi.Output<number | undefined>;
|
|
58
60
|
/**
|
|
59
|
-
*
|
|
61
|
+
* Event overlay to add to charts
|
|
60
62
|
*/
|
|
61
63
|
readonly eventOverlays: pulumi.Output<outputs.DashboardEventOverlay[] | undefined>;
|
|
62
64
|
/**
|
|
63
|
-
* Filter to apply to
|
|
65
|
+
* Filter to apply to each chart in the dashboard
|
|
64
66
|
*/
|
|
65
67
|
readonly filters: pulumi.Output<outputs.DashboardFilter[] | undefined>;
|
|
66
68
|
/**
|
|
67
|
-
* Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart
|
|
69
|
+
* Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart can't
|
|
70
|
+
* fit in a row, it will be placed automatically in the next row
|
|
68
71
|
*/
|
|
69
72
|
readonly grids: pulumi.Output<outputs.DashboardGrid[] | undefined>;
|
|
70
73
|
/**
|
|
71
|
-
* Name of the dashboard
|
|
74
|
+
* Name of the dashboard
|
|
72
75
|
*/
|
|
73
76
|
readonly name: pulumi.Output<string>;
|
|
74
|
-
/**
|
|
75
|
-
* [Permissions](https://docs.splunk.com/Observability/infrastructure/terms-concepts/permissions.html) Controls who can view and/or edit your dashboard. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
76
|
-
*/
|
|
77
77
|
readonly permissions: pulumi.Output<outputs.DashboardPermissions>;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* Event overlay added to charts by default to charts
|
|
80
80
|
*/
|
|
81
81
|
readonly selectedEventOverlays: pulumi.Output<outputs.DashboardSelectedEventOverlay[] | undefined>;
|
|
82
82
|
/**
|
|
83
|
-
* Seconds since epoch
|
|
83
|
+
* Seconds since epoch to start the visualization
|
|
84
84
|
*/
|
|
85
85
|
readonly startTime: pulumi.Output<number | undefined>;
|
|
86
86
|
/**
|
|
87
|
-
* Tags of the dashboard
|
|
87
|
+
* Tags of the dashboard
|
|
88
88
|
*/
|
|
89
89
|
readonly tags: pulumi.Output<string[] | undefined>;
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* From when to display data. Splunk Observability Cloud time syntax (e.g. -5m, -1h)
|
|
92
92
|
*/
|
|
93
93
|
readonly timeRange: pulumi.Output<string | undefined>;
|
|
94
94
|
/**
|
|
95
|
-
*
|
|
95
|
+
* URL of the dashboard
|
|
96
96
|
*/
|
|
97
97
|
readonly url: pulumi.Output<string>;
|
|
98
98
|
/**
|
|
99
|
-
* Dashboard variable to apply to each chart in the dashboard
|
|
99
|
+
* Dashboard variable to apply to each chart in the dashboard
|
|
100
100
|
*/
|
|
101
101
|
readonly variables: pulumi.Output<outputs.DashboardVariable[] | undefined>;
|
|
102
102
|
/**
|
|
@@ -113,85 +113,85 @@ export declare class Dashboard extends pulumi.CustomResource {
|
|
|
113
113
|
*/
|
|
114
114
|
export interface DashboardState {
|
|
115
115
|
/**
|
|
116
|
-
* Team IDs that have write access to this dashboard
|
|
116
|
+
* Team IDs that have write access to this dashboard
|
|
117
117
|
*
|
|
118
118
|
* @deprecated Please use permissions_* fields now
|
|
119
119
|
*/
|
|
120
120
|
authorizedWriterTeams?: pulumi.Input<pulumi.Input<string>[]>;
|
|
121
121
|
/**
|
|
122
|
-
* User IDs that have write access to this dashboard
|
|
122
|
+
* User IDs that have write access to this dashboard
|
|
123
123
|
*
|
|
124
124
|
* @deprecated Please use permissions fields now
|
|
125
125
|
*/
|
|
126
126
|
authorizedWriterUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
127
127
|
/**
|
|
128
|
-
* Chart ID and layout information for the charts in the dashboard
|
|
128
|
+
* Chart ID and layout information for the charts in the dashboard
|
|
129
129
|
*/
|
|
130
130
|
charts?: pulumi.Input<pulumi.Input<inputs.DashboardChart>[]>;
|
|
131
131
|
/**
|
|
132
|
-
* Specifies the chart data display resolution for charts in this dashboard. Value can be one of
|
|
132
|
+
* Specifies the chart data display resolution for charts in this dashboard. Value can be one of "default", "low", "high",
|
|
133
|
+
* or "highest". default by default
|
|
133
134
|
*/
|
|
134
135
|
chartsResolution?: pulumi.Input<string>;
|
|
135
136
|
/**
|
|
136
|
-
* Column
|
|
137
|
+
* Column layout. Charts listed, will be placed in a single column with the same width and height
|
|
137
138
|
*/
|
|
138
139
|
columns?: pulumi.Input<pulumi.Input<inputs.DashboardColumn>[]>;
|
|
139
140
|
/**
|
|
140
|
-
* The ID of the dashboard group that contains the dashboard.
|
|
141
|
+
* The ID of the dashboard group that contains the dashboard. If an ID is not provided during creation, the dashboard will
|
|
142
|
+
* be placed in a newly created dashboard group
|
|
141
143
|
*/
|
|
142
144
|
dashboardGroup?: pulumi.Input<string>;
|
|
143
145
|
/**
|
|
144
|
-
*
|
|
146
|
+
* Description of the dashboard (Optional)
|
|
145
147
|
*/
|
|
146
148
|
description?: pulumi.Input<string>;
|
|
147
149
|
discoveryOptionsQuery?: pulumi.Input<string>;
|
|
148
150
|
discoveryOptionsSelectors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
149
151
|
/**
|
|
150
|
-
* Seconds since epoch
|
|
152
|
+
* Seconds since epoch to end the visualization
|
|
151
153
|
*/
|
|
152
154
|
endTime?: pulumi.Input<number>;
|
|
153
155
|
/**
|
|
154
|
-
*
|
|
156
|
+
* Event overlay to add to charts
|
|
155
157
|
*/
|
|
156
158
|
eventOverlays?: pulumi.Input<pulumi.Input<inputs.DashboardEventOverlay>[]>;
|
|
157
159
|
/**
|
|
158
|
-
* Filter to apply to
|
|
160
|
+
* Filter to apply to each chart in the dashboard
|
|
159
161
|
*/
|
|
160
162
|
filters?: pulumi.Input<pulumi.Input<inputs.DashboardFilter>[]>;
|
|
161
163
|
/**
|
|
162
|
-
* Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart
|
|
164
|
+
* Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart can't
|
|
165
|
+
* fit in a row, it will be placed automatically in the next row
|
|
163
166
|
*/
|
|
164
167
|
grids?: pulumi.Input<pulumi.Input<inputs.DashboardGrid>[]>;
|
|
165
168
|
/**
|
|
166
|
-
* Name of the dashboard
|
|
169
|
+
* Name of the dashboard
|
|
167
170
|
*/
|
|
168
171
|
name?: pulumi.Input<string>;
|
|
169
|
-
/**
|
|
170
|
-
* [Permissions](https://docs.splunk.com/Observability/infrastructure/terms-concepts/permissions.html) Controls who can view and/or edit your dashboard. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
171
|
-
*/
|
|
172
172
|
permissions?: pulumi.Input<inputs.DashboardPermissions>;
|
|
173
173
|
/**
|
|
174
|
-
*
|
|
174
|
+
* Event overlay added to charts by default to charts
|
|
175
175
|
*/
|
|
176
176
|
selectedEventOverlays?: pulumi.Input<pulumi.Input<inputs.DashboardSelectedEventOverlay>[]>;
|
|
177
177
|
/**
|
|
178
|
-
* Seconds since epoch
|
|
178
|
+
* Seconds since epoch to start the visualization
|
|
179
179
|
*/
|
|
180
180
|
startTime?: pulumi.Input<number>;
|
|
181
181
|
/**
|
|
182
|
-
* Tags of the dashboard
|
|
182
|
+
* Tags of the dashboard
|
|
183
183
|
*/
|
|
184
184
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
185
185
|
/**
|
|
186
|
-
*
|
|
186
|
+
* From when to display data. Splunk Observability Cloud time syntax (e.g. -5m, -1h)
|
|
187
187
|
*/
|
|
188
188
|
timeRange?: pulumi.Input<string>;
|
|
189
189
|
/**
|
|
190
|
-
*
|
|
190
|
+
* URL of the dashboard
|
|
191
191
|
*/
|
|
192
192
|
url?: pulumi.Input<string>;
|
|
193
193
|
/**
|
|
194
|
-
* Dashboard variable to apply to each chart in the dashboard
|
|
194
|
+
* Dashboard variable to apply to each chart in the dashboard
|
|
195
195
|
*/
|
|
196
196
|
variables?: pulumi.Input<pulumi.Input<inputs.DashboardVariable>[]>;
|
|
197
197
|
}
|
|
@@ -200,81 +200,81 @@ export interface DashboardState {
|
|
|
200
200
|
*/
|
|
201
201
|
export interface DashboardArgs {
|
|
202
202
|
/**
|
|
203
|
-
* Team IDs that have write access to this dashboard
|
|
203
|
+
* Team IDs that have write access to this dashboard
|
|
204
204
|
*
|
|
205
205
|
* @deprecated Please use permissions_* fields now
|
|
206
206
|
*/
|
|
207
207
|
authorizedWriterTeams?: pulumi.Input<pulumi.Input<string>[]>;
|
|
208
208
|
/**
|
|
209
|
-
* User IDs that have write access to this dashboard
|
|
209
|
+
* User IDs that have write access to this dashboard
|
|
210
210
|
*
|
|
211
211
|
* @deprecated Please use permissions fields now
|
|
212
212
|
*/
|
|
213
213
|
authorizedWriterUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
214
214
|
/**
|
|
215
|
-
* Chart ID and layout information for the charts in the dashboard
|
|
215
|
+
* Chart ID and layout information for the charts in the dashboard
|
|
216
216
|
*/
|
|
217
217
|
charts?: pulumi.Input<pulumi.Input<inputs.DashboardChart>[]>;
|
|
218
218
|
/**
|
|
219
|
-
* Specifies the chart data display resolution for charts in this dashboard. Value can be one of
|
|
219
|
+
* Specifies the chart data display resolution for charts in this dashboard. Value can be one of "default", "low", "high",
|
|
220
|
+
* or "highest". default by default
|
|
220
221
|
*/
|
|
221
222
|
chartsResolution?: pulumi.Input<string>;
|
|
222
223
|
/**
|
|
223
|
-
* Column
|
|
224
|
+
* Column layout. Charts listed, will be placed in a single column with the same width and height
|
|
224
225
|
*/
|
|
225
226
|
columns?: pulumi.Input<pulumi.Input<inputs.DashboardColumn>[]>;
|
|
226
227
|
/**
|
|
227
|
-
* The ID of the dashboard group that contains the dashboard.
|
|
228
|
+
* The ID of the dashboard group that contains the dashboard. If an ID is not provided during creation, the dashboard will
|
|
229
|
+
* be placed in a newly created dashboard group
|
|
228
230
|
*/
|
|
229
231
|
dashboardGroup: pulumi.Input<string>;
|
|
230
232
|
/**
|
|
231
|
-
*
|
|
233
|
+
* Description of the dashboard (Optional)
|
|
232
234
|
*/
|
|
233
235
|
description?: pulumi.Input<string>;
|
|
234
236
|
discoveryOptionsQuery?: pulumi.Input<string>;
|
|
235
237
|
discoveryOptionsSelectors?: pulumi.Input<pulumi.Input<string>[]>;
|
|
236
238
|
/**
|
|
237
|
-
* Seconds since epoch
|
|
239
|
+
* Seconds since epoch to end the visualization
|
|
238
240
|
*/
|
|
239
241
|
endTime?: pulumi.Input<number>;
|
|
240
242
|
/**
|
|
241
|
-
*
|
|
243
|
+
* Event overlay to add to charts
|
|
242
244
|
*/
|
|
243
245
|
eventOverlays?: pulumi.Input<pulumi.Input<inputs.DashboardEventOverlay>[]>;
|
|
244
246
|
/**
|
|
245
|
-
* Filter to apply to
|
|
247
|
+
* Filter to apply to each chart in the dashboard
|
|
246
248
|
*/
|
|
247
249
|
filters?: pulumi.Input<pulumi.Input<inputs.DashboardFilter>[]>;
|
|
248
250
|
/**
|
|
249
|
-
* Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart
|
|
251
|
+
* Grid dashboard layout. Charts listed will be placed in a grid by row with the same width and height. If a chart can't
|
|
252
|
+
* fit in a row, it will be placed automatically in the next row
|
|
250
253
|
*/
|
|
251
254
|
grids?: pulumi.Input<pulumi.Input<inputs.DashboardGrid>[]>;
|
|
252
255
|
/**
|
|
253
|
-
* Name of the dashboard
|
|
256
|
+
* Name of the dashboard
|
|
254
257
|
*/
|
|
255
258
|
name?: pulumi.Input<string>;
|
|
256
|
-
/**
|
|
257
|
-
* [Permissions](https://docs.splunk.com/Observability/infrastructure/terms-concepts/permissions.html) Controls who can view and/or edit your dashboard. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
258
|
-
*/
|
|
259
259
|
permissions?: pulumi.Input<inputs.DashboardPermissions>;
|
|
260
260
|
/**
|
|
261
|
-
*
|
|
261
|
+
* Event overlay added to charts by default to charts
|
|
262
262
|
*/
|
|
263
263
|
selectedEventOverlays?: pulumi.Input<pulumi.Input<inputs.DashboardSelectedEventOverlay>[]>;
|
|
264
264
|
/**
|
|
265
|
-
* Seconds since epoch
|
|
265
|
+
* Seconds since epoch to start the visualization
|
|
266
266
|
*/
|
|
267
267
|
startTime?: pulumi.Input<number>;
|
|
268
268
|
/**
|
|
269
|
-
* Tags of the dashboard
|
|
269
|
+
* Tags of the dashboard
|
|
270
270
|
*/
|
|
271
271
|
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
272
272
|
/**
|
|
273
|
-
*
|
|
273
|
+
* From when to display data. Splunk Observability Cloud time syntax (e.g. -5m, -1h)
|
|
274
274
|
*/
|
|
275
275
|
timeRange?: pulumi.Input<string>;
|
|
276
276
|
/**
|
|
277
|
-
* Dashboard variable to apply to each chart in the dashboard
|
|
277
|
+
* Dashboard variable to apply to each chart in the dashboard
|
|
278
278
|
*/
|
|
279
279
|
variables?: pulumi.Input<pulumi.Input<inputs.DashboardVariable>[]>;
|
|
280
280
|
}
|
package/dashboardGroup.d.ts
CHANGED
|
@@ -2,13 +2,13 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* In the
|
|
5
|
+
* In the Splunk Observability Cloud web UI, a [dashboard group](https://developers.signalfx.com/dashboard_groups_reference.html) is a collection of dashboards.
|
|
6
6
|
*
|
|
7
|
-
*
|
|
7
|
+
* Dashboard groups cannot be accessed directly. You can access them through a dashboard within a group.
|
|
8
8
|
*
|
|
9
|
-
* > **NOTE** When you want to
|
|
9
|
+
* > **NOTE** When you want to change or remove write permissions for a user other than yourself regarding dashboard groups, use a session token of an administrator to authenticate the Splunk Observability Cloud provider. See [Operations that require a session token for an administrator](https://dev.splunk.com/observability/docs/administration/authtokens#Operations-that-require-a-session-token-for-an-administrator).
|
|
10
10
|
*
|
|
11
|
-
* ## Example
|
|
11
|
+
* ## Example
|
|
12
12
|
*
|
|
13
13
|
* ```typescript
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -20,7 +20,8 @@ import * as outputs from "./types/output";
|
|
|
20
20
|
* authorizedWriterUsers: ["abc123"],
|
|
21
21
|
* });
|
|
22
22
|
* ```
|
|
23
|
-
*
|
|
23
|
+
*
|
|
24
|
+
* ## Example with permissions
|
|
24
25
|
*
|
|
25
26
|
* ```typescript
|
|
26
27
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -45,7 +46,8 @@ import * as outputs from "./types/output";
|
|
|
45
46
|
* ],
|
|
46
47
|
* });
|
|
47
48
|
* ```
|
|
48
|
-
*
|
|
49
|
+
*
|
|
50
|
+
* ## Example With mirrored dashboards
|
|
49
51
|
*
|
|
50
52
|
* ```typescript
|
|
51
53
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -73,6 +75,39 @@ import * as outputs from "./types/output";
|
|
|
73
75
|
* }],
|
|
74
76
|
* });
|
|
75
77
|
* ```
|
|
78
|
+
*
|
|
79
|
+
* ## Arguments
|
|
80
|
+
*
|
|
81
|
+
* The following arguments are supported in the resource block:
|
|
82
|
+
*
|
|
83
|
+
* * `name` - (Required) Name of the dashboard group.
|
|
84
|
+
* * `description` - (Required) Description of the dashboard group.
|
|
85
|
+
* * `teams` - (Optional) Team IDs to associate the dashboard group to.
|
|
86
|
+
* * `authorizedWriterTeams` - (Optional) Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
87
|
+
* * `authorizedWriterUsers` - (Optional) User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
88
|
+
* * `permissions` - (Optional) [Permissions](https://docs.splunk.com/Observability/infrastructure/terms-concepts/permissions.html) List of read and write permission configuration to specify which user, team, and organization can view and/or edit your dashboard group. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
89
|
+
* * `principalId` - (Required) ID of the user, team, or organization for which you're granting permissions.
|
|
90
|
+
* * `principalType` - (Required) Clarify whether this permission configuration is for a user, a team, or an organization. Value can be one of "USER", "TEAM", or "ORG".
|
|
91
|
+
* * `actions` - (Required) Action the user, team, or organization can take with the dashboard group. List of values (value can be "READ" or "WRITE").
|
|
92
|
+
* * `dashboard` - (Optional) [Mirrored dashboards](https://docs.splunk.com/observability/en/data-visualization/dashboards/dashboard-share-clone-mirror.html#mirror-dashboard) in this dashboard group. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
93
|
+
* * `dashboardId` - (Required) The dashboard id to mirror
|
|
94
|
+
* * `nameOverride` - (Optional) The name that will override the original dashboards's name.
|
|
95
|
+
* * `descriptionOverride` - (Optional) The description that will override the original dashboards's description.
|
|
96
|
+
* * `filterOverride` - (Optional) The description that will override the original dashboards's description.
|
|
97
|
+
* * `property` - (Required) The name of a dimension to filter against.
|
|
98
|
+
* * `values` - (Required) A list of values to be used with the `property`, they will be combined via `OR`.
|
|
99
|
+
* * `negated` - (Optional) If true, only data that does not match the specified value of the specified property appear in the event overlay. Defaults to `false`.
|
|
100
|
+
* * `filterOverride` - (Optional) The description that will override the original dashboards's description.
|
|
101
|
+
* * `property` - (Required) A metric time series dimension or property name.
|
|
102
|
+
* * `values` - (Optional) (Optional) List of of strings (which will be treated as an OR filter on the property).
|
|
103
|
+
* * `valuesSuggested` - (Optional) A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable.
|
|
104
|
+
*
|
|
105
|
+
* ## Attributes
|
|
106
|
+
*
|
|
107
|
+
* In a addition to all arguments above, the following attributes are exported:
|
|
108
|
+
*
|
|
109
|
+
* * `id` - The ID of the integration.
|
|
110
|
+
* * `dashboard.config_id` - The ID of the association between the dashboard group and the dashboard
|
|
76
111
|
*/
|
|
77
112
|
export declare class DashboardGroup extends pulumi.CustomResource {
|
|
78
113
|
/**
|
|
@@ -91,36 +126,36 @@ export declare class DashboardGroup extends pulumi.CustomResource {
|
|
|
91
126
|
*/
|
|
92
127
|
static isInstance(obj: any): obj is DashboardGroup;
|
|
93
128
|
/**
|
|
94
|
-
* Team IDs that have write access to this dashboard
|
|
129
|
+
* Team IDs that have write access to this dashboard
|
|
95
130
|
*
|
|
96
131
|
* @deprecated Please use permissions field now
|
|
97
132
|
*/
|
|
98
133
|
readonly authorizedWriterTeams: pulumi.Output<string[] | undefined>;
|
|
99
134
|
/**
|
|
100
|
-
* User IDs that have write access to this dashboard
|
|
135
|
+
* User IDs that have write access to this dashboard
|
|
101
136
|
*
|
|
102
137
|
* @deprecated Please use permissions field now
|
|
103
138
|
*/
|
|
104
139
|
readonly authorizedWriterUsers: pulumi.Output<string[] | undefined>;
|
|
105
140
|
/**
|
|
106
|
-
*
|
|
141
|
+
* Dashboard IDs that are members of this dashboard group. Also handles 'mirrored' dashboards.
|
|
107
142
|
*/
|
|
108
143
|
readonly dashboards: pulumi.Output<outputs.DashboardGroupDashboard[] | undefined>;
|
|
109
144
|
/**
|
|
110
|
-
* Description of the dashboard group
|
|
145
|
+
* Description of the dashboard group
|
|
111
146
|
*/
|
|
112
147
|
readonly description: pulumi.Output<string | undefined>;
|
|
113
148
|
readonly importQualifiers: pulumi.Output<outputs.DashboardGroupImportQualifier[] | undefined>;
|
|
114
149
|
/**
|
|
115
|
-
* Name of the dashboard group
|
|
150
|
+
* Name of the dashboard group
|
|
116
151
|
*/
|
|
117
152
|
readonly name: pulumi.Output<string>;
|
|
118
153
|
/**
|
|
119
|
-
*
|
|
154
|
+
* The custom access control list for this dashboard
|
|
120
155
|
*/
|
|
121
156
|
readonly permissions: pulumi.Output<outputs.DashboardGroupPermission[]>;
|
|
122
157
|
/**
|
|
123
|
-
* Team IDs to associate the dashboard group to
|
|
158
|
+
* Team IDs to associate the dashboard group to
|
|
124
159
|
*/
|
|
125
160
|
readonly teams: pulumi.Output<string[] | undefined>;
|
|
126
161
|
/**
|
|
@@ -137,36 +172,36 @@ export declare class DashboardGroup extends pulumi.CustomResource {
|
|
|
137
172
|
*/
|
|
138
173
|
export interface DashboardGroupState {
|
|
139
174
|
/**
|
|
140
|
-
* Team IDs that have write access to this dashboard
|
|
175
|
+
* Team IDs that have write access to this dashboard
|
|
141
176
|
*
|
|
142
177
|
* @deprecated Please use permissions field now
|
|
143
178
|
*/
|
|
144
179
|
authorizedWriterTeams?: pulumi.Input<pulumi.Input<string>[]>;
|
|
145
180
|
/**
|
|
146
|
-
* User IDs that have write access to this dashboard
|
|
181
|
+
* User IDs that have write access to this dashboard
|
|
147
182
|
*
|
|
148
183
|
* @deprecated Please use permissions field now
|
|
149
184
|
*/
|
|
150
185
|
authorizedWriterUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
151
186
|
/**
|
|
152
|
-
*
|
|
187
|
+
* Dashboard IDs that are members of this dashboard group. Also handles 'mirrored' dashboards.
|
|
153
188
|
*/
|
|
154
189
|
dashboards?: pulumi.Input<pulumi.Input<inputs.DashboardGroupDashboard>[]>;
|
|
155
190
|
/**
|
|
156
|
-
* Description of the dashboard group
|
|
191
|
+
* Description of the dashboard group
|
|
157
192
|
*/
|
|
158
193
|
description?: pulumi.Input<string>;
|
|
159
194
|
importQualifiers?: pulumi.Input<pulumi.Input<inputs.DashboardGroupImportQualifier>[]>;
|
|
160
195
|
/**
|
|
161
|
-
* Name of the dashboard group
|
|
196
|
+
* Name of the dashboard group
|
|
162
197
|
*/
|
|
163
198
|
name?: pulumi.Input<string>;
|
|
164
199
|
/**
|
|
165
|
-
*
|
|
200
|
+
* The custom access control list for this dashboard
|
|
166
201
|
*/
|
|
167
202
|
permissions?: pulumi.Input<pulumi.Input<inputs.DashboardGroupPermission>[]>;
|
|
168
203
|
/**
|
|
169
|
-
* Team IDs to associate the dashboard group to
|
|
204
|
+
* Team IDs to associate the dashboard group to
|
|
170
205
|
*/
|
|
171
206
|
teams?: pulumi.Input<pulumi.Input<string>[]>;
|
|
172
207
|
}
|
|
@@ -175,36 +210,36 @@ export interface DashboardGroupState {
|
|
|
175
210
|
*/
|
|
176
211
|
export interface DashboardGroupArgs {
|
|
177
212
|
/**
|
|
178
|
-
* Team IDs that have write access to this dashboard
|
|
213
|
+
* Team IDs that have write access to this dashboard
|
|
179
214
|
*
|
|
180
215
|
* @deprecated Please use permissions field now
|
|
181
216
|
*/
|
|
182
217
|
authorizedWriterTeams?: pulumi.Input<pulumi.Input<string>[]>;
|
|
183
218
|
/**
|
|
184
|
-
* User IDs that have write access to this dashboard
|
|
219
|
+
* User IDs that have write access to this dashboard
|
|
185
220
|
*
|
|
186
221
|
* @deprecated Please use permissions field now
|
|
187
222
|
*/
|
|
188
223
|
authorizedWriterUsers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
189
224
|
/**
|
|
190
|
-
*
|
|
225
|
+
* Dashboard IDs that are members of this dashboard group. Also handles 'mirrored' dashboards.
|
|
191
226
|
*/
|
|
192
227
|
dashboards?: pulumi.Input<pulumi.Input<inputs.DashboardGroupDashboard>[]>;
|
|
193
228
|
/**
|
|
194
|
-
* Description of the dashboard group
|
|
229
|
+
* Description of the dashboard group
|
|
195
230
|
*/
|
|
196
231
|
description?: pulumi.Input<string>;
|
|
197
232
|
importQualifiers?: pulumi.Input<pulumi.Input<inputs.DashboardGroupImportQualifier>[]>;
|
|
198
233
|
/**
|
|
199
|
-
* Name of the dashboard group
|
|
234
|
+
* Name of the dashboard group
|
|
200
235
|
*/
|
|
201
236
|
name?: pulumi.Input<string>;
|
|
202
237
|
/**
|
|
203
|
-
*
|
|
238
|
+
* The custom access control list for this dashboard
|
|
204
239
|
*/
|
|
205
240
|
permissions?: pulumi.Input<pulumi.Input<inputs.DashboardGroupPermission>[]>;
|
|
206
241
|
/**
|
|
207
|
-
* Team IDs to associate the dashboard group to
|
|
242
|
+
* Team IDs to associate the dashboard group to
|
|
208
243
|
*/
|
|
209
244
|
teams?: pulumi.Input<pulumi.Input<string>[]>;
|
|
210
245
|
}
|
package/dashboardGroup.js
CHANGED
|
@@ -6,13 +6,13 @@ exports.DashboardGroup = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* In the
|
|
9
|
+
* In the Splunk Observability Cloud web UI, a [dashboard group](https://developers.signalfx.com/dashboard_groups_reference.html) is a collection of dashboards.
|
|
10
10
|
*
|
|
11
|
-
*
|
|
11
|
+
* Dashboard groups cannot be accessed directly. You can access them through a dashboard within a group.
|
|
12
12
|
*
|
|
13
|
-
* > **NOTE** When you want to
|
|
13
|
+
* > **NOTE** When you want to change or remove write permissions for a user other than yourself regarding dashboard groups, use a session token of an administrator to authenticate the Splunk Observability Cloud provider. See [Operations that require a session token for an administrator](https://dev.splunk.com/observability/docs/administration/authtokens#Operations-that-require-a-session-token-for-an-administrator).
|
|
14
14
|
*
|
|
15
|
-
* ## Example
|
|
15
|
+
* ## Example
|
|
16
16
|
*
|
|
17
17
|
* ```typescript
|
|
18
18
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -24,7 +24,8 @@ const utilities = require("./utilities");
|
|
|
24
24
|
* authorizedWriterUsers: ["abc123"],
|
|
25
25
|
* });
|
|
26
26
|
* ```
|
|
27
|
-
*
|
|
27
|
+
*
|
|
28
|
+
* ## Example with permissions
|
|
28
29
|
*
|
|
29
30
|
* ```typescript
|
|
30
31
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -49,7 +50,8 @@ const utilities = require("./utilities");
|
|
|
49
50
|
* ],
|
|
50
51
|
* });
|
|
51
52
|
* ```
|
|
52
|
-
*
|
|
53
|
+
*
|
|
54
|
+
* ## Example With mirrored dashboards
|
|
53
55
|
*
|
|
54
56
|
* ```typescript
|
|
55
57
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -77,6 +79,39 @@ const utilities = require("./utilities");
|
|
|
77
79
|
* }],
|
|
78
80
|
* });
|
|
79
81
|
* ```
|
|
82
|
+
*
|
|
83
|
+
* ## Arguments
|
|
84
|
+
*
|
|
85
|
+
* The following arguments are supported in the resource block:
|
|
86
|
+
*
|
|
87
|
+
* * `name` - (Required) Name of the dashboard group.
|
|
88
|
+
* * `description` - (Required) Description of the dashboard group.
|
|
89
|
+
* * `teams` - (Optional) Team IDs to associate the dashboard group to.
|
|
90
|
+
* * `authorizedWriterTeams` - (Optional) Team IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's team (or user id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
91
|
+
* * `authorizedWriterUsers` - (Optional) User IDs that have write access to this dashboard group. Remember to use an admin's token if using this feature and to include that admin's user id (or team id in `authorizedWriterTeams`). **Note:** Deprecated use `permissions` instead.
|
|
92
|
+
* * `permissions` - (Optional) [Permissions](https://docs.splunk.com/Observability/infrastructure/terms-concepts/permissions.html) List of read and write permission configuration to specify which user, team, and organization can view and/or edit your dashboard group. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
93
|
+
* * `principalId` - (Required) ID of the user, team, or organization for which you're granting permissions.
|
|
94
|
+
* * `principalType` - (Required) Clarify whether this permission configuration is for a user, a team, or an organization. Value can be one of "USER", "TEAM", or "ORG".
|
|
95
|
+
* * `actions` - (Required) Action the user, team, or organization can take with the dashboard group. List of values (value can be "READ" or "WRITE").
|
|
96
|
+
* * `dashboard` - (Optional) [Mirrored dashboards](https://docs.splunk.com/observability/en/data-visualization/dashboards/dashboard-share-clone-mirror.html#mirror-dashboard) in this dashboard group. **Note:** This feature is not present in all accounts. Please contact support if you are unsure.
|
|
97
|
+
* * `dashboardId` - (Required) The dashboard id to mirror
|
|
98
|
+
* * `nameOverride` - (Optional) The name that will override the original dashboards's name.
|
|
99
|
+
* * `descriptionOverride` - (Optional) The description that will override the original dashboards's description.
|
|
100
|
+
* * `filterOverride` - (Optional) The description that will override the original dashboards's description.
|
|
101
|
+
* * `property` - (Required) The name of a dimension to filter against.
|
|
102
|
+
* * `values` - (Required) A list of values to be used with the `property`, they will be combined via `OR`.
|
|
103
|
+
* * `negated` - (Optional) If true, only data that does not match the specified value of the specified property appear in the event overlay. Defaults to `false`.
|
|
104
|
+
* * `filterOverride` - (Optional) The description that will override the original dashboards's description.
|
|
105
|
+
* * `property` - (Required) A metric time series dimension or property name.
|
|
106
|
+
* * `values` - (Optional) (Optional) List of of strings (which will be treated as an OR filter on the property).
|
|
107
|
+
* * `valuesSuggested` - (Optional) A list of strings of suggested values for this variable; these suggestions will receive priority when values are autosuggested for this variable.
|
|
108
|
+
*
|
|
109
|
+
* ## Attributes
|
|
110
|
+
*
|
|
111
|
+
* In a addition to all arguments above, the following attributes are exported:
|
|
112
|
+
*
|
|
113
|
+
* * `id` - The ID of the integration.
|
|
114
|
+
* * `dashboard.config_id` - The ID of the association between the dashboard group and the dashboard
|
|
80
115
|
*/
|
|
81
116
|
class DashboardGroup extends pulumi.CustomResource {
|
|
82
117
|
/**
|
package/dashboardGroup.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dashboardGroup.js","sourceRoot":"","sources":["../dashboardGroup.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"dashboardGroup.js","sourceRoot":"","sources":["../dashboardGroup.ts"],"names":[],"mappings":"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"}
|