Skip to main content

static_map

The static map defines options which control the interpretation of the static_host_map.

Example:

static_map:
network: ip4
cadence: 30s
lookup_timeout: 250ms

static_map.network

Default: ip4

Select the IP version used to communicate with hosts in the static map. Valid values are ip, ip4, and ip6.

static_map.cadence

Default: 30s

Interval to retry DNS lookups of static hosts

static_map.lookup_timeout

Default: 250ms

Timeout for DNS lookup of static hosts