Hello,
I'm struggling with the way to make efficient alerts trigger with SPL.
I made splunk dashboard to visualize our Server, Storage, Network's usage data. Those data are being collected on a daily basis with python script and splunk is monitoring it.
I want to get alert if any one of these server/storage/network device's usage expected to go over 100% in the future(tried to use predict command).
But since predict command does not support multiple prediction in one time and I can't make every one of those alert for each device(over 100 servers and storages....), I need another proper solution to solve this problem.
What would be a best way to make alert trigger for each device ?
Thank you!