Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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 templates/darktrace-vsensor-main.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,13 @@ Outputs:
- VSensorStack
- Outputs.LoadBalancerDNS

LoadBalancerDNSZoneID:
Description: Route 53 hosted zone name of the Network Load Balancer, required for osSensor clients.
Value:
Fn::GetAtt:
- VSensorStack
- Outputs.LoadBalancerDNSZoneID

TrafficMirrorFilterId:
Description: ID of the Traffic Mirror filter generated for Traffic Mirror sessions.
Value:
Expand Down
4 changes: 4 additions & 0 deletions templates/darktrace-vsensor-workload.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1541,6 +1541,10 @@ Outputs:
Description: DNS name of the Network Load Balancer, required for osSensor clients.
Value: !GetAtt LoadBalancer.DNSName

LoadBalancerDNSZoneID:
Description: Route 53 hosted zone name of the Network Load Balancer, required for osSensor clients.
Value: !GetAtt LoadBalancer.CanonicalHostedZoneID

TrafficMirrorFilterId:
Description: ID of the Traffic Mirror filter generated for Traffic Mirror sessions.
Value: !Ref TrafficMirrorFilter
Expand Down