Hi guys I am having a problem setting up my replication to my remote elasticsearch cluster getting this error
{“errors”:{“toBucket”:“Error validating target bucket ‘bankable’. err=Failed to get bucket info.”}}
Running Couchbase Community Edition 5.0.1 build 5003
Running ElasticSearch version “5.4.0”
{ “name” : “MtQ6ijh”, “cluster_name” : “elasticsearch”, “cluster_uuid” : “rKKA-zCvQGCGZN_tCUm8dQ”, “version” : { “number” : “5.4.0”, “build_hash” : “780f8c4”, “build_date” : “2017-04-28T17:43:27.229Z”, “build_snapshot” : false, “lucene_version” : “6.5.0” }, “tagline” : “You Know, for Search” }
.yml has this in it
couchbase.password: [correctPass]
couchbase.username: [correctUser]
couchbase.port: 9091
couchbase.maxConcurrentRequests: 1024
http.cors.enabled: true
http.cors.allow-origin : /http://localhost(:[0-9]+)?/
couchbase.ignoreFailures: true
couchbase.keyFilter: org.elasticsearch.transport.couchbase.capi.RegexKeyFilter
couchbase.keyFilter.type: exclude
couchbase.keyFilter.keyFiltersRegex.Histoty: ^Histo.*$
super stumped
I must bemissing something like a ES bucket creation or shards creation not sure any help much appreciated.