Skip to content

Commit

Permalink
Osquerybeat: Fix osquerybeat is not running with logstash output (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksmaus authored Jul 6, 2022
1 parent bbd93ff commit 6c2d91a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/pkg/agent/program/supported.go

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

3 changes: 2 additions & 1 deletion internal/spec/osquerybeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ rules:
- inputs
- output

when: length(${inputs}) > 0 and hasKey(${output}, 'elasticsearch')
when: length(${inputs}) > 0 and hasKey(${output}, 'elasticsearch', 'redis',
'kafka', 'logstash')
constraints: ${runtime.arch} != '386'

0 comments on commit 6c2d91a

Please sign in to comment.