Beats version 8.0.1edit

View commits

Bugfixesedit

Filebeat

  • tcp/unix input: Stop accepting connections after socket is closed. 29712
  • Fix using log_group_name_prefix in aws-cloudwatch input. 29695
  • Fix multiple instances of the same module configured within filebeat.modules in filebeat.yml. 29649 29952
  • aws-s3: fix race condition in states used by s3-poller. 30123 30131

Filebeat - Fix broken Kafka input 29746 30277 - cisco module: Fix change the broke ASA and FTD configs that used var.input: syslog. 30072 - aws-s3: fix race condition in states used by s3-poller. 30123 30131

Heartbeat - Fix missing mapping for service.name. 30324

Winlogbeat

  • Fix run loop when reading from evtx file 30006

Known Issueedit

Affecting 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.0 or to give manage permission on the data stream {beatname}-8.0 to the publishing user temporarily. 30647 31048