seqcli
seqcli copied to clipboard
The Seq command-line client. Administer, log, ingest, search, from any OS.
I have a docker compose which sets up the seq web image and then sets up the api key but I can only run one command. I would also like...
Some NuGet packages include platform-specific runtime/native dependencies (for example, _Microsoft.Data.SqlClient_). When these packages are bundled into Seq Apps, the `seqcli`-based app host does not currently attempt to load the native...
I was pointed at `seqcli` which apparently could be used in a tailing fashion with journalctl to read journald logs. I tried it out, and instead of reading and parsing...
`seqcli template export -o Seq\test -s *** -a ***` ## If alert has any recent notifications Error: ``` The command failed: Unsupported type: Seq.Api.Model.Shared.DateTimeRange. Use the JsonSerializer class to get...
This is needed for https://github.com/datalust/sqelf/issues/94 We already have ARM binaries available, but currently just build and publish an x86-based Docker container. We should be able to use the same manifest...
In PowerShell Core (pwsh), the following command outputs human readable logs, in colour: Get-Content .\upgrade-assistant.clef | seqcli print  However, if I want to view this at the command line...
### Discussed in https://github.com/datalust/seq-tickets/discussions/1536 Originally posted by **mkvonarx** March 31, 2022 Hi We're using serilog for our logging. Unfortunately, we cannot user the CLEF JSON format in production. Instead we...
`seqcli` 2021.* uses .NET 5, which [doesn't pick up Windows proxy settings by default](https://docs.microsoft.com/en-us/dotnet/core/compatibility/networking/5.0/winhttphandler-removed-from-runtime). `seqcli` can use `WinHttpHandler` on Windows platforms to enable this.
I'm not sure why but `Get-Content .\myLogFile.log -Tail 1 -Wait | seqcli ingest -json` does not work. Nothing gets to logged to seq, not sure even how to debug it...
I'm running Seq locally in a docker container on windows with port 5341 & 8080 exposed on localhost I have created the api key with all the permissions : ...