-
Notifications
You must be signed in to change notification settings - Fork 315
/
Copy pathfluent-plugin-splunk-hec.yaml
59 lines (51 loc) · 1.31 KB
/
fluent-plugin-splunk-hec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
package:
name: fluent-plugin-splunk-hec
version: 1.3.3
epoch: 12
description: This is the Fluentd output plugin for sending events to Splunk via HEC
copyright:
- license: Apache-2.0
dependencies:
provides:
- ruby3.2-fluent-plugin-splunk-hec=${{package.version}}-r${{package.epoch}}
runtime:
- ruby3.2-fluentd
- ruby3.2-json-jwt
- ruby3.2-multi_json
- ruby3.2-net-http-persistent
- ruby3.2-openid_connect-1.1.8
- ruby3.2-prometheus-client
- ruby3.2-rack-oauth2
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- git
- ruby-3.2
- ruby-3.2-dev
pipeline:
- uses: git-checkout
with:
expected-commit: db45e10444c93644f4308baa0f8486bd33d2c270
repository: https://github.com/splunk/fluent-plugin-splunk-hec
tag: ${{package.version}}
- uses: ruby/unlock-spec
- 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
test:
pipeline:
- runs: |
ruby -e "require 'fluent/plugin/out_splunk_hec'"
ruby -e "require 'fluent/plugin/out_splunk_ingest_api'"