Deployment Architecture

Splunk universal forwarder parsing

vj5
New Member

Can we parse a log using Splunk universal forwarder ?

Tags (1)
0 Karma

woodcock
Esteemed Legend

You cannot parse on the UF but you can easily convert UF to HF. If you do, then all Indexer functions other than writing to index will happen on the HF instead of the Indexer so you will have to move the associated TAs and props.conf files to the HF. You will also suffer extreme inefficiencies of data transfer as indicated in this blog:

https://www.splunk.com/blog/2016/12/12/universal-or-heavy-that-is-the-question.html

0 Karma

DalJeanis
Legend

You do not parse at the universal forwarder. You parse at the indexers. Much of the point of having forwarders is directing the events to be spread across the indexers in order to make searches more effective and faster.

There is a way to parse in a heavy forwarder, but it is complex and can lead to serious issues if done wrong.

What is the real problem you are trying to solve?

HOwever, before you answer that question, please go read the response by somesoni2 on this one, describing the functions and results of the various elements of splunk installation....

https://answers.splunk.com/answers/666121/sourcetype-question-and-confusion.html

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...