@pulumi/signalfx 7.1.4 → 7.1.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/alertMutingRule.d.ts +27 -33
- package/alertMutingRule.js +2 -18
- package/alertMutingRule.js.map +1 -1
- package/aws/externalIntegration.d.ts +7 -19
- package/aws/externalIntegration.js +0 -12
- package/aws/externalIntegration.js.map +1 -1
- package/aws/integration.d.ts +68 -135
- package/aws/integration.js +0 -37
- package/aws/integration.js.map +1 -1
- package/aws/tokenIntegration.d.ts +5 -16
- package/aws/tokenIntegration.js +0 -11
- package/aws/tokenIntegration.js.map +1 -1
- package/azure/integration.d.ts +39 -95
- package/azure/integration.js +0 -26
- package/azure/integration.js.map +1 -1
- package/dashboard.d.ts +62 -62
- package/dashboardGroup.d.ts +21 -54
- package/dashboardGroup.js +0 -33
- package/dashboardGroup.js.map +1 -1
- package/dataLink.d.ts +12 -46
- package/dataLink.js +0 -28
- package/dataLink.js.map +1 -1
- package/detector.d.ts +55 -114
- package/detector.js +0 -51
- package/detector.js.map +1 -1
- package/eventFeedChart.d.ts +20 -38
- package/eventFeedChart.js +0 -18
- package/eventFeedChart.js.map +1 -1
- package/gcp/integration.d.ts +30 -61
- package/gcp/integration.js +0 -19
- package/gcp/integration.js.map +1 -1
- package/heatmapChart.d.ts +44 -78
- package/heatmapChart.js +0 -34
- package/heatmapChart.js.map +1 -1
- package/jira/integration.d.ts +21 -48
- package/jira/integration.js +0 -21
- package/jira/integration.js.map +1 -1
- package/listChart.d.ts +62 -109
- package/listChart.js +0 -44
- package/listChart.js.map +1 -1
- package/log/timeline.d.ts +23 -42
- package/log/timeline.js +0 -19
- package/log/timeline.js.map +1 -1
- package/log/view.d.ts +29 -50
- package/log/view.js +0 -21
- package/log/view.js.map +1 -1
- package/metricRuleset.d.ts +9 -31
- package/metricRuleset.js +0 -22
- package/metricRuleset.js.map +1 -1
- package/opsgenie/integration.d.ts +12 -25
- package/opsgenie/integration.js +0 -13
- package/opsgenie/integration.js.map +1 -1
- package/orgToken.d.ts +36 -47
- package/orgToken.js +0 -29
- package/orgToken.js.map +1 -1
- package/package.json +2 -2
- package/pagerduty/getIntegration.d.ts +12 -20
- package/pagerduty/getIntegration.js +0 -20
- package/pagerduty/getIntegration.js.map +1 -1
- package/pagerduty/integration.d.ts +9 -20
- package/pagerduty/integration.js +0 -11
- package/pagerduty/integration.js.map +1 -1
- package/servicenow/integration.d.ts +15 -44
- package/servicenow/integration.js +0 -17
- package/servicenow/integration.js.map +1 -1
- package/singleValueChart.d.ts +38 -73
- package/singleValueChart.js +0 -35
- package/singleValueChart.js.map +1 -1
- package/slack/integration.d.ts +9 -21
- package/slack/integration.js +0 -12
- package/slack/integration.js.map +1 -1
- package/slo.d.ts +12 -52
- package/slo.js +0 -37
- package/slo.js.map +1 -1
- package/tableChart.d.ts +14 -30
- package/tableChart.js +0 -16
- package/tableChart.js.map +1 -1
- package/team.d.ts +29 -50
- package/team.js +0 -21
- package/team.js.map +1 -1
- package/textChart.d.ts +11 -26
- package/textChart.js +0 -15
- package/textChart.js.map +1 -1
- package/timeChart.d.ts +92 -146
- package/timeChart.js +0 -66
- package/timeChart.js.map +1 -1
- package/types/input.d.ts +211 -182
- package/types/output.d.ts +211 -182
- package/victorops/integration.d.ts +9 -21
- package/victorops/integration.js +0 -12
- package/victorops/integration.js.map +1 -1
- package/webhookIntegration.d.ts +36 -28
- package/webhookIntegration.js +4 -16
- package/webhookIntegration.js.map +1 -1
package/eventFeedChart.d.ts
CHANGED
|
@@ -3,24 +3,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
3
3
|
* Displays a listing of events as a widget in a dashboard.
|
|
4
4
|
*
|
|
5
5
|
* ## Example
|
|
6
|
-
*
|
|
7
|
-
* ## Arguments
|
|
8
|
-
*
|
|
9
|
-
* The following arguments are supported in the resource block:
|
|
10
|
-
*
|
|
11
|
-
* * `name` - (Required) Name of the text note.
|
|
12
|
-
* * `programText` - (Required) Signalflow program text for the chart. More info[in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
|
|
13
|
-
* * `description` - (Optional) Description of the text note.
|
|
14
|
-
* * `timeRange` - (Optional) From when to display data. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`). Conflicts with `startTime` and `endTime`.
|
|
15
|
-
* * `startTime` - (Optional) Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
16
|
-
* * `endTime` - (Optional) Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
17
|
-
*
|
|
18
|
-
* ## Attributes
|
|
19
|
-
*
|
|
20
|
-
* In a addition to all arguments above, the following attributes are exported:
|
|
21
|
-
*
|
|
22
|
-
* * `id` - The ID of the chart.
|
|
23
|
-
* * `url` - The URL of the chart.
|
|
24
6
|
*/
|
|
25
7
|
export declare class EventFeedChart extends pulumi.CustomResource {
|
|
26
8
|
/**
|
|
@@ -39,31 +21,31 @@ export declare class EventFeedChart extends pulumi.CustomResource {
|
|
|
39
21
|
*/
|
|
40
22
|
static isInstance(obj: any): obj is EventFeedChart;
|
|
41
23
|
/**
|
|
42
|
-
* Description of the
|
|
24
|
+
* Description of the text note.
|
|
43
25
|
*/
|
|
44
26
|
readonly description: pulumi.Output<string | undefined>;
|
|
45
27
|
/**
|
|
46
|
-
* Seconds since epoch
|
|
28
|
+
* Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
47
29
|
*/
|
|
48
30
|
readonly endTime: pulumi.Output<number | undefined>;
|
|
49
31
|
/**
|
|
50
|
-
* Name of the
|
|
32
|
+
* Name of the text note.
|
|
51
33
|
*/
|
|
52
34
|
readonly name: pulumi.Output<string>;
|
|
53
35
|
/**
|
|
54
|
-
* Signalflow program text for the chart. More info
|
|
36
|
+
* Signalflow program text for the chart. More info[in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
|
|
55
37
|
*/
|
|
56
38
|
readonly programText: pulumi.Output<string>;
|
|
57
39
|
/**
|
|
58
|
-
* Seconds since epoch
|
|
40
|
+
* Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
59
41
|
*/
|
|
60
42
|
readonly startTime: pulumi.Output<number | undefined>;
|
|
61
43
|
/**
|
|
62
|
-
*
|
|
44
|
+
* From when to display data. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`). Conflicts with `startTime` and `endTime`.
|
|
63
45
|
*/
|
|
64
46
|
readonly timeRange: pulumi.Output<number | undefined>;
|
|
65
47
|
/**
|
|
66
|
-
* URL of the chart
|
|
48
|
+
* The URL of the chart.
|
|
67
49
|
*/
|
|
68
50
|
readonly url: pulumi.Output<string>;
|
|
69
51
|
/**
|
|
@@ -80,31 +62,31 @@ export declare class EventFeedChart extends pulumi.CustomResource {
|
|
|
80
62
|
*/
|
|
81
63
|
export interface EventFeedChartState {
|
|
82
64
|
/**
|
|
83
|
-
* Description of the
|
|
65
|
+
* Description of the text note.
|
|
84
66
|
*/
|
|
85
67
|
description?: pulumi.Input<string>;
|
|
86
68
|
/**
|
|
87
|
-
* Seconds since epoch
|
|
69
|
+
* Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
88
70
|
*/
|
|
89
71
|
endTime?: pulumi.Input<number>;
|
|
90
72
|
/**
|
|
91
|
-
* Name of the
|
|
73
|
+
* Name of the text note.
|
|
92
74
|
*/
|
|
93
75
|
name?: pulumi.Input<string>;
|
|
94
76
|
/**
|
|
95
|
-
* Signalflow program text for the chart. More info
|
|
77
|
+
* Signalflow program text for the chart. More info[in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
|
|
96
78
|
*/
|
|
97
79
|
programText?: pulumi.Input<string>;
|
|
98
80
|
/**
|
|
99
|
-
* Seconds since epoch
|
|
81
|
+
* Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
100
82
|
*/
|
|
101
83
|
startTime?: pulumi.Input<number>;
|
|
102
84
|
/**
|
|
103
|
-
*
|
|
85
|
+
* From when to display data. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`). Conflicts with `startTime` and `endTime`.
|
|
104
86
|
*/
|
|
105
87
|
timeRange?: pulumi.Input<number>;
|
|
106
88
|
/**
|
|
107
|
-
* URL of the chart
|
|
89
|
+
* The URL of the chart.
|
|
108
90
|
*/
|
|
109
91
|
url?: pulumi.Input<string>;
|
|
110
92
|
}
|
|
@@ -113,27 +95,27 @@ export interface EventFeedChartState {
|
|
|
113
95
|
*/
|
|
114
96
|
export interface EventFeedChartArgs {
|
|
115
97
|
/**
|
|
116
|
-
* Description of the
|
|
98
|
+
* Description of the text note.
|
|
117
99
|
*/
|
|
118
100
|
description?: pulumi.Input<string>;
|
|
119
101
|
/**
|
|
120
|
-
* Seconds since epoch
|
|
102
|
+
* Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
121
103
|
*/
|
|
122
104
|
endTime?: pulumi.Input<number>;
|
|
123
105
|
/**
|
|
124
|
-
* Name of the
|
|
106
|
+
* Name of the text note.
|
|
125
107
|
*/
|
|
126
108
|
name?: pulumi.Input<string>;
|
|
127
109
|
/**
|
|
128
|
-
* Signalflow program text for the chart. More info
|
|
110
|
+
* Signalflow program text for the chart. More info[in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
|
|
129
111
|
*/
|
|
130
112
|
programText: pulumi.Input<string>;
|
|
131
113
|
/**
|
|
132
|
-
* Seconds since epoch
|
|
114
|
+
* Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
133
115
|
*/
|
|
134
116
|
startTime?: pulumi.Input<number>;
|
|
135
117
|
/**
|
|
136
|
-
*
|
|
118
|
+
* From when to display data. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`). Conflicts with `startTime` and `endTime`.
|
|
137
119
|
*/
|
|
138
120
|
timeRange?: pulumi.Input<number>;
|
|
139
121
|
}
|
package/eventFeedChart.js
CHANGED
|
@@ -9,24 +9,6 @@ const utilities = require("./utilities");
|
|
|
9
9
|
* Displays a listing of events as a widget in a dashboard.
|
|
10
10
|
*
|
|
11
11
|
* ## Example
|
|
12
|
-
*
|
|
13
|
-
* ## Arguments
|
|
14
|
-
*
|
|
15
|
-
* The following arguments are supported in the resource block:
|
|
16
|
-
*
|
|
17
|
-
* * `name` - (Required) Name of the text note.
|
|
18
|
-
* * `programText` - (Required) Signalflow program text for the chart. More info[in the Splunk Observability Cloud docs](https://dev.splunk.com/observability/docs/signalflow/).
|
|
19
|
-
* * `description` - (Optional) Description of the text note.
|
|
20
|
-
* * `timeRange` - (Optional) From when to display data. Splunk Observability Cloud time syntax (e.g. `"-5m"`, `"-1h"`). Conflicts with `startTime` and `endTime`.
|
|
21
|
-
* * `startTime` - (Optional) Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
22
|
-
* * `endTime` - (Optional) Seconds since epoch. Used for visualization. Conflicts with `timeRange`.
|
|
23
|
-
*
|
|
24
|
-
* ## Attributes
|
|
25
|
-
*
|
|
26
|
-
* In a addition to all arguments above, the following attributes are exported:
|
|
27
|
-
*
|
|
28
|
-
* * `id` - The ID of the chart.
|
|
29
|
-
* * `url` - The URL of the chart.
|
|
30
12
|
*/
|
|
31
13
|
class EventFeedChart extends pulumi.CustomResource {
|
|
32
14
|
/**
|
package/eventFeedChart.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"eventFeedChart.js","sourceRoot":"","sources":["../eventFeedChart.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"eventFeedChart.js","sourceRoot":"","sources":["../eventFeedChart.ts"],"names":[],"mappings":"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"}
|
package/gcp/integration.d.ts
CHANGED
|
@@ -7,25 +7,6 @@ import * as outputs from "../types/output";
|
|
|
7
7
|
* > **NOTE** When managing integrations, 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). Otherwise you'll receive a 4xx error.
|
|
8
8
|
*
|
|
9
9
|
* ## Example
|
|
10
|
-
*
|
|
11
|
-
* ## Arguments
|
|
12
|
-
*
|
|
13
|
-
* * `customMetricTypeDomains` - (Optional) List of additional GCP service domain names that Splunk Observability Cloud will monitor. See [Custom Metric Type Domains documentation](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/#Custom-metric-type-domains)
|
|
14
|
-
* * `enabled` - (Required) Whether the integration is enabled.
|
|
15
|
-
* * `importGcpMetrics` - (Optional) If enabled, Splunk Observability Cloud will sync also Google Cloud Monitoring data. If disabled, Splunk Observability Cloud will import only metadata. Defaults to true.
|
|
16
|
-
* * `includeList` - (Optional) [Compute Metadata Include List](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/).
|
|
17
|
-
* * `name` - (Required) Name of the integration.
|
|
18
|
-
* * `namedToken` - (Optional) Name of the org token to be used for data ingestion. If not specified then default access token is used.
|
|
19
|
-
* * `pollRate` - (Optional) GCP integration poll rate (in seconds). Value between `60` and `600`. Default: `300`.
|
|
20
|
-
* * `projectServiceKeys` - (Required) GCP projects to add.
|
|
21
|
-
* * `services` - (Optional) GCP service metrics to import. Can be an empty list, or not included, to import 'All services'. See [Google Cloud Platform services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#google-cloud-platform-services) for a list of valid values.
|
|
22
|
-
* * `useMetricSourceProjectForQuota` - (Optional) When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are stored. For this to work the service account provided for the project needs to be provided with serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota settings are used.
|
|
23
|
-
*
|
|
24
|
-
* ## Attributes
|
|
25
|
-
*
|
|
26
|
-
* In addition to all arguments above, the following attributes are exported:
|
|
27
|
-
*
|
|
28
|
-
* * `id` - The ID of the integration.
|
|
29
10
|
*/
|
|
30
11
|
export declare class Integration extends pulumi.CustomResource {
|
|
31
12
|
/**
|
|
@@ -44,47 +25,43 @@ export declare class Integration extends pulumi.CustomResource {
|
|
|
44
25
|
*/
|
|
45
26
|
static isInstance(obj: any): obj is Integration;
|
|
46
27
|
/**
|
|
47
|
-
* List of additional GCP service domain names that
|
|
28
|
+
* List of additional GCP service domain names that Splunk Observability Cloud will monitor. See [Custom Metric Type Domains documentation](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/#Custom-metric-type-domains)
|
|
48
29
|
*/
|
|
49
30
|
readonly customMetricTypeDomains: pulumi.Output<string[] | undefined>;
|
|
50
31
|
/**
|
|
51
|
-
* Whether the integration is enabled
|
|
32
|
+
* Whether the integration is enabled.
|
|
52
33
|
*/
|
|
53
34
|
readonly enabled: pulumi.Output<boolean>;
|
|
54
35
|
/**
|
|
55
|
-
* If enabled, Splunk Observability Cloud will sync also Google Cloud
|
|
56
|
-
* will import only metadata. Defaults to true.
|
|
36
|
+
* If enabled, Splunk Observability Cloud will sync also Google Cloud Monitoring data. If disabled, Splunk Observability Cloud will import only metadata. Defaults to true.
|
|
57
37
|
*/
|
|
58
38
|
readonly importGcpMetrics: pulumi.Output<boolean | undefined>;
|
|
59
39
|
/**
|
|
60
|
-
*
|
|
40
|
+
* [Compute Metadata Include List](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/).
|
|
61
41
|
*/
|
|
62
42
|
readonly includeLists: pulumi.Output<string[] | undefined>;
|
|
63
43
|
/**
|
|
64
|
-
* Name of the integration
|
|
44
|
+
* Name of the integration.
|
|
65
45
|
*/
|
|
66
46
|
readonly name: pulumi.Output<string>;
|
|
67
47
|
/**
|
|
68
|
-
*
|
|
48
|
+
* Name of the org token to be used for data ingestion. If not specified then default access token is used.
|
|
69
49
|
*/
|
|
70
50
|
readonly namedToken: pulumi.Output<string | undefined>;
|
|
71
51
|
/**
|
|
72
|
-
* GCP poll rate (in seconds).
|
|
52
|
+
* GCP integration poll rate (in seconds). Value between `60` and `600`. Default: `300`.
|
|
73
53
|
*/
|
|
74
54
|
readonly pollRate: pulumi.Output<number | undefined>;
|
|
75
55
|
/**
|
|
76
|
-
* GCP
|
|
56
|
+
* GCP projects to add.
|
|
77
57
|
*/
|
|
78
58
|
readonly projectServiceKeys: pulumi.Output<outputs.gcp.IntegrationProjectServiceKey[] | undefined>;
|
|
79
59
|
/**
|
|
80
|
-
* GCP
|
|
60
|
+
* GCP service metrics to import. Can be an empty list, or not included, to import 'All services'. See [Google Cloud Platform services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#google-cloud-platform-services) for a list of valid values.
|
|
81
61
|
*/
|
|
82
62
|
readonly services: pulumi.Output<string[] | undefined>;
|
|
83
63
|
/**
|
|
84
|
-
* When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are
|
|
85
|
-
* stored. For this to work the service account provided for the project needs to be provided with
|
|
86
|
-
* serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota
|
|
87
|
-
* settings are used.
|
|
64
|
+
* When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are stored. For this to work the service account provided for the project needs to be provided with serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota settings are used.
|
|
88
65
|
*/
|
|
89
66
|
readonly useMetricSourceProjectForQuota: pulumi.Output<boolean | undefined>;
|
|
90
67
|
/**
|
|
@@ -101,47 +78,43 @@ export declare class Integration extends pulumi.CustomResource {
|
|
|
101
78
|
*/
|
|
102
79
|
export interface IntegrationState {
|
|
103
80
|
/**
|
|
104
|
-
* List of additional GCP service domain names that
|
|
81
|
+
* List of additional GCP service domain names that Splunk Observability Cloud will monitor. See [Custom Metric Type Domains documentation](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/#Custom-metric-type-domains)
|
|
105
82
|
*/
|
|
106
83
|
customMetricTypeDomains?: pulumi.Input<pulumi.Input<string>[]>;
|
|
107
84
|
/**
|
|
108
|
-
* Whether the integration is enabled
|
|
85
|
+
* Whether the integration is enabled.
|
|
109
86
|
*/
|
|
110
87
|
enabled?: pulumi.Input<boolean>;
|
|
111
88
|
/**
|
|
112
|
-
* If enabled, Splunk Observability Cloud will sync also Google Cloud
|
|
113
|
-
* will import only metadata. Defaults to true.
|
|
89
|
+
* If enabled, Splunk Observability Cloud will sync also Google Cloud Monitoring data. If disabled, Splunk Observability Cloud will import only metadata. Defaults to true.
|
|
114
90
|
*/
|
|
115
91
|
importGcpMetrics?: pulumi.Input<boolean>;
|
|
116
92
|
/**
|
|
117
|
-
*
|
|
93
|
+
* [Compute Metadata Include List](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/).
|
|
118
94
|
*/
|
|
119
95
|
includeLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
120
96
|
/**
|
|
121
|
-
* Name of the integration
|
|
97
|
+
* Name of the integration.
|
|
122
98
|
*/
|
|
123
99
|
name?: pulumi.Input<string>;
|
|
124
100
|
/**
|
|
125
|
-
*
|
|
101
|
+
* Name of the org token to be used for data ingestion. If not specified then default access token is used.
|
|
126
102
|
*/
|
|
127
103
|
namedToken?: pulumi.Input<string>;
|
|
128
104
|
/**
|
|
129
|
-
* GCP poll rate (in seconds).
|
|
105
|
+
* GCP integration poll rate (in seconds). Value between `60` and `600`. Default: `300`.
|
|
130
106
|
*/
|
|
131
107
|
pollRate?: pulumi.Input<number>;
|
|
132
108
|
/**
|
|
133
|
-
* GCP
|
|
109
|
+
* GCP projects to add.
|
|
134
110
|
*/
|
|
135
111
|
projectServiceKeys?: pulumi.Input<pulumi.Input<inputs.gcp.IntegrationProjectServiceKey>[]>;
|
|
136
112
|
/**
|
|
137
|
-
* GCP
|
|
113
|
+
* GCP service metrics to import. Can be an empty list, or not included, to import 'All services'. See [Google Cloud Platform services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#google-cloud-platform-services) for a list of valid values.
|
|
138
114
|
*/
|
|
139
115
|
services?: pulumi.Input<pulumi.Input<string>[]>;
|
|
140
116
|
/**
|
|
141
|
-
* When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are
|
|
142
|
-
* stored. For this to work the service account provided for the project needs to be provided with
|
|
143
|
-
* serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota
|
|
144
|
-
* settings are used.
|
|
117
|
+
* When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are stored. For this to work the service account provided for the project needs to be provided with serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota settings are used.
|
|
145
118
|
*/
|
|
146
119
|
useMetricSourceProjectForQuota?: pulumi.Input<boolean>;
|
|
147
120
|
}
|
|
@@ -150,47 +123,43 @@ export interface IntegrationState {
|
|
|
150
123
|
*/
|
|
151
124
|
export interface IntegrationArgs {
|
|
152
125
|
/**
|
|
153
|
-
* List of additional GCP service domain names that
|
|
126
|
+
* List of additional GCP service domain names that Splunk Observability Cloud will monitor. See [Custom Metric Type Domains documentation](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/#Custom-metric-type-domains)
|
|
154
127
|
*/
|
|
155
128
|
customMetricTypeDomains?: pulumi.Input<pulumi.Input<string>[]>;
|
|
156
129
|
/**
|
|
157
|
-
* Whether the integration is enabled
|
|
130
|
+
* Whether the integration is enabled.
|
|
158
131
|
*/
|
|
159
132
|
enabled: pulumi.Input<boolean>;
|
|
160
133
|
/**
|
|
161
|
-
* If enabled, Splunk Observability Cloud will sync also Google Cloud
|
|
162
|
-
* will import only metadata. Defaults to true.
|
|
134
|
+
* If enabled, Splunk Observability Cloud will sync also Google Cloud Monitoring data. If disabled, Splunk Observability Cloud will import only metadata. Defaults to true.
|
|
163
135
|
*/
|
|
164
136
|
importGcpMetrics?: pulumi.Input<boolean>;
|
|
165
137
|
/**
|
|
166
|
-
*
|
|
138
|
+
* [Compute Metadata Include List](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/).
|
|
167
139
|
*/
|
|
168
140
|
includeLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
169
141
|
/**
|
|
170
|
-
* Name of the integration
|
|
142
|
+
* Name of the integration.
|
|
171
143
|
*/
|
|
172
144
|
name?: pulumi.Input<string>;
|
|
173
145
|
/**
|
|
174
|
-
*
|
|
146
|
+
* Name of the org token to be used for data ingestion. If not specified then default access token is used.
|
|
175
147
|
*/
|
|
176
148
|
namedToken?: pulumi.Input<string>;
|
|
177
149
|
/**
|
|
178
|
-
* GCP poll rate (in seconds).
|
|
150
|
+
* GCP integration poll rate (in seconds). Value between `60` and `600`. Default: `300`.
|
|
179
151
|
*/
|
|
180
152
|
pollRate?: pulumi.Input<number>;
|
|
181
153
|
/**
|
|
182
|
-
* GCP
|
|
154
|
+
* GCP projects to add.
|
|
183
155
|
*/
|
|
184
156
|
projectServiceKeys?: pulumi.Input<pulumi.Input<inputs.gcp.IntegrationProjectServiceKey>[]>;
|
|
185
157
|
/**
|
|
186
|
-
* GCP
|
|
158
|
+
* GCP service metrics to import. Can be an empty list, or not included, to import 'All services'. See [Google Cloud Platform services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#google-cloud-platform-services) for a list of valid values.
|
|
187
159
|
*/
|
|
188
160
|
services?: pulumi.Input<pulumi.Input<string>[]>;
|
|
189
161
|
/**
|
|
190
|
-
* When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are
|
|
191
|
-
* stored. For this to work the service account provided for the project needs to be provided with
|
|
192
|
-
* serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota
|
|
193
|
-
* settings are used.
|
|
162
|
+
* When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are stored. For this to work the service account provided for the project needs to be provided with serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota settings are used.
|
|
194
163
|
*/
|
|
195
164
|
useMetricSourceProjectForQuota?: pulumi.Input<boolean>;
|
|
196
165
|
}
|
package/gcp/integration.js
CHANGED
|
@@ -11,25 +11,6 @@ const utilities = require("../utilities");
|
|
|
11
11
|
* > **NOTE** When managing integrations, 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). Otherwise you'll receive a 4xx error.
|
|
12
12
|
*
|
|
13
13
|
* ## Example
|
|
14
|
-
*
|
|
15
|
-
* ## Arguments
|
|
16
|
-
*
|
|
17
|
-
* * `customMetricTypeDomains` - (Optional) List of additional GCP service domain names that Splunk Observability Cloud will monitor. See [Custom Metric Type Domains documentation](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/#Custom-metric-type-domains)
|
|
18
|
-
* * `enabled` - (Required) Whether the integration is enabled.
|
|
19
|
-
* * `importGcpMetrics` - (Optional) If enabled, Splunk Observability Cloud will sync also Google Cloud Monitoring data. If disabled, Splunk Observability Cloud will import only metadata. Defaults to true.
|
|
20
|
-
* * `includeList` - (Optional) [Compute Metadata Include List](https://dev.splunk.com/observability/docs/integrations/gcp_integration_overview/).
|
|
21
|
-
* * `name` - (Required) Name of the integration.
|
|
22
|
-
* * `namedToken` - (Optional) Name of the org token to be used for data ingestion. If not specified then default access token is used.
|
|
23
|
-
* * `pollRate` - (Optional) GCP integration poll rate (in seconds). Value between `60` and `600`. Default: `300`.
|
|
24
|
-
* * `projectServiceKeys` - (Required) GCP projects to add.
|
|
25
|
-
* * `services` - (Optional) GCP service metrics to import. Can be an empty list, or not included, to import 'All services'. See [Google Cloud Platform services](https://docs.splunk.com/Observability/gdi/get-data-in/integrations.html#google-cloud-platform-services) for a list of valid values.
|
|
26
|
-
* * `useMetricSourceProjectForQuota` - (Optional) When this value is set to true Observability Cloud will force usage of a quota from the project where metrics are stored. For this to work the service account provided for the project needs to be provided with serviceusage.services.use permission or Service Usage Consumer role in this project. When set to false default quota settings are used.
|
|
27
|
-
*
|
|
28
|
-
* ## Attributes
|
|
29
|
-
*
|
|
30
|
-
* In addition to all arguments above, the following attributes are exported:
|
|
31
|
-
*
|
|
32
|
-
* * `id` - The ID of the integration.
|
|
33
14
|
*/
|
|
34
15
|
class Integration extends pulumi.CustomResource {
|
|
35
16
|
/**
|
package/gcp/integration.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integration.js","sourceRoot":"","sources":["../../gcp/integration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"integration.js","sourceRoot":"","sources":["../../gcp/integration.ts"],"names":[],"mappings":"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"}
|