It used to be that I could see my scheduled search runs in splunkd.log like above. This was very useful for debugging. What happened to them? |
|
SavedSplunker errors were converted to WARN in later versions of 4.0. You can re-enable logging at the INFO level by adding the following to your etc/log.cfg under [splunkd]:
If you've got lots of scheduled searches this will result in a noisy splunkd.log. In 4.1 we change the default logging to INFO and give it its own logfile: scheduler.log. |
