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!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...