Getting Data In

When blacklisting by index name in outputs.conf, what is the variable 'n' in "forwardedindex.n.blacklist = IndexName"?

sbattista09
Contributor

I see a lot of documentation for black listing by index name in outputs.conf, but I am a bit confused as to the variable of n as in forwardedindex.n.blacklist = IndexName. Would that variable just be a number I pick?

Can I blacklist as such in outputs.conf?

[syslog:stuff_syslog_group]
server = 1.1.1.1:555
forwardedindex.N.blacklist = IndexName
0 Karma
1 Solution

muebel
SplunkTrust
SplunkTrust

Hi sbattista09, By default there are white/blacklists set as such ($SPLUNKHOME/etc/system/default/outputs.conf)

[tcpout]
maxQueueSize = auto
forwardedindex.0.whitelist = .*
forwardedindex.1.blacklist = _.*
forwardedindex.2.whitelist = (_audit|_internal|_introspection)

for each value of n, only a black or whitelist entry can be effectively set. If you wanted to take full control over the forwarded index config, you'd have to null out the previous settings, and reset them as you want, i.e.

 forwardedindex.0.blacklist =
 forwardedindex.0.whitelist =
 forwardedindex.1.blacklist =
 forwardedindex.1.whitelist =
 forwardedindex.2.whitelist =
 forwardedindex.2.blacklist =
 forwardedindex.0.blacklist = .*
 forwardedindex.1.blacklist = _.*
 forwardedindex.2.whitelist = someindex

Please let me know if this answers your question 😄

View solution in original post

muebel
SplunkTrust
SplunkTrust

Hi sbattista09, By default there are white/blacklists set as such ($SPLUNKHOME/etc/system/default/outputs.conf)

[tcpout]
maxQueueSize = auto
forwardedindex.0.whitelist = .*
forwardedindex.1.blacklist = _.*
forwardedindex.2.whitelist = (_audit|_internal|_introspection)

for each value of n, only a black or whitelist entry can be effectively set. If you wanted to take full control over the forwarded index config, you'd have to null out the previous settings, and reset them as you want, i.e.

 forwardedindex.0.blacklist =
 forwardedindex.0.whitelist =
 forwardedindex.1.blacklist =
 forwardedindex.1.whitelist =
 forwardedindex.2.whitelist =
 forwardedindex.2.blacklist =
 forwardedindex.0.blacklist = .*
 forwardedindex.1.blacklist = _.*
 forwardedindex.2.whitelist = someindex

Please let me know if this answers your question 😄

sbattista09
Contributor

this kind of confuses me more, i would need to state a white list and a black list in my stanza?

or would this wok to?

[syslog:stuff_syslog_group]
server = 1.1.1.1:555
forwardedindex.1.blacklist = IndexName
0 Karma

woodcock
Esteemed Legend

The n has to start at 0 (not 1).

sbattista09
Contributor

so it is as simple as adding it and for each index you black list just increment the number?

[syslog:stuff_syslog_group]
server = 1.1.1.1:555
forwardedindex.0.blacklist = IndexName

0 Karma

woodcock
Esteemed Legend

Exactly +2.

Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...