Getting Data In

Why am I seeing data from a heavy forwarder, but nothing in _internal index?

rfitch
Path Finder

I'm seeing some curious behavior our of two of my heavy forwarders. They aren't reporting data into _internal, but I am seeing app data from things I have installed on them. I checked out the logs on the heavy forwarders and the only errors I see are something about a django secret key missing "The SECRET_KEY setting must not be empty " in the web_service.log

Any idea what would cause this behavior?

0 Karma
1 Solution

saravanan90
Contributor

Splunk Heavy forwarder will not forward the _internal data by its own. We can add the below to make this forwarding to indexers.

[tcpout]
forwardedindex.3.whitelist = (_internal)

If you have two or more index, please mention this with pipe.
forwardedindex.3.whitelist = (_internal|_audit)

View solution in original post

saravanan90
Contributor

Splunk Heavy forwarder will not forward the _internal data by its own. We can add the below to make this forwarding to indexers.

[tcpout]
forwardedindex.3.whitelist = (_internal)

If you have two or more index, please mention this with pipe.
forwardedindex.3.whitelist = (_internal|_audit)

sloshburch
Splunk Employee
Splunk Employee

If I understand correctly, the forwarder is sending data, but not from select indexes (in this case _internal). That typically means the forwarder is doing it's default behavior and still needs to be configured for sending the _* data to the indexers.

The documentation at Best practice: Forward search head data to the indexer layer captures the best way to set this up. As with other global config, you'll want your Deployment Server to distribute this configuration to all your endpoints that forward data (not indexers).

somesoni2
Revered Legend

Run btool command on your heavy forwarder to see status and configuration of your internal logs.

/opt/splunk/bin/splunk btool inputs list --debug
0 Karma

adonio
Ultra Champion

wild guess, check how much available disk you have on the drive the HF is installed on

0 Karma
Get Updates on the Splunk Community!

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...