francesconero / elasticsearch-concatenate-token-filter

Elasticsearch plugin which only provides a TokenFilter that merges tokens in a token stream back into one. Taken from http://elasticsearch-users.115913.n3.nabble.com/Is-there-a-concatenation-filter-td3711094.html
Apache License 2.0
14 stars 39 forks source link

Cannot start elasticsearch after installing the plugin #8

Closed janakaonline closed 8 years ago

janakaonline commented 8 years ago

Hi, I installed the plugin and when I try to start the server I am getting

[2016-08-01 10:19:36,719][WARN ][indices.cluster ] [Ringer] [[.kibana][0]] marking and sending shard failed due to [failed to create index] [.kibana] IndexCreationException[failed to create index]; nested: IllegalStateException[[index.version.created] is not present in the index settings for index with uuid: [null]];

(I have attached the screenshot of the error as well)

I'm using elastic search 2.2.0, Any idea how to solve this?

are there any pre requirements?

Thanks capture

bomberby commented 8 years ago

Pretty sure this is a clone of #4.

Solution i suggested there that worked was the following:

My solution was to add to the elasticsearch.yml file the following line: index.version.created: 2020099

Much thanks to this helpful answer http://stackoverflow.com/questions/27685698/elasticsearchillegalstateexceptionindex-version-created-is-not-present-in-the

janakaonline commented 8 years ago

Aha.. it worked... thanks a lot :)

bomberby commented 8 years ago

Glad to help!