Skip to content

Commit d91ec3f

Browse files
committed
typofix for dns timeout configuration option
1 parent 6cfee0c commit d91ec3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libbeat/processors/dns/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
type Config struct {
3232
CacheConfig
3333
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).
34+
Timeout time.Duration `config:"timeout"` // Per request timeout (with 2 nameservers the total timeout would be 2x).
3535
Type string `config:"type" validate:"required"` // Reverse is the only supported type currently.
3636
Action FieldAction `config:"action"` // Append or replace (defaults to append) when target exists.
3737
TagOnFailure []string `config:"tag_on_failure"` // Tags to append when a failure occurs.

0 commit comments

Comments
 (0)