Skip to content

Commit bc93a6e

Browse files
aleksmausmergify[bot]
authored andcommitted
Osquerybeat: Fix osquerybeat is not running with logstash output (#674)
(cherry picked from commit 6c2d91a) # Conflicts: # internal/pkg/agent/program/supported.go
1 parent 16c55b0 commit bc93a6e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

internal/pkg/agent/program/supported.go

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/spec/osquerybeat.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ rules:
3535
- inputs
3636
- output
3737

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

0 commit comments

Comments
 (0)