Monitoring Splunk

Deployment Monitor and y2k+13

clymbouris
Path Finder

A small bug was revealed on year change. Basically on the License Report tab the "Daily Volume by Week for Last 4 weeks" chart shows NULL on the legend. This can be avoided by adding an IF statement to re-evaluate offset in case it's negative.

...eval offset = cur_week - event_week | eval offset=IF(offset<0,(53+cur_week - event_week),offset) | eval marker=case(offset==0,"4....

1 Solution

mkinsley_splunk
Splunk Employee
Splunk Employee

Thanks for bringing this to our attention. We will open a ticket to get this changed in future versions.

View solution in original post

mkinsley_splunk
Splunk Employee
Splunk Employee

Thanks for bringing this to our attention. We will open a ticket to get this changed in future versions.

Get Updates on the Splunk Community!

Stay Connected: Your Guide to February Tech Talks, Office Hours, and Webinars!

&#x1f48c; Keep the new year’s momentum going with our February lineup of Community Office Hours, Tech Talks, ...

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...

Incident Response: Reduce Incident Recurrence with Automated Ticket Creation

Culture extends beyond work experience and coffee roast preferences on software engineering teams. Team ...