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

[APM] Unable to import index pattern after upgrading to 7.0 #30651

Closed
sorenlouv opened this issue Feb 11, 2019 · 1 comment · Fixed by #30796
Closed

[APM] Unable to import index pattern after upgrading to 7.0 #30651

sorenlouv opened this issue Feb 11, 2019 · 1 comment · Fixed by #30796
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Team:APM All issues that need APM UI Team support v7.0.0

Comments

@sorenlouv
Copy link
Member

sorenlouv commented Feb 11, 2019

It is no longer possible to import index pattern in 7.0 via Getting Started Guide.

When clicking "Load Kibana Objects" an error occurs and the status text says:
Request failed, Error: Bad Request.

The xhr request to api/saved_objects/_bulk_create?overwrite=false fails with a 400 and the following error message:

{
  "statusCode": 400,
  "error": "Bad Request",
  "message": "\"value\" at position 0 fails because [child \"version\" fails because [\"version\" must be a string]]. \"value\" does not contain 1 required value(s)",
  "validation": { "source": "payload", "keys": ["0.version", "value"] }
}

Regression introduced in: #29906

@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui

@sorenlouv sorenlouv added bug Fixes for quality problems that affect the customer experience v7.0.0 labels Feb 11, 2019
simitt added a commit to simitt/kibana that referenced this issue Feb 12, 2019
simitt added a commit to simitt/kibana that referenced this issue Feb 12, 2019
simitt added a commit to simitt/kibana that referenced this issue Feb 12, 2019
@simitt simitt closed this as completed Feb 12, 2019
spalger pushed a commit to spalger/kibana that referenced this issue Feb 13, 2019
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 Team:APM All issues that need APM UI Team support v7.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants