Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

APM Visualizations are missing from visualizations listing table but are present under saved objects #19967

Closed
bhavyarm opened this issue Jun 15, 2018 · 7 comments
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Team:APM - DEPRECATED Use Team:obs-ux-infra_services.

Comments

@bhavyarm
Copy link
Contributor

bhavyarm commented Jun 15, 2018

Kibana version: master

Elasticsearch version: master

Server OS version: centos_rpm

Browser version: chrome latest

Browser OS version: os x

Original install method (e.g. download page, yum, from source, etc.): from snapshots

Describe the bug: We have apm visualizations under saved objects but missing from listing table in visualizations.

Here they are under saved objects:

under_saved_objects

Here they are missing from visualize listing table:
missing_from_viz_listing_table

This is how they look on dashboards if I try to add them:

how_they_look_on_dashboards

Visualizations export JSON
(https://github.com/elastic/kibana/files/2107401/export_visualizations_apm.json.txt)
Dashboards export JSON
(https://github.com/elastic/kibana/files/2107403/export_apm_dashboard.json.txt)

@bhavyarm bhavyarm added bug Fixes for quality problems that affect the customer experience Feature:Dashboard Dashboard related features Feature:Visualizations Generic visualization features (in case no more specific feature label is available) Team:APM - DEPRECATED Use Team:obs-ux-infra_services. labels Jun 15, 2018
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui

@timroes
Copy link
Contributor

timroes commented Jun 18, 2018

@bhavyarm could you open one of the APM saved objects please in management, and make a screenshot of that screen (where the long fields are visible)?

@bhavyarm
Copy link
Contributor Author

This bug is no longer valid as everything looks good on the latest master snapshot. Closing it out. cc @LeeDr. Thanks!

@bhavyarm bhavyarm reopened this Jun 18, 2018
@bhavyarm
Copy link
Contributor Author

@timroes / @LeeDr its back.

@bhavyarm
Copy link
Contributor Author

screen shot 2018-06-18 at 12 55 32 pm 2

@timroes let me know if this is enough. We can also debug it early tomorrow morning.

@timroes timroes added :Management and removed Feature:Dashboard Dashboard related features Feature:Visualizations Generic visualization features (in case no more specific feature label is available) labels Jun 19, 2018
@LeeDr
Copy link

LeeDr commented Jun 19, 2018

I'm looking into this more but wanted to add this note from @timroes

how the object should look (also when importing it):

"source": {
    "type": "visualization",
    "updated_at": "2017-09-21T18:51:23.794Z",
    "visualization": {
      "title": "Count of requests",
      "visState": "{\"title\":\"Count of requests\",\"type\":\"area\",\"params\":{\"type\

but not:

"source": {
    "type": "visualization",
    "updated_at": "2017-09-21T18:51:23.794Z",
    "visualization": {
      "title": "Count of requests",
      "visState": "\"{\\\"title\\\":\\\"Count of requests\\\",\\\"type\\\":\\\"area\\\",\\\"params\\\":{\"type\

that's one JSON stringify too much

@LeeDr
Copy link

LeeDr commented Jun 19, 2018

I'm going to close this since APM is fixing it in elastic/apm-server#1017

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Fixes for quality problems that affect the customer experience Team:APM - DEPRECATED Use Team:obs-ux-infra_services.
Projects
None yet
Development

No branches or pull requests

5 participants