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

Adding support for fetching and updating entities via seqcli would make automation cases easier, and when you want to update entities in-bulk.

enhancement

`syslogdt` (and I think other formats) are currently only parsed in `InvariantCulture`. We are (unfortunately) running on a german system. This outputs dates like the following in syslog `Mär 10...

enhancement

Local log filtering features are currently driven by https://github.com/serilog/serilog-filters-expressions, which is deprecated. The replacement is https://github.com/serilog/serilog-expressions, with a mostly-similar syntax, but we'd need to do some work to get property...

enhancement

As the title states: I recently had to ingest some log files written by the (old) JsonFormatter. But apparently that is not a supported scenario yet. I think such a...

enhancement

* `:json` - any JSON-formatted value; these will be ingested as strings, numbers, arrays, or structured data, depending on their contents * `:jstring` - a JSON-formatted (C-style) string * `:sstring`...

enhancement
good first issue

E.g. in PowerShell, in a non-empty folder, running: ``` ls | seqcli ingest ``` Produces: ``` Ingestion failed: A line arrived late or could not be parsed: ``. System.IO.InvalidDataException: A...

discussion

Currently the location of `SeqCli.json` is fixed; ideally commands would accept `--config=""` to override this location.

enhancement

We haven't yet upgraded to the 2020 Release (planning on doing that in roughly a month) and i'm currently working on automating our infrastructure deployment. As part of that i...

enhancement

It would be nice if it was possible to automate the deleting of all events from the command line.

enhancement

I.e. so that: 1. Full stack traces are printed when things fail, and 2. Progress/confirmation messages are written during execution of commands (the default follows the "no output is success"...

enhancement
good first issue