seqcli icon indicating copy to clipboard operation
seqcli copied to clipboard

The Seq command-line client. Administer, log, ingest, search, from any OS.

Results 32 seqcli issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

bug

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...

enhancement

In PowerShell Core (pwsh), the following command outputs human readable logs, in colour: Get-Content .\upgrade-assistant.clef | seqcli print ![image](https://user-images.githubusercontent.com/1398982/170529280-922d594c-89dd-4795-92cf-4c7529fce7c5.png) However, if I want to view this at the command line...

enhancement
good first issue

### 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...

enhancement

`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.

enhancement

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...

discussion

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 : ![image](https://user-images.githubusercontent.com/17902415/120345100-770ec000-c2fa-11eb-95fb-20d023f86218.png)...

bug