Skip to content

Commit 55fc231

Browse files
committed
Merge remote-tracking branch 'upstream/master' into enrich_k8s_service_meta
2 parents a254741 + b89e5d6 commit 55fc231

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.next.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,10 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
981981
- Provide more ways to set AWS credentials. {issue}12464[12464] {pull}23344[23344]
982982
- Add support for multiple regions {pull}21065[21065]
983983

984+
*Heartbeat*
985+
986+
- Add support for script processor. {pull}23229[23229]
987+
984988
*Winlogbeat*
985989

986990
- Add more DNS error codes to the Sysmon module. {issue}15685[15685]

heartbeat/beater/heartbeat.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ import (
3636
"github.com/elastic/beats/v7/libbeat/common/reload"
3737
"github.com/elastic/beats/v7/libbeat/logp"
3838
"github.com/elastic/beats/v7/libbeat/management"
39+
40+
_ "github.com/elastic/beats/v7/libbeat/processors/script"
3941
)
4042

4143
// Heartbeat represents the root datastructure of this beat.

heartbeat/docs/index.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
2424
:no_dashboards:
2525
:no_decode_cef_processor:
2626
:no_decode_csv_fields_processor:
27-
:no_script_processor:
2827
:no_timestamp_processor:
2928

3029
include::{libbeat-dir}/shared-beats-attributes.asciidoc[]

0 commit comments

Comments
 (0)