nomadlogs

command module
v0.0.0-...-8b886f4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 11, 2022 License: MIT Imports: 11 Imported by: 0

README

nomadlogs

CLI for combining logs from multiple Nomad jobs / tasks / allocations into a single stream.

Installation

If you have go installed, you can install the binary with:

go install github.com/stefanvanburen/nomadlogs@latest

Running

nomadlogs watch -jobs job1:task1,job2:task1,job2:task2

By default, nomadlogs will use the Nomad api package's default configuration for Nomad at http://127.0.0.1:4646.

Also, if you're forwarding another instance of Nomad to another port, say :4647, you can run:

nomadlogs -addr "http://localhost:4647" watch -jobs job1:task1,job2:task1,job2:task2

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL