Reputation: 4511
I am very new to splunk. I have installed the enterprise app on an EC2 instance.
I have many queries:
Upvotes: 0
Views: 1795
Reputation: 96
Splunk has several components such as Search heads, Universal forwarder, Heavy forwarder and indexer.
Universal forwarder ultimately collect the logs from app and forwards to either Heavy forwarder to indexer or directly forward data indexers.
Upvotes: 0
Reputation: 171
Splunk's components include the Indexer, Search Head, and Universal Forwarder. In a small deployment it's common to install the Indexer and Search Head on one Splunk server, and this is the default install package you downloaded as "Splunk Enterprise".
The Universal Forwarder is the data collection agent. It collects data and "forwards" it to the Splunk server.
If you are running the Splunk server on the same system you want to collect data from, you don't have to use the Universal Forwarder, you can configure the server to collect data.
You can find a good getting started guide here: http://docs.splunk.com/Documentation/Splunk/latest/SearchTutorial/WelcometotheSearchTutorial
Upvotes: 1