fluent-plugin-splunk icon indicating copy to clipboard operation
fluent-plugin-splunk copied to clipboard

Fluentd Plugin for Splunk

Results 14 fluent-plugin-splunk issues
Sort by recently updated
recently updated
newest added

Mark token as a secret parameter to prevent it appearing in log output. Fixes #34 Probably needs tests before merging, but I'm not sure how to test visibility of the...

To prevent it from being displayed in the log output.

event_key is currently only supported when in 'raw' mode. It will be beneficial to also have this option in the other mode - usually the event is a json object,...

This plugin support UDP? If not do you have plan for UDP? Thanks,

Hi, I was trying to put the splunk indexer under indexing_key but it does not work. Does indexing_key provide this function , if not how can we add the indexer...

This is a feature request to allow configurable default metadata fields (`host`, `source`, `sourcetype`, `index`) for the TCP output, as is currently supported by the HEC output. I believe this...

We have been using this plugin for a while but recently encountered a scenario where we would need to route via a corporate http proxy. Testing shows that it doesn't...

The application logging to stdout already writes perfectly correct splunk event json payloads. ``` { "time": 1586785686388, "index": "my-index", "source": "my-application", "event": { "severity": "INFO", "severity_value": 20000, "message": "GET /hello",...

Do you have a way to install this w/out outbound network access?