Datadog Agent
Configuration Options
Required Options
address(required)
The address to accept connections on. The address must include a port.
Type | Syntax | Default | Example |
---|---|---|---|
string | literal | ["0.0.0.0:80","localhost:80"] |
type(required)
The component type. This is a required field for all components and tells Vector which component to use.
Type | Syntax | Default | Example |
---|---|---|---|
string | literal | ["datadog_agent"] |
Advanced Options
acknowledgements(optional)
Controls if the source will wait for destination sinks to deliver the events before acknowledging receipt.
Type | Syntax | Default | Example |
---|---|---|---|
bool |
tls(optional)
Configures the TLS options for incoming connections.
Type | Syntax | Default | Example |
---|---|---|---|
hash | literal | [] |
store_api_key(optional)
When incoming events contain a Datadog API key, if this setting is set to true
the key will kept in the event metadata and will be used if the event is sent to a Datadog sink.
Type | Syntax | Default | Example |
---|---|---|---|
bool |
How it Works
State
This component is stateless, meaning its behavior is consistent across each input.
Transport Layer Security (TLS)
Vector uses OpenSSL for TLS protocols. You can
adjust TLS behavior via the tls.*
options.
Context
By default, the datadog_agent
source augments events with helpful
context keys.