In this kind of errors we must perform a check list to ensure everything was deploy properly.
Your HW is compliant with the minimun and recommended specifications?
Your server and OS is 64bit?
Do you have enough space in your server?
If the HW is not enough you will have a lot of problems.
Please check the following log:
$ cat SPLUNK_HOME/var/log/splunk/health.log
Did you install splunk with a noon root user?
$ ls -la $SPLUNK_HOME
Remember DIAG is your best FRIEND!
Diag provides insight into your instance:
- How is the isntance configured
- What was the condition up the point that diag ran
Gather data based on Splunk components:
- OS setting, internal lgos, configuration files, etc.
- Produces a tar.gz file and diag.log
No customer data is retrieved.
$./splunk diag
-> Check for any errors.
Did you make an Splunk upgrade?
Check the logs to verify if there was a problem during the process:
SPLUNK_HOME/var/log/splunk/migration.log.
= Notable Logs for crashes =
Check if crash*log exists or splunkd_stderr.log
Hope this help!
... View more