EatMoreChicken / ta-crontoolkit

This app adds tools to Splunk for working with cron schedules. It includes new commands and dashboards to visualize cron schedules. It's designed to help users manage and understand cron schedules in Splunk more easily.
0 stars 0 forks source link

Update dashboards to use a macro for time evals #6

Open EatMoreChicken opened 2 months ago

EatMoreChicken commented 2 months ago

Each panel in the dashboard has a hard-coded eval to extract as human-readable time from epoch time. Build a macro that can accomplish this and update the dashboards to use it.

EatMoreChicken commented 2 months ago

I actually don't remember why I had this as an issue in my notes. I don't see any evals that we are doing on the time itself, but math on the time. Anyway, I'll keep this in here if we find it.