Hawk Domain
A Hawk domain is a logical grouping of TIBCO OI Hawk RedTail components. The Hawk agent, the Hawk Console API, Hawk RedTail Console and the AMI instrumented applications can all communicate with each other only if they all belong to the same Hawk domain. A Hawk domain consists of a transport and a domain name.
Some components may have additional requirements in order to communicate with the Hawk agent such as to specify the Hawk agent name to connect to. However, the Hawk RedTail Console can be configured to manage multiple domains by configuring the DomainTransportConfig.yml
file.
Sample DomainTransportConfig.yml
file:
domainConfiguration:
regular:
- domainName: redtail
transport: tibgrpc
platform: Kubernetes- domainName: enterprise
transport: tibgrpc
platform: Enterprise
Note: The Hawk domain must be the same for all TIBCO OI Hawk RedTail components to be part of the cluster.