fluent-plugin-splunk-hec
fluent-plugin-splunk-hec copied to clipboard
This is the Fluentd output plugin for sending events to Splunk via HEC.
**What happened**: My logs weren't showing up in Splunk, so I dug a little deeper in the fluentd logs and found this throw during the output process: ```[warn]: #0 got...
**What happened**: Hi, I just was wondering if sending the "time" field could be avoided since apparently setting the time_key doesn't remove the key itself (and this is wanted behaviour...
**What happened**: Image scanning returned cves (aws image scanning) **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: scan with whatever really, Docker scan...
**What happened**: ``` # cat /etc/fluent/fluent-2.conf @type splunk_hec hec_host 139.196.3.1 hec_port 18088 hec_token BF4736E9-474D-40A6-SECRET-410E1F4662E1 ``` Then start fluentd ``` fluentd -c /etc/fluent/fluent-2.conf ``` but get ssl error ``` 2023-03-19 15:08:40...
Hi, thanks for developing this plugin. We've been using it internally with success, however we noticed that eventually this plugin will not be supported anymore. What are the alternatives to...
**What happened**: I've deployed fluent-plugin-splunk-hec on a Kubernetes cluster and the plugin is adding color codes to the log which is not being detected in Splunk **What you expected to...
**What would you like to be added**: Fluentd v1.0 or later provides [`record_accessor`](https://docs.fluentd.org/plugin-helper-overview/api-plugin-helper-record_accessor) as a built-in core feature. Currently, nested records are not able to become a dimensions. `record_accessor` usage...
## Proposed changes ```End of life notice: The ubi8/ruby-27 container image reaches its end of life in March 2023. Update to ubi8/ruby-30 prior to this date. ``` Related: https://github.com/splunk/fluent-plugin-splunk-hec/issues/257 ##...
Hi guys, someone removed the docker image with more than 100M+ downloads. https://hub.docker.com/r/splunk/fluentd-hec Can you please recover it as none of the splunk k8s operators/plugins are able to work? **What...
## Description This adds a small amount of clarity to the Fluentd collector, from what I read: - Splunk fluentd logs engine ends support this month - Migrating to the...