Skip to content

Commit

Permalink
Cherry-pick #9994 to 6.x: Do not stop collecting events when journal …
Browse files Browse the repository at this point in the history
…entries change (#10485)

Cherry-pick of PR #9994 to 6.x branch. Original message:

Previously sd_journal_wait was not used. From now on all changes to journals are detected.

I also added custom seccomp policy to Journalbeat.

Closes #9533
  • Loading branch information
kvch authored Feb 4, 2019
1 parent 190d2a1 commit fbc9dcc
Show file tree
Hide file tree
Showing 6 changed files with 329 additions and 189 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ https://github.com/elastic/beats/compare/v6.6.0...6.x[Check the HEAD diff]
*Journalbeat*

- Add missing journalbeat non breaking fixes. {pull}9106[9106]
- Do not stop collecting events when journal entries change. {pull}9994[9994]

*Metricbeat*

Expand Down
169 changes: 0 additions & 169 deletions journalbeat/_meta/kibana/6/dashboard/Journalbeat-overview.json

This file was deleted.

1 change: 1 addition & 0 deletions journalbeat/beater/journalbeat.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import (
"github.com/elastic/beats/libbeat/logp"

conf "github.com/elastic/beats/journalbeat/config"
_ "github.com/elastic/beats/journalbeat/include"
)

// Journalbeat instance
Expand Down
122 changes: 122 additions & 0 deletions journalbeat/include/seccomp_linux_386.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fbc9dcc

Please sign in to comment.