-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mapper [version] cannot be changed from type [long] to [int] #5648
Comments
Had this issue when upgrading from previous Kibana and I had to delete the index as well. Good thing I exported all of my Dashboards, Searches and Vis's before upgrading! |
This happened to me also, but there were no upgrades done it just happened out of the blue. |
Happened to me after refreshing an index pattern. |
Happened to me as well after adding some dashboards and visualizations. Is there any solution to this ? |
@Akshaykapoor |
It does this to me everytime, after clean install. I don't know what I'm doing wrong. Just:
commons.bundle.js?v=10154:40184 Error: [illegal_argument_exception] mapper [version] cannot be changed from type [long] to [int] If I delete the .kibana index manually, it might work for a two seconds, then it does this again... Is there any workaround/solution for this? Or is it fixed in more recent version? Kibana version 4.6.3 |
Looks like it does this IF you launch kibana before any of the logstash-* indexes is even created. If you delete that .kibana index, you might already have something in logstash indices, so it works from that point of time. |
I believe that this issue won't be fixed as 5.x behaves correctly and this can be closed now? |
Well, I have | Elasticsearch plugin is red |
@jarifr : I had the same problem, and it seems related to #9888 ; the comment #9888 (comment) should be fine for you. If you want to create your new index with the same mapping than your current one, you can export your current mapping with |
I am closing this issue as we have resolved these issues in recent versions. |
Was playing today with a new and clean elasticsearch 2.1.0 instance and Kibana 4.3.0 fresh and clean as well.
Was creating visualizations, dashboards...
I clicked on the status button at some point: http://0.0.0.0:5601/status
And things started to get bad. It was impossible to access again discover or dashboard tabs.
And I started to get in elasticsearch logs:
The current mapping I get with
curl localhost:9200/.kibana/_mapping?pretty
is:The only workaround I can see for now is to remove
.kibana
index.The text was updated successfully, but these errors were encountered: