Skip to content

Commit

Permalink
Release the rename processor as GA
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Jul 20, 2018
1 parent e5791d2 commit b8b8c59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ https://github.com/elastic/beats/compare/v6.2.3...master[Check the HEAD diff]
- Refactor error handing in schema.Apply(). {pull}7335[7335]
- Add additional types to kubernetes metadata {pull}7457[7457]
- Add module state reporting for X-Pack Monitoring. {pull}7075[7075]
- Release the rename processor as GA. {pull}7656[7656]

*Auditbeat*

Expand Down
3 changes: 0 additions & 3 deletions libbeat/processors/actions/rename.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (

"github.com/elastic/beats/libbeat/beat"
"github.com/elastic/beats/libbeat/common"
"github.com/elastic/beats/libbeat/common/cfgwarn"
"github.com/elastic/beats/libbeat/logp"
"github.com/elastic/beats/libbeat/processors"
)
Expand All @@ -51,8 +50,6 @@ func init() {
}

func newRenameFields(c *common.Config) (processors.Processor, error) {

cfgwarn.Beta("Beta rename processor is used.")
config := renameFieldsConfig{
IgnoreMissing: false,
FailOnError: true,
Expand Down

0 comments on commit b8b8c59

Please sign in to comment.