logs-calendar.adoc 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. [#logs-calendar]
  2. = Logs Calendar View
  3. The logs calendar view provides a visual way to browse your action execution history. Instead of scrolling through a list of logs, you can see executions displayed on a calendar, making it easy to identify patterns, busy periods, or specific dates when actions were run.
  4. == Accessing the Calendar View
  5. To access the calendar view, navigate to the **Logs** page and click the **Calendar** button in the toolbar. This will switch from the list view to the calendar view.
  6. You can return to the list view at any time by clicking the **Back to list** button.
  7. == Features
  8. === View Executions on a Calendar
  9. Each action execution is displayed as an event on the calendar. Events show:
  10. * The action title
  11. * The action icon (if configured)
  12. This gives you a quick visual overview of when actions were executed throughout the month.
  13. === Navigate Between Months
  14. Use the navigation controls at the top of the calendar to move between months. The calendar will display all logged executions for the visible month.
  15. === Click on an Event
  16. Click on any event (execution) on the calendar to view the full execution details, including:
  17. * The complete output of the action
  18. * Execution timing information
  19. * Exit code and status
  20. * User who triggered the action
  21. === Click on a Date
  22. Click on any date on the calendar to filter the logs list view by that specific day. This is useful when you want to see all executions from a particular date in the traditional list format.
  23. After clicking a date, you'll be redirected to the logs list view with a date filter applied. You can clear this filter using the clear button next to the timestamp header.
  24. == Use Cases
  25. The calendar view is particularly useful for:
  26. * **Auditing** - Quickly identify when specific actions were run
  27. * **Troubleshooting** - Find executions around a specific date when issues occurred
  28. * **Pattern recognition** - Visualize how often scheduled actions run
  29. * **Historical review** - Get an overview of system activity over time
  30. == See Also
  31. * xref:advanced_configuration/logs-actions.adoc[Logging - Actions]
  32. * xref:advanced_configuration/logs.adoc[Logging - Application]
  33. * xref:action_customization/savelogs.adoc[Saving Action Logs]