From f5f690fae2ed079a176169a5a122c414a2b9ea64 Mon Sep 17 00:00:00 2001 From: Pier-Hugues Pellerin Date: Tue, 18 Dec 2018 15:29:16 -0500 Subject: [PATCH] Be more strict when handling the access token (#9624) Add validations for the Kibana response with the access token, and enforce that the access token is not empty when unpacking the configuration. Since the access token in the keystore could be edited. Fixes: #9621 (cherry picked from commit 8dd740f58975bac4937dd448269a80aff5cb75de) --- CHANGELOG.asciidoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index fbe2389be527..10aaf5094f51 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -35,6 +35,14 @@ https://github.com/elastic/beats/compare/1035569addc4a3b29ffa14f8a08c27c1ace16ef *Affecting all Beats* +- Fix autodiscover configurations stopping when metadata is missing. {pull}8851[8851] +- Log events at the debug level when dropped by encoding problems. {pull}9251[9251] +- Refresh host metadata in add_host_metadata. {pull}9359[9359] +- When collecting swap metrics for beats telemetry or system metricbeat module handle cases of free swap being bigger than total swap by assuming no swap is being used. {issue}6271[6271] {pull}9383[9383] +- Adding logging traces at debug level when the pipeline client receives the following events: onFilteredOut, onDroppedOnPublish. {pull}9016[9016] +- Ignore non index fields in default_field for Elasticsearch. {pull}9549[9549] +- Enforce validation for the Central Management access token. {issue}9621[9621] + *Auditbeat* *Filebeat*