All Apps and Add-ons

How to configure the Stream app on a heavy forwarder and indexer?

khanlarloo
Explorer

Configure stream on a forwarder:

I installed stream app on Splunk HF and indexer, I want to send my routers netflow logs to indexer, I run set_permissions.sh on both of them and configure my streamfwd.conf on HF like this:

[

streamfwd]
logConfig = streamfwdlog.conf
port = 8889

netflowReceiver.0.ip = HF_ip
netflowReceiver.0.port = 9995
netflowReceiver.0.decoder = netflow

And on Indexer

[streamfwd]
logConfig = streamfwdlog.conf
port = 8889

netflowReceiver.0.ip = Indexer_ip
netflowReceiver.0.port = 9995
netflowReceiver.0.decoder = netflow

I configure my routers to send netflow logs to my HF port 9995
but I don't receive any logs from my routers.

Can you tell me what is my problem?

0 Karma

bambarit
Explorer

Hi, did you find the solution? I have same problem

0 Karma

guoqiangchan
New Member

Hi Khanlarloo,

Did you solve your problem ?
I facing the same issue too, any advise ?

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 ...