Deployment Architecture

Is there a need to upgrade forwarder as well during Splunk version upgradation process?

sanjubaba
Path Finder

Is there a need to upgrade forwarder as well during Splunk version upgradation process?

0 Karma

renjith_nair
Legend

It's not mandatory but recommended especially in case of security vulnerabilities.

However, you should make sure that the forwarders are compatible with indexers

Reference : https://docs.splunk.com/Documentation/VersionCompatibility/current/Matrix/Compatibilitybetweenforwar...

Additional documentation for update scenarios and instructions : https://docs.splunk.com/Documentation/Forwarder/8.0.5/Forwarder/Upgradethenixuniversalforwarder

 

---
What goes around comes around. If it helps, hit it with Karma 🙂

sanjubaba
Path Finder

@renjith_nair thanks for the information.

How can I check which forwarder version is installed on my linux machine?

Can you help me with the command?

0 Karma

renjith_nair
Legend

you can use the splunk binary from the machine

./splunk --version

OR

use SPL to search for all machines

index=_internal source=*metrics.log group=tcpin_connections 
| rename connectionType as connectType
| eval connectType=case(fwdType=="uf","univ fwder", fwdType=="lwf", "lightwt fwder",fwdType=="full", "heavy fwder", connectType=="cooked" or connectType=="cookedSSL","Splunk fwder", connectType=="raw" or connectType=="rawSSL","legacy fwder")
|stats first(version) as version,first(connectType) as connectType by hostname

 

---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma
Get Updates on the Splunk Community!

Easily Improve Agent Saturation with the Splunk Add-on for OpenTelemetry Collector

Agent Saturation What and Whys In application performance monitoring, saturation is defined as the total load ...

Explore the Latest Educational Offerings from Splunk [January 2025 Updates]

At Splunk Education, we are committed to providing a robust learning experience for all users, regardless of ...

Developer Spotlight with Paul Stout

Welcome to our very first developer spotlight release series where we'll feature some awesome Splunk ...