Hello maheshnc, If you use HF to receive syslog, it will receive the log, process it, and store it in the indexers. It wouldn't store in HF. To archive it, Settings → Data Inputs. Find the TCP and/or UDP input options under Network data. Add new for TCP or UDP. Choose the port you want to use. Assign a sourcetype. Choose or define the index. Optionally set host settings. Else, if you want to use UF, set up syslog-ng and store the logs in files and read them using UF by setting up inputs.conf. Difference: UF does not do full parsing, routing based on event content. Transformation/filters that require deep processing. It usually has minimal functionality.It is a lightweight component. HF is a full Splunk Enterprise install that is used as a forwarder. Indexing is typically disabled (or you configure it so it doesn’t index locally) when being used as HF. It can parse, filter, route, transform and mask/anonymize events before forwarding. Thank you!
... View more