Replies: 2 comments
-
We could lean on setup:
retention.ps1: |
$signal = seqcli signal create --title 'Exceptions' --filter "@Exception is not null"
seqcli retention create --signal-expression $signal |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had a play at this. It is designed to be just used by providing a file that will be ran once the Seq server is accepting requests. https://github.com/andymac4182/seqinitscript
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
See: https://docs.datalust.co/discuss/5ef1f87fc1d6490230b10d96
Trying to script the post-deployment of Seq in Kubernetes can be a bit of a hassle. It might be possible to put something together using init containers that can either run a set of scripts from a directory, or just a shell script/binary that interacts with the Seq API.
Beta Was this translation helpful? Give feedback.
All reactions