Skip to content

Commit

Permalink
docs(journald source): Override default description for timestamp (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergilbert authored Mar 14, 2023
1 parent 46a81f4 commit cb937fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/cue/reference/components/sources/journald.cue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ components: sources: journald: {
examples: ["journald"]
}
}
timestamp: fields._current_timestamp
timestamp: fields._current_timestamp & {
description: "The time at which the event appeared in the journal."
}
"*": {
common: false
description: "Any Journald field"
Expand Down

0 comments on commit cb937fb

Please sign in to comment.