mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Update documentation for journal entries
This commit is contained in:
parent
fe4bf62793
commit
7396975500
5
docs/additional-features/journaling.md
Normal file
5
docs/additional-features/journaling.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Journaling
|
||||||
|
|
||||||
|
All primary objects in NetBox support journaling. A journal is a collection of human-generated notes and comments about an object maintained for historical context. It supplements NetBox's change log to provide additional information about why changes have been made or to convey events which occur outside NetBox. Unlike the change log, in which records typically expire after a configurable period of time, journal entries persist for the life of their associated object.
|
||||||
|
|
||||||
|
Each journal entry has a selectable kind (info, success, warning, or danger) and a user-populated `comments` field. Each entry automatically records the date, time, and associated user upon being created.
|
@ -1,5 +0,0 @@
|
|||||||
# Journal Entries
|
|
||||||
|
|
||||||
All primary objects in NetBox support journaling. A journal is a collection of human-generated notes and comments about an object maintained for historical context. It supplements NetBox's change log to provide additional information about why changes have been made or to convey events which occur outside of NetBox. Unlike the change log, which is typically limited in the amount of history it retains, journal entries never expire.
|
|
||||||
|
|
||||||
Each journal entry has a user-populated `commnets` field. Each entry records the date and time, associated user, and object automatically upon being created.
|
|
@ -50,6 +50,7 @@ nav:
|
|||||||
- Custom Links: 'additional-features/custom-links.md'
|
- Custom Links: 'additional-features/custom-links.md'
|
||||||
- Custom Scripts: 'additional-features/custom-scripts.md'
|
- Custom Scripts: 'additional-features/custom-scripts.md'
|
||||||
- Export Templates: 'additional-features/export-templates.md'
|
- Export Templates: 'additional-features/export-templates.md'
|
||||||
|
- Journaling: 'additional-features/journaling.md'
|
||||||
- NAPALM: 'additional-features/napalm.md'
|
- NAPALM: 'additional-features/napalm.md'
|
||||||
- Prometheus Metrics: 'additional-features/prometheus-metrics.md'
|
- Prometheus Metrics: 'additional-features/prometheus-metrics.md'
|
||||||
- Reports: 'additional-features/reports.md'
|
- Reports: 'additional-features/reports.md'
|
||||||
|
Loading…
Reference in New Issue
Block a user