We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dea581 commit 2ddf97cCopy full SHA for 2ddf97c
.changelog/26178.txt
@@ -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
@@ -783,7 +783,16 @@
783
},
784
{
785
"title": "monitor",
786
- "path": "commands/monitor"
+ "routes": [
787
+ {
788
+ "title": "monitor",
789
+ "path": "commands/monitor/monitor"
790
+ },
791
792
+ "title": "export",
793
+ "path": "commands/monitor/export"
794
795
+ ]
796
797
798
"title": "namespace",
0 commit comments