I am trying to do auto configuration of CouchBase:
- Cluster
- Admin User
- Bucket
- Bucket User
- Services for couch base (data,kv,n1ql,index,fts,search)
Using the rest api everything goes well but i can see while doing the manual configuration i can see the service option during the cluster creation:
But, while craeating the cluster sevice using the RESI api when i am trying to pass data
as service its saying:
[
"Unknown services: [\"data\"]"
]
REST API I am using to create service:
http://localhost:8091/node/controller/setupServices
Please suggest me am i doing anything wrong here?