hey @vkrishnachand
Try this
The easiest method is to bump the server.
https://<yourSplunk>/en-US/_bump
Click that button. Every click increases the bump, which effectively breaks all caching in the webserver. No need to restart! If you find it doesn't work as expected, run also the debug/refresh endpoint.
https://<yourSplunk>/debug/refresh
And if that doesn't work, restart the web service only.
$SPLUNK_HOME/bin/splunk restart splunkweb
And if that doesn't work, restart Splunk.
Let me know if this helps you!
... View more