Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick #8023 to 6.x: Heartbeat Automatic Reload #8315

Merged
merged 1 commit into from
Sep 17, 2018

Commits on Sep 14, 2018

  1. Heartbeat Automatic Reload (elastic#8023)

    Add automatic reloading for heartbeat config files.
    
    This deprecates the `watch.poll_file` options.
    
    This patch also fixes a potential source of races in code using `cfgfile/Runner` by making that interface implement `Stringer`, the reason being that by default `cfgfile/Runner` can recursively print the backing structure, which can trigger a race.
    
    (cherry picked from commit 037a4f2)
    andrewvc committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    ef06eb0 View commit details
    Browse the repository at this point in the history