Skip to content

Commit

Permalink
Make heartbeat GA! 🎉 (elastic#8392) (elastic#8475)
Browse files Browse the repository at this point in the history
Now that config reloading is baked in we can finally mark heartbeat as GA software.

(cherry picked from commit 5bd2c3f)
  • Loading branch information
andrewvc authored Oct 3, 2018
1 parent 0c7e47e commit 5f1f947
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions heartbeat/beater/heartbeat.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
"github.com/elastic/beats/libbeat/beat"
"github.com/elastic/beats/libbeat/cfgfile"
"github.com/elastic/beats/libbeat/common"
"github.com/elastic/beats/libbeat/common/cfgwarn"
"github.com/elastic/beats/libbeat/logp"
)

Expand All @@ -44,8 +43,6 @@ type Heartbeat struct {

// New creates a new heartbeat.
func New(b *beat.Beat, rawConfig *common.Config) (beat.Beater, error) {
cfgwarn.Beta("Heartbeat is beta software")

parsedConfig := config.DefaultConfig
if err := rawConfig.Unpack(&parsedConfig); err != nil {
return nil, fmt.Errorf("Error reading config file: %v", err)
Expand Down
4 changes: 0 additions & 4 deletions heartbeat/docs/page_header.html

This file was deleted.

0 comments on commit 5f1f947

Please sign in to comment.