cloudfoundry-community / splunk-firehose-nozzle

Send CF component metrics, CF app logs, and CF app metrics to Splunk
Apache License 2.0
29 stars 29 forks source link

Can the nozzle be used to send data to another HEC other than Splunk? #317

Closed lcpldrm closed 2 years ago

lcpldrm commented 2 years ago

I am trying to configure this to send data to another HEC outside of Splunk, as far as I can tell all of the data arrives without issue but it appears I get an error back from the nozzle for each event that is passed.

"log_level":2,"data":{"Retry attempt":1,"error":"Post [https://.com:8088/services/collector]\: EOF"

Is it possible to leverage this app to send to a non Splunk HEC destination, or is this hard coded to expect a Splunk HEC endpoint?

Thank you Regards,

kashyap-splunk commented 2 years ago

This nozzle is intended for Splunk only, and tested with Splunk only. Non-Splunk destination is not supported using this nozzle.

lcpldrm commented 2 years ago

Awesome thank you so much for the assistance. Regards,

kashyap-splunk commented 2 years ago

Closing the issue, feel free to reopen/open-new if have more queries.