Hello
Im running splunk data model acceleration
And it stopped working.
It is stuck in skipping and nothing happens
With “summariesonly=true” i get no results but if i set it to false i get results
Also, ive created new one event base and its working
The first one was search base
I couldn’t find any errors in the logs
Any suggestions?
If you have skipping searches, it would suggest that your searchhead(s) are struggling under search load.
Is this a stand alone SH or a Search Head Cluster?
The reason a small data model might complete is because the search to accelerate it is completing quickly, whereas longer searches are being deferred or skipped.
You need to identify is if this has started "out of the blue" or has been a problem building over time.
Some things you can consider to address the issue.
Easiest (simplest) to hardest (probably)
If you get far enough down that list to consider adding more compute/disk, it's probably worth checking that your environment is properly architected before adding resources to solve the problem. A detailed dive into where the bottleneck would be recommended.
If you have skipping searches, it would suggest that your searchhead(s) are struggling under search load.
Is this a stand alone SH or a Search Head Cluster?
The reason a small data model might complete is because the search to accelerate it is completing quickly, whereas longer searches are being deferred or skipped.
You need to identify is if this has started "out of the blue" or has been a problem building over time.
Some things you can consider to address the issue.
Easiest (simplest) to hardest (probably)
If you get far enough down that list to consider adding more compute/disk, it's probably worth checking that your environment is properly architected before adding resources to solve the problem. A detailed dive into where the bottleneck would be recommended.
if you can, set your comment as an answer so i will approve it 🙂
thank you very much for the detailed answer !
we are running with stand alone SH
we already decided that we want to add at least one more and clustered them but i didn't know that the issue with the data model is related
thanks,