Skip to content

Commit 5bc81d9

Browse files
authored
Adding GCS and ABS to allowed inputs in filebeat spec (#2149)
1 parent 994e968 commit 5bc81d9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

specs/filebeat.spec.yml

+12
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ inputs:
4545
outputs: *outputs
4646
shippers: *shippers
4747
command: *command
48+
- name: azure-blob-storage
49+
description: "Azure Blob Storage"
50+
platforms: *platforms
51+
outputs: *outputs
52+
shippers: *shippers
53+
command: *command
4854
- name: azure-eventhub
4955
description: "Azure Eventhub"
5056
platforms: *platforms
@@ -89,6 +95,12 @@ inputs:
8995
outputs: *outputs
9096
shippers: *shippers
9197
command: *command
98+
- name: gcs
99+
description: "Google Cloud Storage"
100+
platforms: *platforms
101+
outputs: *outputs
102+
shippers: *shippers
103+
command: *command
92104
- name: http_endpoint
93105
description: "HTTP Endpoint"
94106
platforms: *platforms

0 commit comments

Comments
 (0)