seqcli
seqcli copied to clipboard
The Seq command-line client. Administer, log, ingest, search, from any OS.
Adding support for fetching and updating entities via seqcli would make automation cases easier, and when you want to update entities in-bulk.
`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...
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...
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...
* `: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`...
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...
Currently the location of `SeqCli.json` is fixed; ideally commands would accept `--config=""` to override this location.
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...
It would be nice if it was possible to automate the deleting of all events from the command line.
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"...