Skip to content
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

Deprecated field [ignore_unmapped] used, replaced by [unmapped_type] #6958

Closed
kadishmal opened this issue Apr 18, 2016 · 4 comments
Closed
Labels
bug Fixes for quality problems that affect the customer experience release_note:deprecation v4.6.4 v5.0.0-alpha1 v5.0.0

Comments

@kadishmal
Copy link

Since Kibana 4.5 requires 2.3, I think it is safe to refactor migrate_config.js file and replace the deprecated ignore_unmapped parameter with unmapped_type which is deprecated since 2.0.

@rashidkpc
Copy link
Contributor

This is already fixed in master

@joshuar
Copy link

joshuar commented Oct 30, 2016

This still seems to be appearing in Kibana 4.6.1. I see the following deprecation warning in Elasticsearch constantly:

[2016-10-30 22:48:27,670][DEBUG][deprecation.common       ] Deprecated field [ignore_unmapped] used, replaced by [unmapped_type]

When I turn on slowlogs with a 0s threshold, I see these queries:

[2016-10-30 22:48:27,670][WARN ][index.search.slowlog.query] [proliant] [.kibana][0] took[102.4micros], took_millis[0], types[config], stats[], search_type[QUERY_AND_FETCH], total_shards[1], source[{"size":1000,"sort":[{"buildNum":{"order":"desc","ignore_unmapped":true}}]}], extra_source[], 

What could be the cause here? Failed migration of config?

@joshuar joshuar reopened this Oct 30, 2016
@Bargs
Copy link
Contributor

Bargs commented Oct 31, 2016

@joshuar looks like this only got into 5.x #6463

@tbragin tbragin added bug Fixes for quality problems that affect the customer experience release_note:deprecation v5.0.0-alpha1 v5.0.0 labels Nov 1, 2016
@epixa epixa added the v4.7.0 label Nov 5, 2016
@epixa
Copy link
Contributor

epixa commented Nov 16, 2016

The original PR has been backported for 4.7, so assuming it doesn't get reverted during testing, it should also go out with that release.

@epixa epixa closed this as completed Nov 16, 2016
@epixa epixa added the v4.6.4 label Dec 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience release_note:deprecation v4.6.4 v5.0.0-alpha1 v5.0.0
Projects
None yet
Development

No branches or pull requests

6 participants