Skip to content

Commit

Permalink
Fix typos on comment and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
belimawr committed Jun 3, 2024
1 parent c9e178c commit 9159c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,7 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
- Make HTTP Endpoint input GA. {issue}38979[38979] {pull}39410[39410]
- Update CEL mito extensions to v1.12.2. {pull}39755[39755]
- Add support for base64-encoded HMAC headers to HTTP Endpoint. {pull}39655[39655]
- Journald input validates the minimum compatible version of Systemd and will fail to start if a Journald input is configured in an incompatible host {issue}34077[34077] {pull}39605[39605]
- Journald input validates the minimum compatible version of Systemd and will fail to start if the Sytemd version in the host is incompatible {issue}34077[34077] {pull}39605[39605]
- Journald input validates the minimum compatible version of Systemd and will fail to start if the Systemd version in the host < v255. {issue}34077[34077] {pull}39605[39605]

*Auditbeat*

Expand Down
2 changes: 1 addition & 1 deletion filebeat/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func PythonIntegTest(ctx context.Context) error {

// TestJournaldInput executes the Journald input unit tests.
//
// It requires Systemd >= 255 and D-Bus to be installed
// It requires Systemd and D-Bus to be installed
// on the host.
//
// Use TEST_COVERAGE=true to enable code coverage profiling.
Expand Down

0 comments on commit 9159c8d

Please sign in to comment.