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

Kapacitor 0.13.0: Alert Names with '/' in them can be created, but can't be updated #544

Closed
mglazer opened this issue May 13, 2016 · 2 comments

Comments

@mglazer
Copy link

mglazer commented May 13, 2016

I created an alert with a notional name: login/time.

Upon trying to update this alert, or getting it back, I'm blocked.

I've tried:

curl 'http://localhost:9092/kapacitor/v1/tasks/login/time?script-format=formatted&dot-view=attributes'
curl 'http://localhost:9092/kapacitor/v1/tasks/login%2Ftime?script-format=formatted&dot-view=attributes'

Curling:

http://localhost:9092/kapacitor/v1/tasks

Shows the task in the JSON.

@nathanielc
Copy link
Contributor

@mglazer See #546 for a fix. Essentially your existing tasks with a / will continue to function but new tasks will not be allowed to have the / character. If this is a deal breaker lets discuss...

@mglazer
Copy link
Author

mglazer commented May 13, 2016

That's fine. I'm not in production yet so throwing away these alerts and recreating is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants