Skip to content

Commit 6542274

Browse files
[8.3](backport #674) Osquerybeat: Fix osquerybeat is not running with logstash output (#681)
* Osquerybeat: Fix osquerybeat is not running with logstash output (#674) (cherry picked from commit 6c2d91a) # Conflicts: # internal/pkg/agent/program/supported.go * Resolve conflict Co-authored-by: Aleksandr Maus <[email protected]>
1 parent 040077a commit 6542274

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

internal/pkg/agent/program/supported.go

+1-1
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)