Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions fluent-plugin-splunk-hec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
package:
name: fluent-plugin-splunk-hec
version: 1.3.2
epoch: 1
description: This is the Fluentd output plugin for sending events to Splunk via HEC
copyright:
- license: Apache-2.0

environment:
contents:
packages:
- ca-certificates-bundle
- ruby-3.2
- ruby-3.2-dev
- build-base
- busybox
- git

pipeline:
- uses: fetch
with:
expected-sha256: 102979e591268531d6df9b60920c3ee8480ed5a2e35b85a54a33d47b8a289859
uri: https://github.com/splunk/fluent-plugin-splunk-hec/archive/refs/tags/${{package.version}}.tar.gz

- uses: ruby/build
with:
gem: ${{package.name}}

- uses: ruby/install
with:
gem: ${{package.name}}
version: ${{package.version}}

- uses: ruby/clean

update:
enabled: true
github:
identifier: splunk/fluent-plugin-splunk-hec
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ s3cmd
kubevela
systemd
fluent-bit
fluent-plugin-splunk-hec
sbom-scorecard
libaio
flux
Expand Down