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

Search in Infrastructure tab doesn't appear to show correct auto-complete values #42275

Closed
Titch990 opened this issue Jul 30, 2019 · 1 comment · Fixed by #42287
Closed

Search in Infrastructure tab doesn't appear to show correct auto-complete values #42275

Titch990 opened this issue Jul 30, 2019 · 1 comment · Fixed by #42287
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Metrics UI Metrics UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services

Comments

@Titch990
Copy link
Contributor

Kibana version: v 7.3.0

Elasticsearch version:

Server OS version:

Browser version: Safari

Browser OS version: MacOS

Original install method (e.g. download page, yum, from source, etc.):
This is the prebuilt 7.x.x-BC cluster from here https://github.com/elastic/observability-dev/blob/master/docs/observability-clusters.md, as of today's date.

Describe the bug:
If you use the search box to specify host names to filter by, the auto-completed values bear no relationship to the actual host names available, as far as I can see.

Steps to reproduce:

  1. Go to Kibana. Click Infrastructure. You will see a Hosts view showing six nodes, three with names starting with filebeat, and three starting with gke (see first screenshot)
  2. In the search box, start typing host.name: then wait to see what options you are supplied (second screenshot).

Expected behavior:
I'd except to see the six node names from the first screenshot, at least. There are just nine values listed, all start with filebeat, but none of them are the three I'm looking for.

Screenshots (if relevant):

First screenshot showing node names

image

second screenshot showing auto-complete prompts

image

Errors in browser console (if relevant):

Provide logs and/or server output (if relevant):

Any additional context:

@simianhacker tried the same thing on a different system (not the prebuilt 7.x.x-BC cluster) and also noticed that the auto-complete values offered weren't the expected values. So I guess it's not a problem with the way the cluster is configured, but a problem with where the search box is pulling the data from?

@Titch990 Titch990 added bug Fixes for quality problems that affect the customer experience Feature:Metrics UI Metrics UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services labels Jul 30, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/infra-logs-ui

@simianhacker simianhacker self-assigned this Jul 30, 2019
simianhacker added a commit to simianhacker/kibana that referenced this issue Jul 30, 2019
- Closes elastic#42275
- Removes derivedIndexPattern
- Adds createDerivedIndexPattern(type: 'logs' | 'metrics' | 'both')
- Replaces all instances of derivedIndexPattern from WithSource with
results of createDerivedIndexPattern()
simianhacker added a commit to simianhacker/kibana that referenced this issue Aug 2, 2019
…ern (elastic#42287)

* [Infra UI] Fix autocompete on inventry page to use proper indexPattern

- Closes elastic#42275
- Removes derivedIndexPattern
- Adds createDerivedIndexPattern(type: 'logs' | 'metrics' | 'both')
- Replaces all instances of derivedIndexPattern from WithSource with
results of createDerivedIndexPattern()

* Fixing a missed conversion

* Removing useCallback
simianhacker added a commit that referenced this issue Aug 2, 2019
…ern (#42287)

* [Infra UI] Fix autocompete on inventry page to use proper indexPattern

- Closes #42275
- Removes derivedIndexPattern
- Adds createDerivedIndexPattern(type: 'logs' | 'metrics' | 'both')
- Replaces all instances of derivedIndexPattern from WithSource with
results of createDerivedIndexPattern()

* Fixing a missed conversion

* Removing useCallback
simianhacker added a commit that referenced this issue Aug 2, 2019
…ern (#42287) (#42543)

* [Infra UI] Fix autocompete on inventry page to use proper indexPattern

- Closes #42275
- Removes derivedIndexPattern
- Adds createDerivedIndexPattern(type: 'logs' | 'metrics' | 'both')
- Replaces all instances of derivedIndexPattern from WithSource with
results of createDerivedIndexPattern()

* Fixing a missed conversion

* Removing useCallback
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 Feature:Metrics UI Metrics UI feature Team:Infra Monitoring UI - DEPRECATED DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants