@pulumi/signalfx 7.1.0 → 7.1.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 +0 -16
- package/alertMutingRule.js +0 -16
- package/alertMutingRule.js.map +1 -1
- package/aws/externalIntegration.d.ts +0 -122
- package/aws/externalIntegration.js +0 -122
- package/aws/externalIntegration.js.map +1 -1
- package/aws/integration.d.ts +0 -39
- package/aws/integration.js +0 -39
- package/aws/integration.js.map +1 -1
- package/aws/tokenIntegration.d.ts +0 -33
- package/aws/tokenIntegration.js +0 -33
- package/aws/tokenIntegration.js.map +1 -1
- package/azure/integration.d.ts +0 -35
- package/azure/integration.js +0 -35
- package/azure/integration.js.map +1 -1
- package/dashboardGroup.d.ts +0 -62
- package/dashboardGroup.js +0 -62
- package/dashboardGroup.js.map +1 -1
- package/dataLink.d.ts +0 -31
- package/dataLink.js +0 -31
- package/dataLink.js.map +1 -1
- package/detector.d.ts +1 -86
- package/detector.js +1 -86
- package/detector.js.map +1 -1
- package/eventFeedChart.d.ts +2 -0
- package/eventFeedChart.js +2 -0
- package/eventFeedChart.js.map +1 -1
- package/gcp/integration.d.ts +0 -24
- package/gcp/integration.js +0 -24
- package/gcp/integration.js.map +1 -1
- package/getDimensionValues.d.ts +0 -16
- package/getDimensionValues.js +0 -16
- package/getDimensionValues.js.map +1 -1
- package/heatmapChart.d.ts +0 -41
- package/heatmapChart.js +0 -41
- package/heatmapChart.js.map +1 -1
- package/jira/integration.d.ts +0 -17
- package/jira/integration.js +0 -17
- package/jira/integration.js.map +1 -1
- package/listChart.d.ts +0 -43
- package/listChart.js +0 -43
- package/listChart.js.map +1 -1
- package/log/timeline.d.ts +0 -13
- package/log/timeline.js +0 -13
- package/log/timeline.js.map +1 -1
- package/log/view.d.ts +0 -37
- package/log/view.js +0 -37
- package/log/view.js.map +1 -1
- package/metricRuleset.d.ts +2 -0
- package/metricRuleset.js +2 -0
- package/metricRuleset.js.map +1 -1
- package/opsgenie/integration.d.ts +0 -11
- package/opsgenie/integration.js +0 -11
- package/opsgenie/integration.js.map +1 -1
- package/orgToken.d.ts +0 -20
- package/orgToken.js +0 -20
- package/orgToken.js.map +1 -1
- package/package.json +1 -1
- package/pagerduty/integration.d.ts +0 -10
- package/pagerduty/integration.js +0 -10
- package/pagerduty/integration.js.map +1 -1
- package/servicenow/integration.d.ts +0 -15
- package/servicenow/integration.js +0 -15
- package/servicenow/integration.js.map +1 -1
- package/singleValueChart.d.ts +0 -18
- package/singleValueChart.js +0 -18
- package/singleValueChart.js.map +1 -1
- package/slack/integration.d.ts +0 -10
- package/slack/integration.js +0 -10
- package/slack/integration.js.map +1 -1
- package/slo.d.ts +2 -43
- package/slo.js +2 -43
- package/slo.js.map +1 -1
- package/tableChart.d.ts +0 -14
- package/tableChart.js +0 -14
- package/tableChart.js.map +1 -1
- package/team.d.ts +0 -15
- package/team.js +0 -15
- package/team.js.map +1 -1
- package/textChart.d.ts +0 -27
- package/textChart.js +0 -27
- package/textChart.js.map +1 -1
- package/timeChart.d.ts +0 -33
- package/timeChart.js +0 -33
- package/timeChart.js.map +1 -1
- package/victorops/integration.d.ts +0 -10
- package/victorops/integration.js +0 -10
- package/victorops/integration.js.map +1 -1
- package/webhookIntegration.d.ts +0 -15
- package/webhookIntegration.js +0 -15
- package/webhookIntegration.js.map +1 -1
package/alertMutingRule.d.ts
CHANGED
|
@@ -10,22 +10,6 @@ import * as outputs from "./types/output";
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example
|
|
12
12
|
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as signalfx from "@pulumi/signalfx";
|
|
16
|
-
*
|
|
17
|
-
* const roolMooterOne = new signalfx.AlertMutingRule("roolMooterOne", {
|
|
18
|
-
* description: "mooted it NEW",
|
|
19
|
-
* startTime: 1573063243,
|
|
20
|
-
* stopTime: 0,
|
|
21
|
-
* detectors: [signalfx_detector.some_detector_id],
|
|
22
|
-
* filters: [{
|
|
23
|
-
* property: "foo",
|
|
24
|
-
* propertyValue: "bar",
|
|
25
|
-
* }],
|
|
26
|
-
* });
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
13
|
* ## Arguments
|
|
30
14
|
*
|
|
31
15
|
* * `description` - (Required) The description for this muting rule
|
package/alertMutingRule.js
CHANGED
|
@@ -14,22 +14,6 @@ const utilities = require("./utilities");
|
|
|
14
14
|
*
|
|
15
15
|
* ## Example
|
|
16
16
|
*
|
|
17
|
-
* ```typescript
|
|
18
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
-
* import * as signalfx from "@pulumi/signalfx";
|
|
20
|
-
*
|
|
21
|
-
* const roolMooterOne = new signalfx.AlertMutingRule("roolMooterOne", {
|
|
22
|
-
* description: "mooted it NEW",
|
|
23
|
-
* startTime: 1573063243,
|
|
24
|
-
* stopTime: 0,
|
|
25
|
-
* detectors: [signalfx_detector.some_detector_id],
|
|
26
|
-
* filters: [{
|
|
27
|
-
* property: "foo",
|
|
28
|
-
* propertyValue: "bar",
|
|
29
|
-
* }],
|
|
30
|
-
* });
|
|
31
|
-
* ```
|
|
32
|
-
*
|
|
33
17
|
* ## Arguments
|
|
34
18
|
*
|
|
35
19
|
* * `description` - (Required) The description for this muting rule
|
package/alertMutingRule.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alertMutingRule.js","sourceRoot":"","sources":["../alertMutingRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"alertMutingRule.js","sourceRoot":"","sources":["../alertMutingRule.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,128 +8,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
*
|
|
9
9
|
* ## Example
|
|
10
10
|
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as aws from "@pulumi/aws";
|
|
14
|
-
* import * as signalfx from "@pulumi/signalfx";
|
|
15
|
-
*
|
|
16
|
-
* const awsMyteamExtern = new signalfx.aws.ExternalIntegration("awsMyteamExtern", {});
|
|
17
|
-
* const signalfxAssumePolicy = aws.iam.getPolicyDocumentOutput({
|
|
18
|
-
* statements: [{
|
|
19
|
-
* actions: ["sts:AssumeRole"],
|
|
20
|
-
* principals: [{
|
|
21
|
-
* type: "AWS",
|
|
22
|
-
* identifiers: [awsMyteamExtern.signalfxAwsAccount],
|
|
23
|
-
* }],
|
|
24
|
-
* conditions: [{
|
|
25
|
-
* test: "StringEquals",
|
|
26
|
-
* variable: "sts:ExternalId",
|
|
27
|
-
* values: [awsMyteamExtern.externalId],
|
|
28
|
-
* }],
|
|
29
|
-
* }],
|
|
30
|
-
* });
|
|
31
|
-
* const awsSplunkRole = new aws.iam.Role("awsSplunkRole", {
|
|
32
|
-
* description: "Splunk Observability Cloud integration to read out data and send it to signalfxs aws account",
|
|
33
|
-
* assumeRolePolicy: signalfxAssumePolicy.apply(signalfxAssumePolicy => signalfxAssumePolicy.json),
|
|
34
|
-
* });
|
|
35
|
-
* const awsSplunkPolicy = new aws.iam.Policy("awsSplunkPolicy", {
|
|
36
|
-
* description: "AWS permissions required by the Splunk Observability Cloud",
|
|
37
|
-
* policy: `{
|
|
38
|
-
* "Version": "2012-10-17",
|
|
39
|
-
* "Statement": [
|
|
40
|
-
* {
|
|
41
|
-
* "Effect": "Allow",
|
|
42
|
-
* "Action": [
|
|
43
|
-
* "apigateway:GET",
|
|
44
|
-
* "autoscaling:DescribeAutoScalingGroups",
|
|
45
|
-
* "cloudfront:GetDistributionConfig",
|
|
46
|
-
* "cloudfront:ListDistributions",
|
|
47
|
-
* "cloudfront:ListTagsForResource",
|
|
48
|
-
* "cloudwatch:DescribeAlarms",
|
|
49
|
-
* "cloudwatch:GetMetricData",
|
|
50
|
-
* "cloudwatch:GetMetricStatistics",
|
|
51
|
-
* "cloudwatch:ListMetrics",
|
|
52
|
-
* "directconnect:DescribeConnections",
|
|
53
|
-
* "dynamodb:DescribeTable",
|
|
54
|
-
* "dynamodb:ListTables",
|
|
55
|
-
* "dynamodb:ListTagsOfResource",
|
|
56
|
-
* "ec2:DescribeInstances",
|
|
57
|
-
* "ec2:DescribeInstanceStatus",
|
|
58
|
-
* "ec2:DescribeRegions",
|
|
59
|
-
* "ec2:DescribeReservedInstances",
|
|
60
|
-
* "ec2:DescribeReservedInstancesModifications",
|
|
61
|
-
* "ec2:DescribeTags",
|
|
62
|
-
* "ec2:DescribeVolumes",
|
|
63
|
-
* "ecs:DescribeClusters",
|
|
64
|
-
* "ecs:DescribeServices",
|
|
65
|
-
* "ecs:DescribeTasks",
|
|
66
|
-
* "ecs:ListClusters",
|
|
67
|
-
* "ecs:ListServices",
|
|
68
|
-
* "ecs:ListTagsForResource",
|
|
69
|
-
* "ecs:ListTaskDefinitions",
|
|
70
|
-
* "ecs:ListTasks",
|
|
71
|
-
* "elasticache:DescribeCacheClusters",
|
|
72
|
-
* "elasticloadbalancing:DescribeLoadBalancerAttributes",
|
|
73
|
-
* "elasticloadbalancing:DescribeLoadBalancers",
|
|
74
|
-
* "elasticloadbalancing:DescribeTags",
|
|
75
|
-
* "elasticloadbalancing:DescribeTargetGroups",
|
|
76
|
-
* "elasticmapreduce:DescribeCluster",
|
|
77
|
-
* "elasticmapreduce:ListClusters",
|
|
78
|
-
* "es:DescribeElasticsearchDomain",
|
|
79
|
-
* "es:ListDomainNames",
|
|
80
|
-
* "kinesis:DescribeStream",
|
|
81
|
-
* "kinesis:ListShards",
|
|
82
|
-
* "kinesis:ListStreams",
|
|
83
|
-
* "kinesis:ListTagsForStream",
|
|
84
|
-
* "lambda:GetAlias",
|
|
85
|
-
* "lambda:ListFunctions",
|
|
86
|
-
* "lambda:ListTags",
|
|
87
|
-
* "logs:DeleteSubscriptionFilter",
|
|
88
|
-
* "logs:DescribeLogGroups",
|
|
89
|
-
* "logs:DescribeSubscriptionFilters",
|
|
90
|
-
* "logs:PutSubscriptionFilter",
|
|
91
|
-
* "organizations:DescribeOrganization",
|
|
92
|
-
* "rds:DescribeDBClusters",
|
|
93
|
-
* "rds:DescribeDBInstances",
|
|
94
|
-
* "rds:ListTagsForResource",
|
|
95
|
-
* "redshift:DescribeClusters",
|
|
96
|
-
* "redshift:DescribeLoggingStatus",
|
|
97
|
-
* "s3:GetBucketLocation",
|
|
98
|
-
* "s3:GetBucketLogging",
|
|
99
|
-
* "s3:GetBucketNotification",
|
|
100
|
-
* "s3:GetBucketTagging",
|
|
101
|
-
* "s3:ListAllMyBuckets",
|
|
102
|
-
* "s3:ListBucket",
|
|
103
|
-
* "s3:PutBucketNotification",
|
|
104
|
-
* "sqs:GetQueueAttributes",
|
|
105
|
-
* "sqs:ListQueues",
|
|
106
|
-
* "sqs:ListQueueTags",
|
|
107
|
-
* "states:ListStateMachines",
|
|
108
|
-
* "tag:GetResources",
|
|
109
|
-
* "workspaces:DescribeWorkspaces"
|
|
110
|
-
* ],
|
|
111
|
-
* "Resource": "*"
|
|
112
|
-
* }
|
|
113
|
-
* ]
|
|
114
|
-
* }
|
|
115
|
-
* `,
|
|
116
|
-
* });
|
|
117
|
-
* const splunkRolePolicyAttach = new aws.iam.RolePolicyAttachment("splunkRolePolicyAttach", {
|
|
118
|
-
* role: awsSplunkRole.name,
|
|
119
|
-
* policyArn: awsSplunkPolicy.arn,
|
|
120
|
-
* });
|
|
121
|
-
* const awsMyteam = new signalfx.aws.Integration("awsMyteam", {
|
|
122
|
-
* enabled: true,
|
|
123
|
-
* integrationId: awsMyteamExtern.id,
|
|
124
|
-
* externalId: awsMyteamExtern.externalId,
|
|
125
|
-
* roleArn: awsSplunkRole.arn,
|
|
126
|
-
* regions: ["us-east-1"],
|
|
127
|
-
* pollRate: 300,
|
|
128
|
-
* importCloudWatch: true,
|
|
129
|
-
* enableAwsUsage: true,
|
|
130
|
-
* });
|
|
131
|
-
* ```
|
|
132
|
-
*
|
|
133
11
|
* ## Arguments
|
|
134
12
|
*
|
|
135
13
|
* * `name` - (Required) The name of this integration
|
|
@@ -14,128 +14,6 @@ const utilities = require("../utilities");
|
|
|
14
14
|
*
|
|
15
15
|
* ## Example
|
|
16
16
|
*
|
|
17
|
-
* ```typescript
|
|
18
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
-
* import * as aws from "@pulumi/aws";
|
|
20
|
-
* import * as signalfx from "@pulumi/signalfx";
|
|
21
|
-
*
|
|
22
|
-
* const awsMyteamExtern = new signalfx.aws.ExternalIntegration("awsMyteamExtern", {});
|
|
23
|
-
* const signalfxAssumePolicy = aws.iam.getPolicyDocumentOutput({
|
|
24
|
-
* statements: [{
|
|
25
|
-
* actions: ["sts:AssumeRole"],
|
|
26
|
-
* principals: [{
|
|
27
|
-
* type: "AWS",
|
|
28
|
-
* identifiers: [awsMyteamExtern.signalfxAwsAccount],
|
|
29
|
-
* }],
|
|
30
|
-
* conditions: [{
|
|
31
|
-
* test: "StringEquals",
|
|
32
|
-
* variable: "sts:ExternalId",
|
|
33
|
-
* values: [awsMyteamExtern.externalId],
|
|
34
|
-
* }],
|
|
35
|
-
* }],
|
|
36
|
-
* });
|
|
37
|
-
* const awsSplunkRole = new aws.iam.Role("awsSplunkRole", {
|
|
38
|
-
* description: "Splunk Observability Cloud integration to read out data and send it to signalfxs aws account",
|
|
39
|
-
* assumeRolePolicy: signalfxAssumePolicy.apply(signalfxAssumePolicy => signalfxAssumePolicy.json),
|
|
40
|
-
* });
|
|
41
|
-
* const awsSplunkPolicy = new aws.iam.Policy("awsSplunkPolicy", {
|
|
42
|
-
* description: "AWS permissions required by the Splunk Observability Cloud",
|
|
43
|
-
* policy: `{
|
|
44
|
-
* "Version": "2012-10-17",
|
|
45
|
-
* "Statement": [
|
|
46
|
-
* {
|
|
47
|
-
* "Effect": "Allow",
|
|
48
|
-
* "Action": [
|
|
49
|
-
* "apigateway:GET",
|
|
50
|
-
* "autoscaling:DescribeAutoScalingGroups",
|
|
51
|
-
* "cloudfront:GetDistributionConfig",
|
|
52
|
-
* "cloudfront:ListDistributions",
|
|
53
|
-
* "cloudfront:ListTagsForResource",
|
|
54
|
-
* "cloudwatch:DescribeAlarms",
|
|
55
|
-
* "cloudwatch:GetMetricData",
|
|
56
|
-
* "cloudwatch:GetMetricStatistics",
|
|
57
|
-
* "cloudwatch:ListMetrics",
|
|
58
|
-
* "directconnect:DescribeConnections",
|
|
59
|
-
* "dynamodb:DescribeTable",
|
|
60
|
-
* "dynamodb:ListTables",
|
|
61
|
-
* "dynamodb:ListTagsOfResource",
|
|
62
|
-
* "ec2:DescribeInstances",
|
|
63
|
-
* "ec2:DescribeInstanceStatus",
|
|
64
|
-
* "ec2:DescribeRegions",
|
|
65
|
-
* "ec2:DescribeReservedInstances",
|
|
66
|
-
* "ec2:DescribeReservedInstancesModifications",
|
|
67
|
-
* "ec2:DescribeTags",
|
|
68
|
-
* "ec2:DescribeVolumes",
|
|
69
|
-
* "ecs:DescribeClusters",
|
|
70
|
-
* "ecs:DescribeServices",
|
|
71
|
-
* "ecs:DescribeTasks",
|
|
72
|
-
* "ecs:ListClusters",
|
|
73
|
-
* "ecs:ListServices",
|
|
74
|
-
* "ecs:ListTagsForResource",
|
|
75
|
-
* "ecs:ListTaskDefinitions",
|
|
76
|
-
* "ecs:ListTasks",
|
|
77
|
-
* "elasticache:DescribeCacheClusters",
|
|
78
|
-
* "elasticloadbalancing:DescribeLoadBalancerAttributes",
|
|
79
|
-
* "elasticloadbalancing:DescribeLoadBalancers",
|
|
80
|
-
* "elasticloadbalancing:DescribeTags",
|
|
81
|
-
* "elasticloadbalancing:DescribeTargetGroups",
|
|
82
|
-
* "elasticmapreduce:DescribeCluster",
|
|
83
|
-
* "elasticmapreduce:ListClusters",
|
|
84
|
-
* "es:DescribeElasticsearchDomain",
|
|
85
|
-
* "es:ListDomainNames",
|
|
86
|
-
* "kinesis:DescribeStream",
|
|
87
|
-
* "kinesis:ListShards",
|
|
88
|
-
* "kinesis:ListStreams",
|
|
89
|
-
* "kinesis:ListTagsForStream",
|
|
90
|
-
* "lambda:GetAlias",
|
|
91
|
-
* "lambda:ListFunctions",
|
|
92
|
-
* "lambda:ListTags",
|
|
93
|
-
* "logs:DeleteSubscriptionFilter",
|
|
94
|
-
* "logs:DescribeLogGroups",
|
|
95
|
-
* "logs:DescribeSubscriptionFilters",
|
|
96
|
-
* "logs:PutSubscriptionFilter",
|
|
97
|
-
* "organizations:DescribeOrganization",
|
|
98
|
-
* "rds:DescribeDBClusters",
|
|
99
|
-
* "rds:DescribeDBInstances",
|
|
100
|
-
* "rds:ListTagsForResource",
|
|
101
|
-
* "redshift:DescribeClusters",
|
|
102
|
-
* "redshift:DescribeLoggingStatus",
|
|
103
|
-
* "s3:GetBucketLocation",
|
|
104
|
-
* "s3:GetBucketLogging",
|
|
105
|
-
* "s3:GetBucketNotification",
|
|
106
|
-
* "s3:GetBucketTagging",
|
|
107
|
-
* "s3:ListAllMyBuckets",
|
|
108
|
-
* "s3:ListBucket",
|
|
109
|
-
* "s3:PutBucketNotification",
|
|
110
|
-
* "sqs:GetQueueAttributes",
|
|
111
|
-
* "sqs:ListQueues",
|
|
112
|
-
* "sqs:ListQueueTags",
|
|
113
|
-
* "states:ListStateMachines",
|
|
114
|
-
* "tag:GetResources",
|
|
115
|
-
* "workspaces:DescribeWorkspaces"
|
|
116
|
-
* ],
|
|
117
|
-
* "Resource": "*"
|
|
118
|
-
* }
|
|
119
|
-
* ]
|
|
120
|
-
* }
|
|
121
|
-
* `,
|
|
122
|
-
* });
|
|
123
|
-
* const splunkRolePolicyAttach = new aws.iam.RolePolicyAttachment("splunkRolePolicyAttach", {
|
|
124
|
-
* role: awsSplunkRole.name,
|
|
125
|
-
* policyArn: awsSplunkPolicy.arn,
|
|
126
|
-
* });
|
|
127
|
-
* const awsMyteam = new signalfx.aws.Integration("awsMyteam", {
|
|
128
|
-
* enabled: true,
|
|
129
|
-
* integrationId: awsMyteamExtern.id,
|
|
130
|
-
* externalId: awsMyteamExtern.externalId,
|
|
131
|
-
* roleArn: awsSplunkRole.arn,
|
|
132
|
-
* regions: ["us-east-1"],
|
|
133
|
-
* pollRate: 300,
|
|
134
|
-
* importCloudWatch: true,
|
|
135
|
-
* enableAwsUsage: true,
|
|
136
|
-
* });
|
|
137
|
-
* ```
|
|
138
|
-
*
|
|
139
17
|
* ## Arguments
|
|
140
18
|
*
|
|
141
19
|
* * `name` - (Required) The name of this integration
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"externalIntegration.js","sourceRoot":"","sources":["../../aws/externalIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"externalIntegration.js","sourceRoot":"","sources":["../../aws/externalIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAa,mBAAoB,SAAQ,MAAM,CAAC,cAAc;IAC1D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAgC,EAAE,IAAmC;QAC9H,OAAO,IAAI,mBAAmB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC1E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,CAAC,YAAY,CAAC;IACpE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAAgE,EAAE,IAAmC;QAC3H,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAmD,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;SACvF;aAAM;YACH,MAAM,IAAI,GAAG,WAAkD,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC5D;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,YAAY,EAAE,oBAAoB,CAAC,EAAE,CAAC;QACrF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,mBAAmB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACxE,CAAC;;AAnEL,kDAoEC;AAtDG,gBAAgB;AACO,gCAAY,GAAG,sDAAsD,CAAC"}
|
package/aws/integration.d.ts
CHANGED
|
@@ -10,45 +10,6 @@ import * as outputs from "../types/output";
|
|
|
10
10
|
*
|
|
11
11
|
* ## Example
|
|
12
12
|
*
|
|
13
|
-
* ```typescript
|
|
14
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
15
|
-
* import * as aws from "@pulumi/aws";
|
|
16
|
-
* import * as signalfx from "@pulumi/signalfx";
|
|
17
|
-
*
|
|
18
|
-
* // This resource returns an account id in `external_id`…
|
|
19
|
-
* const awsMyteamExternal = new signalfx.aws.ExternalIntegration("awsMyteamExternal", {});
|
|
20
|
-
* // Make yourself an AWS IAM role here, use `signalfx_aws_external_integration.aws_myteam_external.external_id`
|
|
21
|
-
* const awsSfxRole = new aws.iam.Role("awsSfxRole", {});
|
|
22
|
-
* // Stuff here that uses the external and account ID
|
|
23
|
-
* const awsMyteam = new signalfx.aws.Integration("awsMyteam", {
|
|
24
|
-
* enabled: true,
|
|
25
|
-
* integrationId: awsMyteamExternal.id,
|
|
26
|
-
* externalId: awsMyteamExternal.externalId,
|
|
27
|
-
* roleArn: awsSfxRole.arn,
|
|
28
|
-
* regions: ["us-east-1"],
|
|
29
|
-
* pollRate: 300,
|
|
30
|
-
* importCloudWatch: true,
|
|
31
|
-
* enableAwsUsage: true,
|
|
32
|
-
* customNamespaceSyncRules: [{
|
|
33
|
-
* defaultAction: "Exclude",
|
|
34
|
-
* filterAction: "Include",
|
|
35
|
-
* filterSource: "filter('code', '200')",
|
|
36
|
-
* namespace: "my-custom-namespace",
|
|
37
|
-
* }],
|
|
38
|
-
* namespaceSyncRules: [{
|
|
39
|
-
* defaultAction: "Exclude",
|
|
40
|
-
* filterAction: "Include",
|
|
41
|
-
* filterSource: "filter('code', '200')",
|
|
42
|
-
* namespace: "AWS/EC2",
|
|
43
|
-
* }],
|
|
44
|
-
* metricStatsToSyncs: [{
|
|
45
|
-
* namespace: "AWS/EC2",
|
|
46
|
-
* metric: "NetworkPacketsIn",
|
|
47
|
-
* stats: ["upper"],
|
|
48
|
-
* }],
|
|
49
|
-
* });
|
|
50
|
-
* ```
|
|
51
|
-
*
|
|
52
13
|
* ## Arguments
|
|
53
14
|
*
|
|
54
15
|
* * `enableAwsUsage` - (Optional) Flag that controls how Splunk Observability Cloud imports usage metrics from AWS to use with AWS Cost Optimizer. If `true`, Splunk Observability Cloud imports the metrics.
|
package/aws/integration.js
CHANGED
|
@@ -14,45 +14,6 @@ const utilities = require("../utilities");
|
|
|
14
14
|
*
|
|
15
15
|
* ## Example
|
|
16
16
|
*
|
|
17
|
-
* ```typescript
|
|
18
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
-
* import * as aws from "@pulumi/aws";
|
|
20
|
-
* import * as signalfx from "@pulumi/signalfx";
|
|
21
|
-
*
|
|
22
|
-
* // This resource returns an account id in `external_id`…
|
|
23
|
-
* const awsMyteamExternal = new signalfx.aws.ExternalIntegration("awsMyteamExternal", {});
|
|
24
|
-
* // Make yourself an AWS IAM role here, use `signalfx_aws_external_integration.aws_myteam_external.external_id`
|
|
25
|
-
* const awsSfxRole = new aws.iam.Role("awsSfxRole", {});
|
|
26
|
-
* // Stuff here that uses the external and account ID
|
|
27
|
-
* const awsMyteam = new signalfx.aws.Integration("awsMyteam", {
|
|
28
|
-
* enabled: true,
|
|
29
|
-
* integrationId: awsMyteamExternal.id,
|
|
30
|
-
* externalId: awsMyteamExternal.externalId,
|
|
31
|
-
* roleArn: awsSfxRole.arn,
|
|
32
|
-
* regions: ["us-east-1"],
|
|
33
|
-
* pollRate: 300,
|
|
34
|
-
* importCloudWatch: true,
|
|
35
|
-
* enableAwsUsage: true,
|
|
36
|
-
* customNamespaceSyncRules: [{
|
|
37
|
-
* defaultAction: "Exclude",
|
|
38
|
-
* filterAction: "Include",
|
|
39
|
-
* filterSource: "filter('code', '200')",
|
|
40
|
-
* namespace: "my-custom-namespace",
|
|
41
|
-
* }],
|
|
42
|
-
* namespaceSyncRules: [{
|
|
43
|
-
* defaultAction: "Exclude",
|
|
44
|
-
* filterAction: "Include",
|
|
45
|
-
* filterSource: "filter('code', '200')",
|
|
46
|
-
* namespace: "AWS/EC2",
|
|
47
|
-
* }],
|
|
48
|
-
* metricStatsToSyncs: [{
|
|
49
|
-
* namespace: "AWS/EC2",
|
|
50
|
-
* metric: "NetworkPacketsIn",
|
|
51
|
-
* stats: ["upper"],
|
|
52
|
-
* }],
|
|
53
|
-
* });
|
|
54
|
-
* ```
|
|
55
|
-
*
|
|
56
17
|
* ## Arguments
|
|
57
18
|
*
|
|
58
19
|
* * `enableAwsUsage` - (Optional) Flag that controls how Splunk Observability Cloud imports usage metrics from AWS to use with AWS Cost Optimizer. If `true`, Splunk Observability Cloud imports the metrics.
|
package/aws/integration.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integration.js","sourceRoot":"","sources":["../../aws/integration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"integration.js","sourceRoot":"","sources":["../../aws/integration.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,39 +8,6 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
8
8
|
*
|
|
9
9
|
* ## Example
|
|
10
10
|
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as aws from "@pulumi/aws";
|
|
14
|
-
* import * as signalfx from "@pulumi/signalfx";
|
|
15
|
-
*
|
|
16
|
-
* const awsMyteamToken = new signalfx.aws.TokenIntegration("awsMyteamToken", {});
|
|
17
|
-
* // Make yourself an AWS IAM role here
|
|
18
|
-
* const awsSfxRole = new aws.iam.Role("awsSfxRole", {});
|
|
19
|
-
* // Stuff here that uses the external and account ID
|
|
20
|
-
* const awsMyteam = new signalfx.aws.Integration("awsMyteam", {
|
|
21
|
-
* enabled: true,
|
|
22
|
-
* integrationId: awsMyteamToken.id,
|
|
23
|
-
* token: "put_your_token_here",
|
|
24
|
-
* key: "put_your_key_here",
|
|
25
|
-
* regions: ["us-east-1"],
|
|
26
|
-
* pollRate: 300,
|
|
27
|
-
* importCloudWatch: true,
|
|
28
|
-
* enableAwsUsage: true,
|
|
29
|
-
* customNamespaceSyncRules: [{
|
|
30
|
-
* defaultAction: "Exclude",
|
|
31
|
-
* filterAction: "Include",
|
|
32
|
-
* filterSource: "filter('code', '200')",
|
|
33
|
-
* namespace: "my-custom-namespace",
|
|
34
|
-
* }],
|
|
35
|
-
* namespaceSyncRules: [{
|
|
36
|
-
* defaultAction: "Exclude",
|
|
37
|
-
* filterAction: "Include",
|
|
38
|
-
* filterSource: "filter('code', '200')",
|
|
39
|
-
* namespace: "AWS/EC2",
|
|
40
|
-
* }],
|
|
41
|
-
* });
|
|
42
|
-
* ```
|
|
43
|
-
*
|
|
44
11
|
* ## Arguments
|
|
45
12
|
*
|
|
46
13
|
* * `name` - (Required) The name of this integration
|
package/aws/tokenIntegration.js
CHANGED
|
@@ -14,39 +14,6 @@ const utilities = require("../utilities");
|
|
|
14
14
|
*
|
|
15
15
|
* ## Example
|
|
16
16
|
*
|
|
17
|
-
* ```typescript
|
|
18
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
19
|
-
* import * as aws from "@pulumi/aws";
|
|
20
|
-
* import * as signalfx from "@pulumi/signalfx";
|
|
21
|
-
*
|
|
22
|
-
* const awsMyteamToken = new signalfx.aws.TokenIntegration("awsMyteamToken", {});
|
|
23
|
-
* // Make yourself an AWS IAM role here
|
|
24
|
-
* const awsSfxRole = new aws.iam.Role("awsSfxRole", {});
|
|
25
|
-
* // Stuff here that uses the external and account ID
|
|
26
|
-
* const awsMyteam = new signalfx.aws.Integration("awsMyteam", {
|
|
27
|
-
* enabled: true,
|
|
28
|
-
* integrationId: awsMyteamToken.id,
|
|
29
|
-
* token: "put_your_token_here",
|
|
30
|
-
* key: "put_your_key_here",
|
|
31
|
-
* regions: ["us-east-1"],
|
|
32
|
-
* pollRate: 300,
|
|
33
|
-
* importCloudWatch: true,
|
|
34
|
-
* enableAwsUsage: true,
|
|
35
|
-
* customNamespaceSyncRules: [{
|
|
36
|
-
* defaultAction: "Exclude",
|
|
37
|
-
* filterAction: "Include",
|
|
38
|
-
* filterSource: "filter('code', '200')",
|
|
39
|
-
* namespace: "my-custom-namespace",
|
|
40
|
-
* }],
|
|
41
|
-
* namespaceSyncRules: [{
|
|
42
|
-
* defaultAction: "Exclude",
|
|
43
|
-
* filterAction: "Include",
|
|
44
|
-
* filterSource: "filter('code', '200')",
|
|
45
|
-
* namespace: "AWS/EC2",
|
|
46
|
-
* }],
|
|
47
|
-
* });
|
|
48
|
-
* ```
|
|
49
|
-
*
|
|
50
17
|
* ## Arguments
|
|
51
18
|
*
|
|
52
19
|
* * `name` - (Required) The name of this integration
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tokenIntegration.js","sourceRoot":"","sources":["../../aws/tokenIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"tokenIntegration.js","sourceRoot":"","sources":["../../aws/tokenIntegration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAa,gBAAiB,SAAQ,MAAM,CAAC,cAAc;IACvD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA6B,EAAE,IAAmC;QAC3H,OAAO,IAAI,gBAAgB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACvE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,gBAAgB,CAAC,YAAY,CAAC;IACjE,CAAC;IAuBD,YAAY,IAAY,EAAE,WAA0D,EAAE,IAAmC;QACrH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAgD,CAAC;YAC/D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,oBAAoB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,CAAC,CAAC,SAAS,CAAC;YACpF,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAA+C,CAAC;YAC7D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,oBAAoB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACzD,cAAc,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACjD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,oBAAoB,EAAE,SAAS,CAAC,EAAE,CAAC;QAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,gBAAgB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACrE,CAAC;;AAnEL,4CAoEC;AAtDG,gBAAgB;AACO,6BAAY,GAAG,gDAAgD,CAAC"}
|
package/azure/integration.d.ts
CHANGED
|
@@ -8,41 +8,6 @@ import * as outputs from "../types/output";
|
|
|
8
8
|
*
|
|
9
9
|
* ## Example
|
|
10
10
|
*
|
|
11
|
-
* ```typescript
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as signalfx from "@pulumi/signalfx";
|
|
14
|
-
*
|
|
15
|
-
* const azureMyteam = new signalfx.azure.Integration("azureMyteam", {
|
|
16
|
-
* additionalServices: [
|
|
17
|
-
* "some/service",
|
|
18
|
-
* "another/service",
|
|
19
|
-
* ],
|
|
20
|
-
* appId: "YYY",
|
|
21
|
-
* customNamespacesPerServices: [{
|
|
22
|
-
* namespaces: [
|
|
23
|
-
* "monitoringAgent",
|
|
24
|
-
* "customNamespace",
|
|
25
|
-
* ],
|
|
26
|
-
* service: "Microsoft.Compute/virtualMachines",
|
|
27
|
-
* }],
|
|
28
|
-
* enabled: true,
|
|
29
|
-
* environment: "azure",
|
|
30
|
-
* pollRate: 300,
|
|
31
|
-
* resourceFilterRules: [
|
|
32
|
-
* {
|
|
33
|
-
* filterSource: "filter('azure_tag_service', 'payment') and (filter('azure_tag_env', 'prod-us') or filter('azure_tag_env', 'prod-eu'))",
|
|
34
|
-
* },
|
|
35
|
-
* {
|
|
36
|
-
* filterSource: "filter('azure_tag_service', 'notification') and (filter('azure_tag_env', 'prod-us') or filter('azure_tag_env', 'prod-eu'))",
|
|
37
|
-
* },
|
|
38
|
-
* ],
|
|
39
|
-
* secretKey: "XXX",
|
|
40
|
-
* services: ["microsoft.sql/servers/elasticpools"],
|
|
41
|
-
* subscriptions: ["sub-guid-here"],
|
|
42
|
-
* tenantId: "ZZZ",
|
|
43
|
-
* });
|
|
44
|
-
* ```
|
|
45
|
-
*
|
|
46
11
|
* ## Arguments
|
|
47
12
|
*
|
|
48
13
|
* * `appId` - (Required) Azure application ID for the Splunk Observability Cloud app. To learn how to get this ID, see the topic [Connect to Microsoft Azure](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure.html) in the product documentation.
|
package/azure/integration.js
CHANGED
|
@@ -12,41 +12,6 @@ const utilities = require("../utilities");
|
|
|
12
12
|
*
|
|
13
13
|
* ## Example
|
|
14
14
|
*
|
|
15
|
-
* ```typescript
|
|
16
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
17
|
-
* import * as signalfx from "@pulumi/signalfx";
|
|
18
|
-
*
|
|
19
|
-
* const azureMyteam = new signalfx.azure.Integration("azureMyteam", {
|
|
20
|
-
* additionalServices: [
|
|
21
|
-
* "some/service",
|
|
22
|
-
* "another/service",
|
|
23
|
-
* ],
|
|
24
|
-
* appId: "YYY",
|
|
25
|
-
* customNamespacesPerServices: [{
|
|
26
|
-
* namespaces: [
|
|
27
|
-
* "monitoringAgent",
|
|
28
|
-
* "customNamespace",
|
|
29
|
-
* ],
|
|
30
|
-
* service: "Microsoft.Compute/virtualMachines",
|
|
31
|
-
* }],
|
|
32
|
-
* enabled: true,
|
|
33
|
-
* environment: "azure",
|
|
34
|
-
* pollRate: 300,
|
|
35
|
-
* resourceFilterRules: [
|
|
36
|
-
* {
|
|
37
|
-
* filterSource: "filter('azure_tag_service', 'payment') and (filter('azure_tag_env', 'prod-us') or filter('azure_tag_env', 'prod-eu'))",
|
|
38
|
-
* },
|
|
39
|
-
* {
|
|
40
|
-
* filterSource: "filter('azure_tag_service', 'notification') and (filter('azure_tag_env', 'prod-us') or filter('azure_tag_env', 'prod-eu'))",
|
|
41
|
-
* },
|
|
42
|
-
* ],
|
|
43
|
-
* secretKey: "XXX",
|
|
44
|
-
* services: ["microsoft.sql/servers/elasticpools"],
|
|
45
|
-
* subscriptions: ["sub-guid-here"],
|
|
46
|
-
* tenantId: "ZZZ",
|
|
47
|
-
* });
|
|
48
|
-
* ```
|
|
49
|
-
*
|
|
50
15
|
* ## Arguments
|
|
51
16
|
*
|
|
52
17
|
* * `appId` - (Required) Azure application ID for the Splunk Observability Cloud app. To learn how to get this ID, see the topic [Connect to Microsoft Azure](https://docs.splunk.com/observability/en/gdi/get-data-in/connect/azure/azure.html) in the product documentation.
|
package/azure/integration.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integration.js","sourceRoot":"","sources":["../../azure/integration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"integration.js","sourceRoot":"","sources":["../../azure/integration.ts"],"names":[],"mappings":"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"}
|