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

[Index Patterns] Conflicting fields no longer show matching indices #114361

Closed
TheRiffRafi opened this issue Oct 7, 2021 · 4 comments
Closed
Labels
bug Fixes for quality problems that affect the customer experience impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort

Comments

@TheRiffRafi
Copy link

Kibana version: 7.15.0

Elasticsearch version: 7.15.0

Describe the bug:
This was requested back in: #45135
It looks like it was implemented as it was working on 7.12.1:

Screen Shot 2021-10-07 at 16 07 14

And now looking at 7.15 we see that conflicting indices are no longer showing up:

Screen Shot 2021-10-07 at 16 08 14

Expected behavior:
Clicking on field should show conflicting indices.

@TheRiffRafi TheRiffRafi added the bug Fixes for quality problems that affect the customer experience label Oct 7, 2021
@botelastic botelastic bot added the needs-team Issues missing a team label label Oct 7, 2021
@botelastic botelastic bot removed the needs-team Issues missing a team label label Oct 9, 2021
@cjcenizal
Copy link
Contributor

@elastic/kibana-app-services Looks like you’re not getting pinged when your labels are added to issues any more.

@exalate-issue-sync exalate-issue-sync bot added impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort labels Oct 12, 2021
@mattkime
Copy link
Contributor

closing in favor of #113061

@VimCommando
Copy link

closing in favor of #113061

In the meantime, how am I supposed to identify the indices and impacted fields if I'm running a version where conflict fields are not clearly identified? Since 7.16 is already out, it is going to be run for a very long time.

@lucabelluccini
Copy link
Contributor

lucabelluccini commented Nov 15, 2021

It's a really ugly workaround, but...

Use the API (or inspect the page via the browser dev tools / network tab):

https://YOUR KIBANA URL WITH PORT/api/index_patterns/_fields_for_wildcard?pattern=INDEXPATTERN&meta_fields=_id&meta_fields=_type&meta_fields=_index&meta_fields=_score&meta_fields=_source
Where INDEXPATTERN must be escaped for : in case of CCS patterns (e.g. for *:myindices use *%3Amyindices).

If a field is in conflict, the type is conflict and you have a conflictDescriptions with the list of indices.

Another method is to open the browser network inspector and access the Index Pattern page, then select the index pattern for which we want to know the conflicts. In the response you'll get the whole JSON representation of the fields and look for conflict.


Please note this has been addressed in #113061

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 impact:low Addressing this issue will have a low level of impact on the quality/strength of our product. loe:small Small Level of Effort
Projects
None yet
Development

No branches or pull requests

6 participants