File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
3029include::{libbeat-dir}/shared-beats-attributes.asciidoc[]
You can’t perform that action at this time.
0 commit comments