Nicholas Blumhardt
Nicholas Blumhardt
Hi @bronumski , If you're able to put your commands in a shell script, say, `init.sh`: ```sh /bin/seqcli/seqcli apikey create ... /bin/seqcli/seqcli signal create ... ... ``` then you can...
Hi @bronumski! Looking at this again, I think it's unlikely we'll pursue multiple commands directly on the command-line in the near future: we already have both `seqcli template *` and...
:+1: thanks @bronumski
Hi @LordMike! Thanks for sharing your notes. We'd love to have support for some kind of JSON field mapping in the future, which I think could ease some of this,...
Given that the current `ingest` functionality isn't designed with the kind of sophistication in mind that this sort of feature requires, we might be better off closing this one. I'd...
Thanks for the suggestion! Perhaps `--force-color` would make the behavior of the flag slightly clearer? The print command works by pushing events through Serilog.Sinks.Console, which already accepts an `applyThemeToRedirectedOutput` flag....
Very cool! Thanks for the heads-up, Matt, will check it out! 😎
Hi Julien, thanks for the report. I think I know what's going on, here (a bit of a rough edge we need to smooth out!) Is your API key a...
Thanks for the follow-up. I think we'll need to do additional work to support setting up with system API keys. A personal key should succeed now, though.
Hi @clabnet - if it's the same issue as above, it will be because you're using a system API key, rather than a personal one, to configure `seqcli`. Does the...