Skip to content

Commit

Permalink
Make metricbeat reloading beta instead of experimental (#3841)
Browse files Browse the repository at this point in the history
This change was missed in 5.3.
  • Loading branch information
ruflin authored and monicasarbu committed Mar 29, 2017
1 parent c71bbb6 commit 28bc080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metricbeat/beater/metricbeat.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (bt *Metricbeat) Run(b *beat.Beat) error {
}

if bt.config.ReloadModules.Enabled() {
logp.Warn("EXPERIMENTAL feature dynamic configuration reloading is enabled.")
logp.Warn("BETA: feature dynamic configuration reloading is enabled.")
moduleReloader := cfgfile.NewReloader(bt.config.ReloadModules)
factory := module.NewFactory(b.Publisher)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== Reload Configuration

experimental[]
beta[]

Reload configuration allows to dynamically reload module configuration files. A glob can be defined which should be watched
for module configuration changes. New modules will started / stopped accordingly. This is especially useful in
Expand Down

0 comments on commit 28bc080

Please sign in to comment.