We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ...
The text was updated successfully, but these errors were encountered:
We have some initial list and remove support now on dev. We'll leave this issue open to track the signal copy/creation cases.
list
remove
Sorry, something went wrong.
apikey create
signal create
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: