You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks you for the amazing work on the TICK stack, it's a real pleasure to use it in as monitoring system.
Unfortunately, I'm running into a weird issue with Kapacitor as we are trying to use the topic handler feature.
If you try to define a topic-handler using a YAML file but named with .yml extension you'll have a weird error :
$> kapacitor define-topic-handler system my_handler slack.yml
invalid handler spec: handler Kind must not be empty
$> mv slack.yml slack.yaml
$> kapacitor define-topic-handler system my_handler slack.yaml
The content of the .yml/.yaml file is the following :
I know the living debate between the .yml/.yaml (I use .yml due to Ansible habit) and if you want to strictly apply YAML guidances, it's fine by me the error should be handled.
I'll have a quick look in the code if I can find where to change that.
Thanks a lot and have a nice evening from Belgium,
Albin.
The text was updated successfully, but these errors were encountered:
AlbinOS
changed the title
kapacitor define-topic-handler not working
kapacitor define-topic-handler not working with .yml files
Jul 11, 2017
Dear,
First of all, thanks you for the amazing work on the TICK stack, it's a real pleasure to use it in as monitoring system.
Unfortunately, I'm running into a weird issue with Kapacitor as we are trying to use the topic handler feature.
If you try to define a topic-handler using a YAML file but named with .yml extension you'll have a weird error :
The content of the .yml/.yaml file is the following :
I know the living debate between the .yml/.yaml (I use .yml due to Ansible habit) and if you want to strictly apply YAML guidances, it's fine by me the error should be handled.
I'll have a quick look in the code if I can find where to change that.
Thanks a lot and have a nice evening from Belgium,
Albin.
The text was updated successfully, but these errors were encountered: