Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Breifly advise how Splunk works?
Home
DevOps Culture
Breifly advise how Splunk works?
+1
vote
asked
Nov 24, 2022
in
DevOps Culture
by
Robin
Breifly advise how Splunk works?
splunk
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 24, 2022
by
Robin
We can divide the working of Splunk into three main parts:
Forwarder: You can see it as a dumb agent whose main task is to collect the data from various sources like remote machines and transfer it to the indexer.
Indexer: The indexer will then process the data in real-time and store & index it on the localhost or cloud server.
Search Head: It allows the end-user to interact with the data and perform various operations like searching, analyzing, and visualizing the information.
...