Skip to content

Commit

Permalink
fix name of registry_file option
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Oct 16, 2018
1 parent 2e11058 commit 452d886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion journalbeat/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
// Config stores the configuration of Journalbeat
type Config struct {
Inputs []*common.Config `config:"inputs"`
RegistryFile string `config:"registry"`
RegistryFile string `config:"registry_file"`
Backoff time.Duration `config:"backoff" validate:"min=0,nonzero"`
BackoffFactor int `config:"backoff_factor" validate:"min=1"`
MaxBackoff time.Duration `config:"max_backoff" validate:"min=0,nonzero"`
Expand Down

0 comments on commit 452d886

Please sign in to comment.