Skip to content

Commit 2ddf97c

Browse files
committed
add changelog
1 parent 6dea581 commit 2ddf97c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.changelog/26178.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:improvement
2+
cli: Added monitor export cli command to retrieve journald logs or the contents of the nomad log file for a given nomad agent
3+
```

website/data/docs-nav-data.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,16 @@
783783
},
784784
{
785785
"title": "monitor",
786-
"path": "commands/monitor"
786+
"routes": [
787+
{
788+
"title": "monitor",
789+
"path": "commands/monitor/monitor"
790+
},
791+
{
792+
"title": "export",
793+
"path": "commands/monitor/export"
794+
},
795+
]
787796
},
788797
{
789798
"title": "namespace",

0 commit comments

Comments
 (0)