When i setup couchbase at that time I unselect evnting service. but now I want it. when i opren Eventing tab it say : “No Eventing nodes were found on this cluster.” can you please help me to enable it
I try following :
curl -u Administrator:password
127.0.0.1:8091/controller/addNode
-d ‘hostname=127.0.0.1&user=Administrator&password=password’
-d ‘services=eventing’
but it return :
[“Prepare join failed. Joining node to itself is not allowed.”]
How I can enable service in single node ?