One of my 5 indexer is getting this error
[MSE-SVSPLUNKI01] restricting search to internal indexes only (reason: [DISABLED_DUE_TO_GRACE_PERIOD,0])
I have some question .
1 . how do i check whether my indexer is connected with license master or not.
2. if NOT then how can i connect them again.
3. And if the connection is good from start then what do I do next?
Hi @SN1
Did you see the responses to your previous post about this on Friday?
https://community.splunk.com/t5/Splunk-Search/Error/m-p/712793
Did any of these solutions work for you?
It sounds like your license has expired or not installed correctly.
Go to https://yourSplunkInstance/en-US/manager/system/licensing and check that the license is showing as valid.
Are you expecting your instance to be connected to a License Server, or does it have its own license installed? Can you reach the license server (if applicable) from the problematic server using netcat? (nc -vz -v1 <serverIP> 8089)
Once you have confirmed let us know and we can look at a tweaked method for further investigation!
If your license isnt showing here, or if it cannot connect to your license server (if applicable) then you will need to resolve this before being able to search non-internal indexes.
@SN1 Check this https://community.splunk.com/t5/Splunk-Search/Receiving-quot-DISABLED-DUE-TO-GRACE-PERIOD-quot/td-p/...
ping <license-master-ip>
telnet <license-master-ip> 8089
nslookup <license-master-hostname>
| rest /services/licenser/slaves splunk_server=local | table title label | rename title as GUID label as Indexer
index=_internal component=Metrics group=tcpin_connections [| rest /services/licenser/slaves splunk_server=local | table title | rename title as guid ] | dedup sourceHost sourceIp | table sourceHost sourceIp hostname guid version os
so after running this query i am not able to see 1 indexer . How can i resolve it.
To resolve the missing indexer in your License Master:
[license]
master_uri = https://<license-master-host>:8089
Replace <license-master-host> with the License Master’s IP or FQDN. If this is missing or incorrect, update it.
Hi @SN1
Are you able to share the output of this page from the server with an issue, please?
Go to https://yourSplunkInstance/en-US/manager/system/licensing
Does the license is showing as valid?
Or does it show connection to license server?
Please let me know how you get on and consider adding karma to this or any other answer if it has helped.
Regards
Will
The indexer can’t reach the License Master due to firewall rules, network outages, or DNS resolution problems. Please check with your network team.