Skip to content

Commit 1ed06f9

Browse files
Add Kafka to osquerybeat+endpoint spec files. (#3153)
What the summary says, all of the libbeat based spec files already declare that they support Kafka (which would have only worked for standalone agents). Needed to unblock integration testing of Kafka support for Fleet managed agents. Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent f419a37 commit 1ed06f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

specs/endpoint-security.spec.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ inputs:
1010
outputs:
1111
- elasticsearch
1212
- logstash
13+
- kafka
1314
proxied_actions:
1415
- UNENROLL
1516
- UPGRADE

specs/osquerybeat.spec.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ inputs:
1313
outputs:
1414
- elasticsearch
1515
- logstash
16+
- kafka
1617
command:
1718
restart_monitoring_period: 5s
1819
maximum_restarts_per_period: 1

0 commit comments

Comments
 (0)