Skip to content

Commit

Permalink
Update beats framework to 9c8d5c7 (#3384)
Browse files Browse the repository at this point in the history
  • Loading branch information
simitt authored Feb 25, 2020
1 parent ee7b8ec commit a3a2ff3
Show file tree
Hide file tree
Showing 17 changed files with 1,766 additions and 1,426 deletions.
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ SOFTWARE.
--------------------------------------------------------------------
Dependency: github.com/elastic/beats
Version: master
Revision: 02ada23de4ec9d5c9a4e977c4a772f8cb619cfaf
Revision: 9c8d5c7ac2dfaceebb9637468d128c9a3cd459e2
License type (autodetected): Apache-2.0
./vendor/github.com/elastic/beats/LICENSE.txt:
--------------------------------------------------------------------
Expand Down Expand Up @@ -698,7 +698,7 @@ Apache License 2.0

--------------------------------------------------------------------
Dependency: github.com/elastic/go-ucfg
Revision: ab69586e10820006b250d04c98cc3b848e227808
Revision: f3ae3b220df32cfcae011ec6bbf87a711e6bf06b
License type (autodetected): Apache-2.0
./vendor/github.com/elastic/go-ucfg/LICENSE:
--------------------------------------------------------------------
Expand Down
13 changes: 12 additions & 1 deletion _beats/CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d

- The document id fields has been renamed from @metadata.id to @metadata._id {pull}15859[15859]
- Variable substitution from environment variables is not longer supported. {pull}15937{15937}
- Change aws_elb autodiscover provider field name from elb_listener.* to aws.elb.*. {issue}16219[16219] {pull}16402{16402}

*Auditbeat*

Expand Down Expand Up @@ -57,6 +58,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix index names for indexing not always guaranteed to be lower case. {pull}16081[16081]
- Add `ssl.ca_sha256` option to the supported TLS option, this allow to check that a specific certificate is used as part of the verified chain. {issue}15717[15717]
- Fix loading processors from annotation hints. {pull}16348[16348]
- Upgrade go-ucfg to latest v0.8.3. {pull}16450{16450}

*Auditbeat*

Expand All @@ -72,6 +74,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Prevent Elasticsearch from spewing log warnings about redundant wildcards when setting up ingest pipelines for the `elasticsearch` module. {issue}15840[15840] {pull}15900[15900]
- Fix mapping error for cloudtrail additionalEventData field {pull}16088[16088]
- Fix a connection error in httpjson input. {pull}16123[16123]
- Fix merging of fileset inputs to replace paths and append processors. {pull}16450{16450}

*Heartbeat*

Expand All @@ -90,6 +93,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fixed issue `logstash-xpack` module suddenly ceasing to monitor Logstash. {issue}15974[15974] {pull}16044[16044]
- Fix skipping protocol scheme by light modules. {pull}16205[pull]
- Made `logstash-xpack` module once again have parity with internally-collected Logstash monitoring data. {pull}16198[16198]
- Change sqs metricset to use average as statistic method. {pull}16438[16438]

*Packetbeat*

Expand All @@ -108,6 +112,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add document_id setting to decode_json_fields processor. {pull}15859[15859]
- Include network information by default on add_host_metadata and add_observer_metadata. {issue}15347[15347] {pull}16077[16077]
- Add `aws_ec2` provider for autodiscover. {issue}12518[12518] {pull}14823[14823]
- Add support for multiple password in redis output. {issue}16058[16058] {pull}16206[16206]

*Auditbeat*

Expand All @@ -125,8 +130,10 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add MQTT input. {issue}15602[15602] {pull}16204[16204]
- Add ECS categorization fields to activemq module. {issue}16151[16151] {pull}16201[16201]
- Add a TLS test and more debug output to httpjson input {pull}16315[16315]
- Add an SSL config example in config.yml for filebeat MISP module. {pull}16320[16320]
- Add an SSL config example in config.yml for filebeat MISP module. {pull}16320[16320]
- Improve ECS categorization, container & process field mappings in auditd module. {issue}16153[16153] {pull}16280[16280]
- Improve ECS field mappings in aws module. {issue}16154[16154] {pull}16307[16307]
- Improve ECS categorization field mappings in googlecloud module. {issue}16030[16030] {pull}16500[16500]

*Heartbeat*

Expand Down Expand Up @@ -159,11 +166,15 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add collecting AuroraDB metrics in rds metricset. {issue}14142[14142] {pull}16004[16004]
- Reuse connections in SQL module. {pull}16001[16001]
- Improve the `logstash` module (when `xpack.enabled` is set to `true`) to use the override `cluster_uuid` returned by Logstash APIs. {issue}15772[15772] {pull}15795[15795]
- Add region parameter in googlecloud module. {issue}15780[15780] {pull}16203[16203]
- Add kubernetes storage class support via kube-state-metrics. {pull}16145[16145]
- Add support for NATS 2.1. {pull}16317[16317]
- Add Load Balancing metricset to GCP {pull}15559[15559]
- Add support for Dropwizard metrics 4.1. {pull}16332[16332]
- Improve the `haproxy` module to support metrics exposed via HTTPS. {issue}14579[14579] {pull}16333[16333]
- Add filtering option for prometheus collector. {pull}16420[16420]
- Add metricsets based on Ceph Manager Daemon to the `ceph` module. {issue}7723[7723] {pull}16254[16254]
- Release `statsd` module as GA. {pull}16447[16447] {issue}14280[14280]

*Packetbeat*

Expand Down
1 change: 1 addition & 0 deletions _beats/libbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ parameterized==0.7.0
jsondiff==1.1.2
semver==2.8.1
stomp.py==4.1.22
deepdiff==4.2.0
70 changes: 35 additions & 35 deletions _beats/vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -3280,76 +3280,76 @@
"versionExact": "v0.0.7"
},
{
"checksumSHA1": "VPcK6uPDligSrbdi1yVeGivPvno=",
"checksumSHA1": "6EwlkLbm/yUYgLddYEiQRZioMNM=",
"path": "github.com/elastic/go-ucfg",
"revision": "ab69586e10820006b250d04c98cc3b848e227808",
"revisionTime": "2020-02-07T21:56:35Z",
"version": "v0.8.2",
"versionExact": "v0.8.2"
"revision": "f3ae3b220df32cfcae011ec6bbf87a711e6bf06b",
"revisionTime": "2020-02-20T11:45:39Z",
"version": "v0.8.3",
"versionExact": "v0.8.3"
},
{
"checksumSHA1": "X+R/CD8SokJrmlxFTx2nSevRDhQ=",
"path": "github.com/elastic/go-ucfg/cfgutil",
"revision": "ab69586e10820006b250d04c98cc3b848e227808",
"revisionTime": "2020-02-07T21:56:35Z",
"version": "v0.8.2",
"versionExact": "v0.8.2"
"revision": "f3ae3b220df32cfcae011ec6bbf87a711e6bf06b",
"revisionTime": "2020-02-20T11:45:39Z",
"version": "v0.8.3",
"versionExact": "v0.8.3"
},
{
"checksumSHA1": "B58nBBiUIstpkXfr9yaYN9GzdLE=",
"path": "github.com/elastic/go-ucfg/diff",
"revision": "ab69586e10820006b250d04c98cc3b848e227808",
"revisionTime": "2020-02-07T21:56:35Z",
"version": "v0.8.2",
"versionExact": "v0.8.2"
"revision": "f3ae3b220df32cfcae011ec6bbf87a711e6bf06b",
"revisionTime": "2020-02-20T11:45:39Z",
"version": "v0.8.3",
"versionExact": "v0.8.3"
},
{
"checksumSHA1": "E6k6DWkpI+LOKDIFRqRmNH9GORc=",
"path": "github.com/elastic/go-ucfg/flag",
"revision": "ab69586e10820006b250d04c98cc3b848e227808",
"revisionTime": "2020-02-07T21:56:35Z",
"version": "v0.8.2",
"versionExact": "v0.8.2"
"revision": "f3ae3b220df32cfcae011ec6bbf87a711e6bf06b",
"revisionTime": "2020-02-20T11:45:39Z",
"version": "v0.8.3",
"versionExact": "v0.8.3"
},
{
"checksumSHA1": "NhiQQjYMs/ViCbmEq9tll2uCaYo=",
"path": "github.com/elastic/go-ucfg/hjson",
"revision": "ab69586e10820006b250d04c98cc3b848e227808",
"revisionTime": "2020-02-07T21:56:35Z",
"version": "v0.8.2",
"versionExact": "v0.8.2"
"revision": "f3ae3b220df32cfcae011ec6bbf87a711e6bf06b",
"revisionTime": "2020-02-20T11:45:39Z",
"version": "v0.8.3",
"versionExact": "v0.8.3"
},
{
"checksumSHA1": "esXpiQlEvTOUwsE0nNesso8albo=",
"path": "github.com/elastic/go-ucfg/internal/parse",
"revision": "0539807037ce820e147797f051ff32b05f4f9288",
"revisionTime": "2019-01-28T11:18:48Z",
"version": "v0.8.2",
"versionExact": "v0.8.2"
"version": "v0.8.3",
"versionExact": "v0.8.3"
},
{
"checksumSHA1": "cfMNsyQm0gZOV0hRJrBSdKDQSBo=",
"path": "github.com/elastic/go-ucfg/json",
"revision": "ab69586e10820006b250d04c98cc3b848e227808",
"revisionTime": "2020-02-07T21:56:35Z",
"version": "v0.8.2",
"versionExact": "v0.8.2"
"revision": "f3ae3b220df32cfcae011ec6bbf87a711e6bf06b",
"revisionTime": "2020-02-20T11:45:39Z",
"version": "v0.8.3",
"versionExact": "v0.8.3"
},
{
"checksumSHA1": "ZISq+zzSb0OLzvwLlf1ObdgnFmM=",
"path": "github.com/elastic/go-ucfg/parse",
"revision": "ab69586e10820006b250d04c98cc3b848e227808",
"revisionTime": "2020-02-07T21:56:35Z",
"version": "v0.8.2",
"versionExact": "v0.8.2"
"revision": "f3ae3b220df32cfcae011ec6bbf87a711e6bf06b",
"revisionTime": "2020-02-20T11:45:39Z",
"version": "v0.8.3",
"versionExact": "v0.8.3"
},
{
"checksumSHA1": "cnJVnptTvXNLzxVhd266k19/pQg=",
"path": "github.com/elastic/go-ucfg/yaml",
"revision": "ab69586e10820006b250d04c98cc3b848e227808",
"revisionTime": "2020-02-07T21:56:35Z",
"version": "v0.8.2",
"versionExact": "v0.8.2"
"revision": "f3ae3b220df32cfcae011ec6bbf87a711e6bf06b",
"revisionTime": "2020-02-20T11:45:39Z",
"version": "v0.8.3",
"versionExact": "v0.8.3"
},
{
"checksumSHA1": "iI1JCWsrAPpoKcEo/i6G3lRLIVs=",
Expand Down
4 changes: 2 additions & 2 deletions vendor/github.com/elastic/beats/NOTICE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions vendor/github.com/elastic/beats/libbeat/common/config.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions vendor/github.com/elastic/beats/libbeat/common/event.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion vendor/github.com/elastic/beats/libbeat/kibana/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a3a2ff3

Please sign in to comment.