Skip to content

Instantly share code, notes, and snippets.

@niedbalski
Created November 4, 2024 14:11
Show Gist options
  • Save niedbalski/5b5b05cc7c58d5756e2fab904050fd38 to your computer and use it in GitHub Desktop.
Save niedbalski/5b5b05cc7c58d5756e2fab904050fd38 to your computer and use it in GitHub Desktop.
repro-config.yaml
service:
http_server: on
pipeline:
inputs:
- name: dummy
rate: 1000
dummy: '{"message": "a message", "event_cluster": "raptor"}'
outputs:
- name: splunk
alias: splunk_pccs_standard
log_level: debug
host: 127.0.0.1
port: 8088
compress: none
splunk_token: fd27eae6-3951-4f84-95dd-3e450979305a
tls: "true"
tls.verify: "off"
tls.debug: "1"
event_key: $event
event_host: $event['kubernetes']['host']
event_source: $TAG
event_sourcetype_key: $sourcetype
event_index_key: $index
event_field:
- _time $date
- tag_based_application_service $fields['tag_based_application_service']
net.keepalive: true
net.keepalive_idle_timeout: 30s
net.connect_timeout: 10s
net.connect_timeout_log_error: true
net.keepalive_max_recycle: "2000"
match: '*'
processors:
logs:
- name: template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment