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!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...