-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,9 @@ policy_templates: | |
- name: ec2 | ||
title: AWS EC2 | ||
description: Collect logs and metrics from EC2 service | ||
data_streams: | ||
- ec2_logs | ||
- ec2_metrics | ||
inputs: | ||
- type: s3 | ||
title: Collect logs from EC2 service | ||
|
@@ -103,6 +106,8 @@ policy_templates: | |
- name: barracuda | ||
title: Barracuda logs | ||
description: Collect Barracuda logs from syslog or a file. | ||
data_streams: | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
mtojek
Contributor
|
||
- spamfirewall | ||
inputs: | ||
- type: udp | ||
title: Collect logs from Barracuda via UDP | ||
|
I initially expected this to be on the inputs level as for each input it can be decided which data_streams should be pulled in. Could it be that two inputs use the same data_stream? Or the opposite, one input wants to use the data_stream the other not?
At the same time, I like the idea that we start to decouple input configs from data_stream potentially.