seqcli
seqcli copied to clipboard
The Seq command-line client. Administer, log, ingest, search, from any OS.
From #19 - [ ] Extend `--invalid-data=` to include `report` as an option, so that "orphan"/un-parseable lines can be captured - [ ] `--test` flag that prints JSON to STDOUT...
Version 5.1.213 includes a small hack to try to get around encoding issues when running `seqcli` under PowerShell on Windows: https://github.com/datalust/seqcli/blob/dev/src/SeqCli/PlainText/Framing/FrameReader.cs#L39 Unfortunately, this is racy, and doesn't work all the...
It would be beneficial to merge Seq Forwarder into seqcli. This would let us share a lot of the log shipping functionality they have in common while enhancing existing seqcli...
It would be good if the SEQCLI could be updated to pickup the server URL and the API key from the environment. I know I could modify the call and...
I am using MacBook pro running MacOS Monterey [12.6.3 (21G419)]. I've download the osx-x64 version of release v2023.1.698 from the releases page, but when I attempt to run the program...
It'd be great if there was a way to get server diagnostics via Seq CLI. Info available at `/#/settings/diagnostics`. Namely I'm interested in vital signs like free disk space. Potentially...
Currently, `seqcli log` and `seqcli ingest` allow additional properties to be specified in `-p Name=Value` format: ``` seqcli log -m "Hello, {Name}" -p Name=User ``` This relies on sniffing the...
Installed Seq on ARM Mac (26.3 Tahoe) with: `dotnet tool install --global seqcli` When I try to run it gets killed immediately regardless of how invoked: ```shell seqcli [1] 21160...
I have two Seq instances, one with team license and one with free individual license and both `seqcli license show` work as displayed above. However, if I ommit the `--json`...