Troubleshooting 101 Flashcards
What is SNOW?
a ticketing system
What does ps -aux do?
lists all processes
How to end a process?
kill -9 [PID]
How to check the processes that are taking the most resources on a system?
with a top command
What could we do if for some reason ./splunk restart command was not working?
kill -9 splunk process, and then try to run splunk
what is /proc/meminfo?
stores info about how much memory is available
what is /proc/cpuinfo?
stores information about cpu utilization
What does fdisk -l do?
lists available drives
What does rpm -qa do?
lists installed rpm packages
What does netstat -tanpu do?
Finds which ports are open and listening for inbound data
What is minimum hardware specification for Search Heads?
- 16 physical cpu cores or 32 vcpu at 2ghz or greater speed core
- 12 gb ram
What is minimum hardware requirement for indexers?
- 12 physical cpu cores or 24 vcpu at 2ghz or greater speed core
- 12 gb ram
What is MID-range hardware requirement for indexers?
- 24physical cpu cores or 48 vcpu at 2ghz or greater speed core
- 64 gb ram
What is high performance hardware requirement for indexers?
- 48 physical CPU cores, or 96 vCPU or greater per core
- 128 gb RAM
Where we can access Splunk internal logs?
We can find internal splunk logs in _internal index (so we woul run a search on SH GUI) or we can access the files directly through CLI : $SPLUNK_HOME/var/log/splunk
What does tail -f do?
Prints last 10 lines of a file nad output appended data as the file grows
Name some of splunk .log files
audit.log
license_usage.log
metrics. log
splunkd. log
slunk_ui_access.log
splunk_web_access.log
What does audit.log store?
Audits what users do on a system, gives information about users activity such as failed login, running a search, modyfing a setting and more
What does license_usage.log store?
It keeps track of how much license is being used
What does metrics.log store?
Contains periodic snapshots of Splunk performance and system data, including information about CPU usage by internal processes and queue usage in Splunk’s data processing
What is throughput?
It is about how much data is flowing through splunk