calendar.adoc 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. [#logs-calendar]
  2. = 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. image::logs/views/logsCalendar.png[]
  8. == Features
  9. === View Executions on a Calendar
  10. Each action execution is displayed as an event on the calendar. Events show:
  11. * The action title
  12. * The action icon (if configured)
  13. This gives you a quick visual overview of when actions were executed throughout the month.
  14. === Navigate Between Months
  15. 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.
  16. === Click on an Event
  17. Click on any event (execution) on the calendar to view the full execution details, including:
  18. * The complete output of the action
  19. * Execution timing information
  20. * Exit code and status
  21. * User who triggered the action
  22. === Click on a Date
  23. 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.
  24. 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.
  25. == Use Cases
  26. The calendar view is particularly useful for:
  27. * **Auditing** - Quickly identify when specific actions were run
  28. * **Troubleshooting** - Find executions around a specific date when issues occurred
  29. * **Pattern recognition** - Visualize how often scheduled actions run
  30. * **Historical review** - Get an overview of system activity over time
  31. == See Also
  32. * xref:logs/actions.adoc[Action logs]
  33. * xref:advanced_configuration/logs.adoc[Application logs]
  34. * xref:logs/saving.adoc[Saving logs]