Skip to content

Commit

Permalink
Adding GCS and ABS to allowed inputs in filebeat spec (#2149) (#2150)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5bc81d9)

Co-authored-by: Marius Iversen <marius.iversen@elastic.co>
  • Loading branch information
mergify[bot] and P1llus authored Jan 23, 2023
1 parent d603c63 commit 1ae879a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions specs/filebeat.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ inputs:
outputs: *outputs
shippers: *shippers
command: *command
- name: azure-blob-storage
description: "Azure Blob Storage"
platforms: *platforms
outputs: *outputs
shippers: *shippers
command: *command
- name: azure-eventhub
description: "Azure Eventhub"
platforms: *platforms
Expand Down Expand Up @@ -83,6 +89,12 @@ inputs:
outputs: *outputs
shippers: *shippers
command: *command
- name: gcs
description: "Google Cloud Storage"
platforms: *platforms
outputs: *outputs
shippers: *shippers
command: *command
- name: http_endpoint
description: "HTTP Endpoint"
platforms: *platforms
Expand Down

0 comments on commit 1ae879a

Please sign in to comment.