Skip to content

Commit 4287773

Browse files
authored
Merge branch '8.19' into mergify/bp/8.19/pr-46779
2 parents 17caf72 + 5db5435 commit 4287773

32 files changed

+231
-416
lines changed

CHANGELOG.asciidoc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
:issue: https://github.com/elastic/beats/issues/
44
:pull: https://github.com/elastic/beats/pull/
55

6+
// begin 8.19.8 relnotes
7+
8+
[[release-notes-8.19.8]]
9+
=== Beats version 8.19.8
10+
https://github.com/elastic/beats/compare/v8.19.7\...v8.19.8[View commits]
11+
12+
[discrete]
13+
[[bug-fixes-8.19.8]]
14+
==== Bug fixes
15+
16+
**All**
17+
18+
* Fix a fatal startup error in Beats Receivers caused by truncation of long UTF-8 hostnames. https://github.com/elastic/beats/pull/47713[#47713]
19+
* Not being able to start the add_docker_metadata processor is now consistently a non-fatal error when Docker is not available. https://github.com/elastic/beats/pull/47760[#47760]
20+
21+
**Filebeat**
22+
23+
* Handle and remove BOM during JSON parsing in azureblobstorage and gcs inputs. https://github.com/elastic/beats/pull/47508[#47508]
24+
* Fixed an issue where filebeat could hang during shutdown when using the filestream input. https://github.com/elastic/beats/pull/47518[#47518]
25+
* Fix double locking in translate_ldap_attribute processor and improve logging. https://github.com/elastic/beats/pull/47585[#47585]
26+
* Fix possible data corruption in tcp, syslog and unix inputs. https://github.com/elastic/beats/pull/47618[#47618]
27+
* Skip s3 test events in filebeat s3 input. https://github.com/elastic/beats/pull/47635[#47635]
28+
29+
// end 8.19.8 relnotes
30+
631
// begin 8.19.7 relnotes
732

833
[[release-notes-8.19.7]]

changelog/8.19.8.asciidoc

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
// begin 8.19.8 relnotes
2+
3+
[[release-notes-8.19.8]]
4+
== 8.19.8
5+
6+
Review important information about the 8.19.8 release.
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
[discrete]
24+
[[bug-fixes-8.19.8]]
25+
=== Bug fixes
26+
27+
28+
29+
30+
**All**
31+
32+
* Fix a fatal startup error in Beats Receivers caused by truncation of long UTF-8 hostnames. https://github.com/elastic/beats/pull/47713[#47713]
33+
* Not being able to start the add_docker_metadata processor is now consistently a non-fatal error when Docker is not available. https://github.com/elastic/beats/pull/47760[#47760]
34+
35+
36+
**Filebeat**
37+
38+
* Handle and remove BOM during JSON parsing in azureblobstorage and gcs inputs. https://github.com/elastic/beats/pull/47508[#47508]
39+
* Fixed an issue where filebeat could hang during shutdown when using the filestream input. https://github.com/elastic/beats/pull/47518[#47518]
40+
* Fix double locking in translate_ldap_attribute processor and improve logging. https://github.com/elastic/beats/pull/47585[#47585]
41+
* Fix possible data corruption in tcp, syslog and unix inputs. https://github.com/elastic/beats/pull/47618[#47618]
42+
* Skip s3 test events in filebeat s3 input. https://github.com/elastic/beats/pull/47635[#47635]
43+
44+
// end 8.19.8 relnotes

changelog/8.19.8.yaml

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
version: 8.19.8
2+
entries:
3+
- kind: bug-fix
4+
summary: Handle and remove BOM during JSON parsing in azureblobstorage and gcs inputs.
5+
description: ""
6+
component: filebeat
7+
pr:
8+
- https://github.com/elastic/beats/pull/47508
9+
issue: []
10+
impact: ""
11+
action: ""
12+
timestamp: 1762506747
13+
file:
14+
name: 1762506747-Handle-and-remove-BOM-during-JSON-parsing-in-azureblobstorage.yaml
15+
checksum: 32c69801f652e9e87b6f8997756e857bbbdf45de
16+
- kind: bug-fix
17+
summary: Fixed an issue where filebeat could hang during shutdown when using the filestream input.
18+
description: ""
19+
component: filebeat
20+
pr:
21+
- https://github.com/elastic/beats/pull/47518
22+
issue: []
23+
impact: ""
24+
action: ""
25+
timestamp: 1762533600
26+
file:
27+
name: 1762533600-fixed-an-issue-where-filebeat-could-hang-during-shutdown-when-using-the-filestream-input.yaml
28+
checksum: dd47748c4e78963bdf1d3c5cba566130e601526f
29+
- kind: bug-fix
30+
summary: Fix double locking in translate_ldap_attribute processor and improve logging.
31+
description: ""
32+
component: filebeat
33+
pr:
34+
- https://github.com/elastic/beats/pull/47585
35+
issue: []
36+
impact: ""
37+
action: ""
38+
timestamp: 1762903519
39+
file:
40+
name: 1762903519-s6615-ldap_logging.yaml
41+
checksum: e451551ba16e9c3d1bfcb2eb17f6dcd83c569c77
42+
- kind: bug-fix
43+
summary: Fix possible data corruption in tcp, syslog and unix inputs
44+
description: ""
45+
component: filebeat
46+
pr:
47+
- https://github.com/elastic/beats/pull/47618
48+
issue: []
49+
impact: ""
50+
action: ""
51+
timestamp: 1763040576
52+
file:
53+
name: 1763040576-fix-possible-data-corruption-in-tcp-syslog-unix-inputs.yaml
54+
checksum: b03fa6c91df0fc8a51866345ea7cb696dc42af37
55+
- kind: bug-fix
56+
summary: Skip s3 test events in filebeat s3 input
57+
description: ""
58+
component: filebeat
59+
pr:
60+
- https://github.com/elastic/beats/pull/47635
61+
issue: []
62+
impact: ""
63+
action: ""
64+
timestamp: 1763061151
65+
file:
66+
name: 1763061151-bug-skip-s3-test-events-in-filebeat-s3-input.yaml
67+
checksum: 6945c49b09002a2d8c702f36856ab7104be929be
68+
- kind: bug-fix
69+
summary: Fix a fatal startup error in Beats Receivers caused by truncation of long UTF-8 hostnames.
70+
description: ""
71+
component: all
72+
pr:
73+
- https://github.com/elastic/beats/pull/47713
74+
issue: []
75+
impact: ""
76+
action: ""
77+
timestamp: 1763556531
78+
file:
79+
name: 1763556531-fix-fatal-startup-error-from-long-utf-8-hostname-truncation.yaml
80+
checksum: 965d20559c2da6a59ac3b7bbaea45d0a81118854
81+
- kind: bug-fix
82+
summary: Not being able to start the add_docker_metadata processor is now consistently a non-fatal error when Docker is not available.
83+
description: ""
84+
component: all
85+
pr:
86+
- https://github.com/elastic/beats/pull/47760
87+
issue: []
88+
impact: ""
89+
action: ""
90+
timestamp: 1764007304
91+
file:
92+
name: 1764007304-bump-elastic-autodiscover.yaml
93+
checksum: 9462a508c047b7c529be3919829bce81aa392a8e

changelog/fragments/1762506747-Handle-and-remove-BOM-during-JSON-parsing-in-azureblobstorage.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

changelog/fragments/1762533600-fixed-an-issue-where-filebeat-could-hang-during-shutdown-when-using-the-filestream-input.yaml

Lines changed: 0 additions & 45 deletions
This file was deleted.

changelog/fragments/1762903519-s6615-ldap_logging.yaml

Lines changed: 0 additions & 45 deletions
This file was deleted.

changelog/fragments/1763040576-fix-possible-data-corruption-in-tcp-syslog-unix-inputs.yaml

Lines changed: 0 additions & 45 deletions
This file was deleted.

changelog/fragments/1763061151-bug-skip-s3-test-events-in-filebeat-s3-input.yaml

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)