We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cfee0c commit d91ec3fCopy full SHA for d91ec3f
1 file changed
libbeat/processors/dns/config.go
@@ -31,7 +31,7 @@ import (
31
type Config struct {
32
CacheConfig
33
Nameservers []string `config:"nameservers"` // Required on Windows. /etc/resolv.conf is used if none are given.
34
- Timeout time.Duration `conifg:"timeout"` // Per request timeout (with 2 nameservers the total timeout would be 2x).
+ Timeout time.Duration `config:"timeout"` // Per request timeout (with 2 nameservers the total timeout would be 2x).
35
Type string `config:"type" validate:"required"` // Reverse is the only supported type currently.
36
Action FieldAction `config:"action"` // Append or replace (defaults to append) when target exists.
37
TagOnFailure []string `config:"tag_on_failure"` // Tags to append when a failure occurs.
0 commit comments