Bozidar Sikanjic
Bozidar Sikanjic

Reputation: 747

Setting default index in Kibana 4

I can't define default index in Kibana 4.0.2, as you can see on the image below. It doesn't saves if I enter it manually in "Advanced" tab, it only glitches when I click on "Set as default index" button but it doesn't make needed changes.

I'm using Couchbase 3.0.3, transport-couchbase plugin 2.0, ElasticSearch 1.5.2.

I've tried reinstalling everything (except couchbase), one by one, always the same. I've googled it whole day, nothing. Someone has any idea?

enter image description here

Upvotes: 1

Views: 620

Answers (2)

Bozidar Sikanjic
Bozidar Sikanjic

Reputation: 747

After changing couchbase_template.json it's needed to set

curl -XPUT http://localhost:9200/_template/couchbase -d @/usr/share/elasticsearch/plugins/transport-couchbase/couchbase_template.json

and now it works. Thnx juliendangers for directions.

Upvotes: 0

Julien C.
Julien C.

Reputation: 966

it seems your not the only one having this issue with couchbase => https://github.com/elastic/kibana/issues/3331#issuecomment-84942136

Upvotes: 2

Related Questions