Skip to content

Signal management operations #2

Description

@nblumhardt

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
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions