All Apps and Add-ons

How to integrate this add on with splunk?

jiten_pansara
New Member

How to integrate this add on with splunk?

0 Karma

jcoates_splunk
Splunk Employee
Splunk Employee
0 Karma

jiten_pansara
New Member

Thanks....I will check it..

0 Karma

jkuma39
New Member

Not Helpful.
I installed on Splunk Oracle Add on UF and configured inputs.conf. But how should splunk forwader should transfer logs to indexer?

0 Karma

ontkanin
Path Finder

Very easily ... by configuring your SplunkForwarder to send it to your Indexer 🙂

Assuming that your SplunkForwarder is installed in /opt/splunkforwarder, edit/create the following file:

/opt/splunkforwarder/etc/system/local/outputs.conf:

[tcpout]
defaultGroup = your_splunk_index_group
disabled = 0

[tcpout:your_splunk_index_group]
server = FQDN_of_your_indexer:9997
disabled = 0
maxQueueSize = 500MB
useACK = true
0 Karma
Get Updates on the Splunk Community!

Index This | What’s a riddle wrapped in an enigma?

September 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this ...

BORE at .conf25

Boss Of Regular Expression (BORE) was an interactive session run again this year at .conf25 by the brilliant ...

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...