Skip to content
New issue

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

Signal management operations #2

Closed
nblumhardt opened this issue Feb 9, 2018 · 1 comment
Closed

Signal management operations #2

nblumhardt opened this issue Feb 9, 2018 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@nblumhardt
Copy link
Member

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
...
@nblumhardt
Copy link
Member Author

We have some initial list and remove support now on dev. We'll leave this issue open to track the signal copy/creation cases.

@nblumhardt nblumhardt added this to the 1.0 milestone Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant