Getting Data In

Why are there multiple host entries for every Splunk forwarder?

meoo
Explorer

Hi

We are installing splunk universal forwarder in all of our servers. It seems to be working fine, however there are multiple entries of each universal forwarder (fqdn and short name)

For example:

test.example.com (entry 1)
test (entry2)

I have verified that in the server.conf, the serverName entry is present.

[general]
serverName = test.example.com
pass4SymmKey = TEST

Can you share on what would be the right way to fix this issue ?

woodcock
Esteemed Legend

Read this carefully, including the clone-prep-clear-config command:
http://docs.splunk.com/Documentation/Forwarder/7.0.3/Forwarder/Makeauniversalforwarderpartofahostima...

0 Karma

pradeepkumarg
Influencer

I've seen this usually with syslog (/var/log/syslog)

Syslog is a pre trained sourcetype and extracts the host from within the log itself and if the log has the hostname without FQDN, you see that.

Check the sourcetypes for each of those host entry |tstats count WHERE host=test* by host,sourcetype | stats values(sourcetype) by host

You will see your problematic sourcetype that is causing the host value without FQDN.

somesoni2
Revered Legend

Check the inputs.conf as well for host attribute.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...