Files
nomad/.changelog/26178.txt
tehut d709accaf5 Add nomad monitor export command (#26178)
* Add MonitorExport command and handlers
* Implement autocomplete
* Require nomad in serviceName
* Fix race in StreamReader.Read
* Add and use framer.Flush() to coordinate function exit
* Add LogFile to client/Server config and read NomadLogPath in rpcHandler instead of HTTPServer
* Parameterize StreamFixed stream size
2025-08-01 10:26:59 -07:00

4 lines
158 B
Plaintext

```release-note:improvement
cli: Added monitor export cli command to retrieve journald logs or the contents of the Nomad log file for a given Nomad agent
```