BlueCat DNS/DHCP Servers v26.1 are pre-installed with LiveWire v26.1.2, BlueCat's packet capture and network forensics solution. Configuration of LiveWire on BlueCat DNS/DHCP Servers grants users full DNS/DHCP packet capture with advanced filtering and analytics, for complete visibility into service issues. For more information on the LiveWire on BDDS implementation in Integrity, refer to LiveWire on BDDS (LiveWire on DDI).
Example
#cloud-config
bluecat_service_config:
payload: |
{
"version": "1.4.0",
"services": {
"livewire": {
"configurations": [
{
"livewireConfiguration": {
"enable": true,
"groupEngineHost": "livewire.example.com",
"groupEngineName": "bdds-01",
"groupEngineGroup": "Production",
"groupSecret": "<authentication group secret>",
"licenseServer": "license.example.com"
}
}
]
}
}
}
Parameters
enable—set to true to enable the LiveWire service; set to false to disable the LiveWire service.groupEngineHost—enter the fully-qualified domain name or IPv4/IPv6 address of the LiveWire group engine host (capture engine).groupEngineName—enter a unique name for the DNS/DHCP Server capture engine.groupEngineGroup—(Optional) enter the name of an existing capture engine group folder. If the specified group does not exist, a new group folder is created.groupSecret—enter the authentication group secret used to authenticate the DNS/DHCP Server with the LiveWire group engine.licenseServer—(Optional) enter the fully-qualified domain name or IPv4/IPv6 address of the LiveWire license server.