WARNING: Version 6.1 of Beats has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Beats version 6.0.0-alpha2
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Beats version 6.0.0-alpha2
editBreaking changes
editFilebeat
Bugfixes
editAffecting all Beats
Filebeat
Metricbeat
- Set correct format for percent fields in memory module. 4619
- Fix a debug statement that said a module wrapper had stopped when it hadn’t. 4264
- Use MemAvailable value from /proc/meminfo on Linux 3.14. 4316
- Fix panic when events were dropped by filters. 4327
- Add filtering to system filesystem metricset to remove relative mountpoints like those from Linux network namespaces. 4370
- Remove unnecessary print statement in schema apis. 4355
-
Fix type of field
haproxy.stat.check.health.last. 4407
Packetbeat - Enable memcache filtering only if a port is specified in the config file. 4335 - Enable memcache filtering only if a port is specified in the config file. 4335
Added
editAffecting all Beats
- Upgraded to Golang 1.8.3. 4401
- Added the possibility to set Elasticsearch mapping template settings from the Beat configuration file. 4284 4317
- Add a variable to the SysV init scripts to make it easier to change the user. 4340
- Add the option to write the generated Elasticsearch mapping template into a file. 4323
-
Add
instance_namein GCE add_cloud_metadata processor. 4414 -
Add
add_docker_metadataprocessor. 4352 -
Add
logging.filespermissionsoption. 4295
Filebeat - Added ability to sort harvested files. 4374 - Add experimental Redis slow log prospector type. 4180
Metricbeat
- Add macOS implementation of the system diskio metricset. 4144
- Add process_summary metricset that records high level metrics about processes. 4231
-
Add
kube-state-metricsbased metrics tokubernetesmodule 4253 - Add debug logging to Jolokia JMX metricset. 4341
- Add events metricset for kubernetes metricbeat module 4315
- Change Metricbeat default configuration file to be better optimized for most users. 4329
- Add experimental RabbitMQ module. 4394
- Add Kibana dashboard for the Kubernetes modules. 4138
Packetbeat
Winlogbeat
Deprecated
editAffecting all Beats
-
The
@metadata.typefield, added by the Logstash output, is deprecated, hardcoded todocand will be removed in future versions. 4331.
Filebeat
-
Deprecate
input_typeprospector config. Usetypeconfig option instead. 4294
Known Issue
edit-
If the Elasticsearch output is not enabled, but
setup.templateoptions are present (like it’s the case in the default Metricbeat configuration), the Beat stops with an error: "Template loading requested but the Elasticsearch output is not configured/enabled". To avoid this error, disable the template loading explicitlysetup.template.enabled: false.