Beats version 8.17.1
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Beats version 8.17.1
editKnown Issues
editAffecting all Beats
-
Disk queue filled metrics can underflow after blocked publishes. When a disk queue reaches its configured capacity, inputs can block until the output acknowledges events. The queue then accepts the blocked event without updating its metrics. When the event is later removed, the
queue.filled.events,queue.filled.bytes, andqueue.filled.pctmetrics might report incorrect values. Event delivery is unaffected. Upgrade to 8.19.21 or later to apply the fix.
Filebeat
-
The Filestream input does not enforce the restrictions documented for the
clean_inactiveoption, thus allowing configurations that can lead to data re-ingestion issues. -
When
clean_inactive: 0, Filestream cleans the state of all files on start up, effectively re-ingesting all files on restart. Setclean_inactive: -1to disable this behavior.
Breaking changes
editAffecting all Beats
Bugfixes
editFilebeat
- Fix streaming input handling of invalid or empty websocket messages. 42036
- Fix awss3 document ID construction when using the CSV decoder. 42019
- Improve S3 object size metric calculation to support situations where Content-Length is not available. 41755
- Fix Netflow Template Sharing configuration handling. 42080
Metricbeat
- Do not report non-existant 0 values for RSS metrics in docker/memory. 41449
- Don’t skip first bucket value in GCP metrics metricset for distribution type metrics. 41822
- [K8s Integration] Enhance HTTP authentication in case of token updates for Apiserver, Controllermanager and Scheduler metricsets. 41910 42016
-
Fixed
creation_datescientific notation output in theelasticsearch.indexmetricset. 42053
Added
editAffecting all Beats
Filebeat
- Added support for retry configuration in GCS input. 11580 41862
- Added default values in the streaming input for websocket retries and put a cap on retry wait time to be lesser than equal to the maximum defined wait time. 42012
- Added OAuth2 support with auto token refresh for websocket streaming input. 41989 42212
- Added infinite & blanket retry options to websockets and improved logging and retry logic. 42225
Metricbeat