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
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 ...