Configuring Fluent-D to Support Splunk

You can configure Fluent-Bit to send logs to Fluent-D. When the Fluent-D receives the logs, it forwards the receibed logs to Splunk.

To configure Fluent-D to support Splunk, use the following configuration:

configure 
   logging splunk host splunk_host 
   logging splunk port splunk_port 
   logging splunk auth-token auth_token 

NOTES:

  • logging splunk host splunk_host —Specify the Splunk host information.

  • logging splunk port splunk_port—Specify the Splunk port information.

  • logging splunk auth-token auth_token—Specify Splunk Authentication Token for the HTTP Event Collector interface.