Kapacitor Setup on Windows Server 2016

HI

I’m new to TICK Stack , i want to setup the kapacitor in my windows box , please let me know how to do the setup and any necessary changes in the config file . When i am running in the cmd prompt , i’m getting below error

2018/02/26 09:57:24 Using configuration at: kapacitor.conf
run: create server: invalid configuration: dir must be an absolute path. To generate a valid configuration file run kapacitord config > kapacitor.generated.conf.

Please help on this

2018/02/26 09:57:24 Using configuration at: kapacitor.conf

This means that you are trying to start the Kapacitor using kapacitor.conf as your config file.

run: create server: invalid configuration: dir must be an absolute path. To generate a valid configuration file run kapacitord config > kapacitor.generated.conf.

This is telling you that you cannot use kapacitor.conf as a config file because you have not specified an absolute path. If your kapacitor.conf file is located in C:\Program Files\Kapacitor you would use this command to start Kapacitor:

C:\Program Files\Kapacitor>kapacitord.exe -config "C:\Program Files\Kapacitor\kapacitor.conf"