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

Error specific items in a table if its not a valid cron instead of the whole search #3

Open EatMoreChicken opened 3 months ago

EatMoreChicken commented 3 months ago

Currently if you pass in a list of crons and one isn't a valid cron schedule, the whole search will fail. Update it so that it will just show an error value for that specific item and the rest will return fine.

Side note: Maybe we don't need to take on this check. It may need to be up to the user to validate before calling the custom commands since returning a non-integer value might throw off commands downstream? Idk, we need to look into this and decide that before figuring out how we want to continue.