Skip to content

Commit f6092d1

Browse files
AndersonQcolleenmcginnis
authored andcommitted
[8.18 changelog] add known issue for restart_on_cert_change panic (#46406)
* changelog: add known issue for restart_on_cert_change panic * fix version * update link, use tagged region --------- Co-authored-by: Colleen McGinnis <[email protected]> (cherry picked from commit ad4bde6)
1 parent 3d4e045 commit f6092d1

File tree

1 file changed

+165
-0
lines changed

1 file changed

+165
-0
lines changed

CHANGELOG.asciidoc

Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,147 @@ seccomp:
148148
====
149149
// end::known-issue-8.19-restart_on_cert_change[]
150150

151+
==== Known issues
152+
153+
// tag::known-issue-8.18-restart_on_cert_change[]
154+
- `restart_on_cert_change` causes panic due to seccomp policy. In versions 8.18.0 and later, enabling this option causes the Beat to panic on restart. This is due to the `eventfd2` syscall missing from the default seccomp policy. To fix this, add `eventfd2` to a custom seccomp policy. To fix this, add `eventfd2` to a custom seccomp policy. For more details, refer to {filebeat-ref}/linux-seccomp.html[Use Linux Secure Computing Mode (seccomp)].
155+
156+
[%collapsible]
157+
.Click to view the policy
158+
====
159+
[source,yaml]
160+
----
161+
seccomp:
162+
syscalls:
163+
- action: allow
164+
names:
165+
- accept
166+
- accept4
167+
- access
168+
- arch_prctl
169+
- bind
170+
- brk
171+
- capget
172+
- chmod
173+
- chown
174+
- clock_gettime
175+
- clock_nanosleep
176+
- clone
177+
- clone3
178+
- close
179+
- connect
180+
- dup
181+
- dup2
182+
- dup3
183+
- epoll_create
184+
- epoll_create1
185+
- epoll_ctl
186+
- epoll_pwait
187+
- epoll_wait
188+
- eventfd2
189+
- execve
190+
- exit
191+
- exit_group
192+
- faccessat
193+
- faccessat2
194+
- fchdir
195+
- fchmod
196+
- fchmodat
197+
- fchown
198+
- fchownat
199+
- fcntl
200+
- fdatasync
201+
- flock
202+
- fstat
203+
- fstatfs
204+
- fsync
205+
- ftruncate
206+
- futex
207+
- getcwd
208+
- getdents
209+
- getdents64
210+
- geteuid
211+
- getgid
212+
- getpeername
213+
- getpid
214+
- getppid
215+
- getrandom
216+
- getrlimit
217+
- getrusage
218+
- getsockname
219+
- getsockopt
220+
- gettid
221+
- gettimeofday
222+
- getuid
223+
- inotify_add_watch
224+
- inotify_init1
225+
- inotify_rm_watch
226+
- ioctl
227+
- kill
228+
- listen
229+
- lseek
230+
- lstat
231+
- madvise
232+
- mincore
233+
- mkdirat
234+
- mmap
235+
- mprotect
236+
- munmap
237+
- nanosleep
238+
- newfstatat
239+
- open
240+
- openat
241+
- pipe
242+
- pipe2
243+
- poll
244+
- ppoll
245+
- prctl
246+
- pread64
247+
- pselect6
248+
- pwrite64
249+
- read
250+
- readlink
251+
- readlinkat
252+
- recvfrom
253+
- recvmmsg
254+
- recvmsg
255+
- rename
256+
- renameat
257+
- rseq
258+
- rt_sigaction
259+
- rt_sigprocmask
260+
- rt_sigreturn
261+
- sched_getaffinity
262+
- sched_yield
263+
- sendfile
264+
- sendmmsg
265+
- sendmsg
266+
- sendto
267+
- set_robust_list
268+
- setitimer
269+
- setrlimit
270+
- setsockopt
271+
- shutdown
272+
- sigaltstack
273+
- socket
274+
- splice
275+
- stat
276+
- statfs
277+
- sysinfo
278+
- tgkill
279+
- time
280+
- tkill
281+
- uname
282+
- unlink
283+
- unlinkat
284+
- wait4
285+
- waitid
286+
- write
287+
- writev
288+
----
289+
====
290+
// end::known-issue-8.18-restart_on_cert_change[]
291+
151292
==== Breaking changes
152293

153294
*Affecting all Beats*
@@ -309,6 +450,10 @@ include::CHANGELOG.asciidoc[tags=known-issue-8.19-restart_on_cert_change]
309450
=== Beats version 8.18.5
310451
https://github.com/elastic/beats/compare/v8.18.4\...v8.18.5[View commits]
311452

453+
==== Known issues
454+
455+
include::CHANGELOG.asciidoc[tags=known-issue-8.18-restart_on_cert_change]
456+
312457
==== Bugfixes
313458

314459
*Auditbeat*
@@ -333,6 +478,10 @@ https://github.com/elastic/beats/compare/v8.18.4\...v8.18.5[View commits]
333478
=== Beats version 8.18.4
334479
https://github.com/elastic/beats/compare/v8.18.3\...v8.18.4[View commits]
335480

481+
==== Known issues
482+
483+
include::CHANGELOG.asciidoc[tags=known-issue-8.18-restart_on_cert_change]
484+
336485
==== Breaking changes
337486

338487
*Metricbeat*
@@ -373,6 +522,10 @@ https://github.com/elastic/beats/compare/v8.18.3\...v8.18.4[View commits]
373522
=== Beats version 8.18.3
374523
https://github.com/elastic/beats/compare/v8.18.2\...v8.18.3[View commits]
375524

525+
==== Known issues
526+
527+
include::CHANGELOG.asciidoc[tags=known-issue-8.18-restart_on_cert_change]
528+
376529
==== Bugfixes
377530

378531
*Affecting all Beats*
@@ -422,6 +575,10 @@ https://github.com/elastic/beats/compare/v8.18.2\...v8.18.3[View commits]
422575
=== Beats version 8.18.2
423576
https://github.com/elastic/beats/compare/v8.18.1\...v8.18.2[View commits]
424577

578+
==== Known issues
579+
580+
include::CHANGELOG.asciidoc[tags=known-issue-8.18-restart_on_cert_change]
581+
425582
==== Bugfixes
426583

427584
*Affecting all Beats*
@@ -462,6 +619,10 @@ https://github.com/elastic/beats/compare/v8.18.1\...v8.18.2[View commits]
462619
=== Beats version 8.18.1
463620
https://github.com/elastic/beats/compare/v8.18.0\...v8.18.1[View commits]
464621

622+
==== Known issues
623+
624+
include::CHANGELOG.asciidoc[tags=known-issue-8.18-restart_on_cert_change]
625+
465626
==== Bugfixes
466627

467628
*Filebeat*
@@ -483,6 +644,10 @@ https://github.com/elastic/beats/compare/v8.18.0\...v8.18.1[View commits]
483644
=== Beats version 8.18.0
484645
https://github.com/elastic/beats/compare/v8.17.4\...v8.18.0[View commits]
485646

647+
==== Known issues
648+
649+
include::CHANGELOG.asciidoc[tags=known-issue-8.18-restart_on_cert_change]
650+
486651
==== Breaking changes
487652

488653
*Affecting all Beats*

0 commit comments

Comments
 (0)