Hi,
Is it possible from Splunk universal/heavy forwarder to forward data to third party REST API endpoint over https using basic authentication ?
I have use case where Splunk universal/heavy forwarder has to forward data to Splunk enterprise + 3rd party client REST api endpoint for processing data.
Is this use case possible ?
I want to correct first bullet point about custom setup, you can not enforce HF to store data on file it can only index the data. Hence you have to implement script on the machine where originally present. Hope it helps Appreciate if you could Accept the solution.
Hi @vijay
Splunk docs suggest HF can forward to only TCP endpoint not to HTTP Rest API. You can find same documentation here - Forward data to third-party systems - Splunk Documentation
If you wish to do so i would do using store-and-forward model using custom script.
---
An upvote would be appreciated & Accept solution if it helps!
Thanks for the help @venkatasri .
I want to correct first bullet point about custom setup, you can not enforce HF to store data on file it can only index the data. Hence you have to implement script on the machine where originally present. Hope it helps Appreciate if you could Accept the solution.