Login
Remember
Register
Ask a Question
What is a Splunk Forwarder? What are the types of Splunk Forwarders?
0
votes
asked
Nov 21, 2022
in
DevOps Culture
by
Robin
What is a Splunk Forwarder? What are the types of Splunk Forwarders?
splunk-forwarder
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 21, 2022
by
Robin
There are two types of Splunk Forwarders as below:
Universal Forwarder (UF): The Splunk agent installed on a non-Splunk system to gather data locally; it can’t parse or index data.
Heavyweight Forwarder (HWF): A full instance of Splunk with advanced functionalities.
It generally works as a remote collector, intermediate forwarder, and possible data filter, and since it parses data, it is not recommended for production systems.
...