Skip to content

Commit 817d6cd

Browse files
committed
fix: update analytics and queries
1 parent 6aaea53 commit 817d6cd

File tree

5,340 files changed

+5735
-5737
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,340 files changed

+5735
-5737
lines changed

analytics/cloud-infra/aws_acm_certificate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
connectors:
2-
- AWS
1+
integrationType:
2+
- aws_cloud_account
33
name: ACM Public Certificate (SSL/TLS)
44
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::certificatemanager::certificate' group by 1,2;
55
status: inactive

analytics/cloud-infra/aws_acmpca_certificate_authority.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
connectors:
2-
- AWS
1+
integrationType:
2+
- aws_cloud_account
33
name: Private Certificate Authority
44
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::acmpca::certificateauthority' group by 1,2;
55
status: inactive

analytics/cloud-infra/aws_ami.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
connectors:
2-
- AWS
1+
integrationType:
2+
- aws_cloud_account
33
name: EC2 VM Image
44
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::ec2::image' group by 1,2;
55
status: inactive

analytics/cloud-infra/aws_api_gateway.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
connectors:
2-
- AWS
1+
integrationType:
2+
- aws_cloud_account
33
name: API Gateways
44
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::apigateway::restapi' group by 1,2;
55
status: active

analytics/cloud-infra/aws_autoscaling_group.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
connectors:
2-
- AWS
1+
integrationType:
2+
- aws_cloud_account
33
name: Auto Scaling Group
44
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::autoscaling::autoscalinggroup' group by 1,2;
55
status: inactive

analytics/cloud-infra/aws_backup_plan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
connectors:
2-
- AWS
1+
integrationType:
2+
- aws_cloud_account
33
name: Backup Plan
44
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::backup::plan' group by 1,2;
55
status: inactive

analytics/cloud-infra/aws_backup_vault.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
connectors:
2-
- AWS
1+
integrationType:
2+
- aws_cloud_account
33
name: Backup Vault
44
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::backup::vault' group by 1,2;
55
status: active

analytics/cloud-infra/aws_batch_compute_environment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
connectors:
2-
- AWS
1+
integrationType:
2+
- aws_cloud_account
33
name: Batch Compute Environment
44
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::batch::computeenvironment' group by 1,2;
55
status: inactive

analytics/cloud-infra/aws_cloudformation_stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
connectors:
2-
- AWS
1+
integrationType:
2+
- aws_cloud_account
33
name: CloudFormation Stacks
44
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::cloudformation::stack' group by 1,2;
55
status: inactive

analytics/cloud-infra/aws_cloudformation_stack_set.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
connectors:
2-
- AWS
1+
integrationType:
2+
- aws_cloud_account
33
name: CloudFormation StackSet
44
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::cloudformation::stackset' group by 1,2;
55
status: inactive

0 commit comments

Comments
 (0)