IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Beats version 8.1.2
editBeats version 8.1.2
editBugfixes
editAffecting all Beats
- Add more descriptive error logs for common connection failures in Kafka inputs / outputs. 30776
Filebeat
-
Fix add_kubernetes_metadata matcher: support rotated logs when
resource_type: pod
30720
Packetbeat
Added
editHeartbeat
-
Generate summary documents for journeys which exit successfully, but do not emit
journey/end
events 30825
Known Issue
editAffecting all Beats
-
During setup the Beat does not load the data stream. Thus, when running the Beat with a user that does not have enough privileges, publishing fails with the following error:
action [indices:admin/auto_create] is unauthorized for user [publisher] with roles [publisher], this action is granted by the index privileges [auto_configure,create_index,manage,all]
. The workaround is to either install the data stream manually using the following call:PUT /_data_stream/{beatname}-8.1
or to givemanage
permission on the data stream{beatname}-8.1
to the publishing user temporarily. 30647 31048