Hi
This has been asked before, over 18 month's ago, and there was no answer to it. http://answers.splunk.com/answers/44743/how-can-you-restrict-timechart-to-display-only-weekdays
Has anyone got any idea how to remove certain days from a timechart? (In my case: weekends) I can remove them from the search, by using
date_wday!=saturday date_wday!=sunday
...but this is then displayed on the timechart like so (i.e. with the Sat and Sun data as "zero":
I want the timechart to exclude the Sat and Sun from the x axis completely. Any ideas?