i installed splunk in distributed management environment. furthermore, my indexer server got reboot and i can't query my data even though at index = _internal. whereas previously it was fine.
First things first.
1. Does the splunkd process run on the indexer?
2. Does it listen on the 8089 port?
3. Can you reach indexer's 8089 port from the SH?
4. What does "splunk status" say on the indexer?
Can you tell more about what and how you have done this installation and what kind of distributed environment you have?
Are the problematic node indexer, search head or something other node?
first i have 3 different server (HF, SH, and IDX) and the distributed search is going to IDX. there an incident that idx server is shutting down and after i started and run the splunk services, i can't query any data. i try to query index = * and has no result.
i think the problem itself in indexer node, but still cant find out why it can query splunk internal log
Have you check that those indexes are there and splunk is running there without issues?
Basically if you have GUI enabled on IDX you can try query from there or use CLI and do queries on command line too.
Check also if there is any issues with internal logs. You can query those from internal indexes like
index=_internal log_level IN (error, warn)
Refer this
Solved: Why is no data being written to the _internal inde... - Splunk Community
Solved: Why is _internal index is disabled? - Splunk Community
yups the indexer is running, and still cant quey any data after the server has been reboot
Verify permissions for Splunk directories. If they've changed to root after a reboot, correct them with:
chown -R splunk:splunk /opt/splunk
Are you able to see the data for other indexes?
already done this, since splunk has to run using user splunk sir so when i want to start the service i already change the permissions