Configure Seq dashboards, signals, et al directly from Seq.json #1092
Replies: 4 comments
|
Hey Aaron, thanks for dropping by :-) Unfortunatley, no - though it's a feature we're actively exploring. In the next version, the default admin user will be configurable from Seq.json (or through env vars), but we've stopped short of a full configuration experience this time around. A customized "run" script that uses https://github.com/datalust/seqcli to import the JSON signals will work today, though. Let me know if this helps. I think we're about ready to leave this ticket open and pick this up again on the next round of planning. |
|
We're going to bundle |
|
See also #982, which this feature should support/enable. |
|
That would be excellent |
Uh oh!
There was an error while loading. Please reload this page.
I'm looking at hosting Seq inside Kubernetes and I wanted to see if it's possible to use a ConfigMap to bootstrap several default signals our development team would find useful when running our K8s cluster locally on their development machines. Is there an easy way for me to pre-populate some of the Signals in the workspace via Seq.json?
I see I can export some of the Signals I've built to JSON via the UI, but I'm not sure from where I can consume them.
All reactions