From: datalust/seq-api#40
Some thought needs to go into how we could do this without making the set of available commands overwhelming.
seqcli signal export -n "Production Errors" -o production-errors.json
seqcli signal delete -n "Production Errors"
seqcli signal import -i production-errors.json
...
Or:
seqcli export signal -n "Production Errors" -o production-errors.json
seqcli delete signal -n "Production Errors"
seqcli import signal -i production-errors.json
...
From: datalust/seq-api#40
Some thought needs to go into how we could do this without making the set of available commands overwhelming.
Or: