Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS PrivateLink Service #1448

Merged
merged 4 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions entity-types/infra-awsprivatelinkservice/definition.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
domain: INFRA
type: AWSPRIVATELINKSERVICE
configuration:
entityExpirationTime: DAILY
alertable: true
goldenTags:
- aws.accountId
45 changes: 45 additions & 0 deletions entity-types/infra-awsprivatelinkservice/golden_metrics.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
bytesProcessed:
title: Bytes Processed
unit: NA
queries:
aws:
select: latest(aws.privatelinkservices.BytesProcessed)
from: Metric
eventId: entity.guid
eventName: entity.name
newConnections:
title: New Connections
unit: COUNT
queries:
aws:
select: latest(aws.privatelinkservices.NewConnections)
from: Metric
eventId: entity.guid
eventName: entity.name
bytesProcessed:
title: Bytes Processed
unit: BYTES
queries:
aws:
select: latest(aws.privatelinkservices.BytesProcessed)
from: Metric
eventId: entity.guid
eventName: entity.name
activeConnections:
title: Active Connections
unit: COUNT
queries:
aws:
select: latest(aws.privatelinkservices.ActiveConnections)
from: Metric
eventId: entity.guid
eventName: entity.name
bytesProcessed:
title: Bytes Processed
unit: BYTES
queries:
aws:
select: latest(aws.privatelinkservices.BytesProcessed)
from: Metric
eventId: entity.guid
eventName: entity.name
26 changes: 26 additions & 0 deletions entity-types/infra-awsprivatelinkservice/summary_metrics.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
providerAccountName:
title: AWS account
unit: STRING
tag:
key: providerAccountName
region:
title: Region
unit: STRING
tag:
key: aws.awsRegion
bytesProcessed:
goldenMetric: bytesProcessed
title: Bytes Processed
unit: BYTES
newConnections:
goldenMetric: newConnections
title: New Connections
unit: COUNT
activeConnections:
goldenMetric: activeConnections
title: Active Connections
unit: COUNT
rstPacketsSent:
goldenMetric: rstPacketsSent
title: Rst Packets Sent
unit: COUNT