Getting Data In

Determine Universal Forwarder vs Other Forwarder from Logs

David
Splunk Employee
Splunk Employee

I know that you can run splunk version to get an output telling you whether a Splunk install has the UF binaries or the full binaries, but is there ever anything logged? I did a search of my $SPLUNK_HOME/var/log/splunk and didn't find the word "universal" anywhere.

Tags (1)
0 Karma
1 Solution

mcmaster
Communicator

Try this search:

index=_internal fwdtype sourcetype=splunkd component=Metrics | table host fwdType | dedup host

I've never run that search before today, but it appears based on our systems to log "uf" for Universal Forwarders and "full" for a Splunk Enterprise install.

Hope that helps.

View solution in original post

mcmaster
Communicator

Try this search:

index=_internal fwdtype sourcetype=splunkd component=Metrics | table host fwdType | dedup host

I've never run that search before today, but it appears based on our systems to log "uf" for Universal Forwarders and "full" for a Splunk Enterprise install.

Hope that helps.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...