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

[SLO] API fails when grouping by instanceId #209159

Open
kdelemme opened this issue Jan 31, 2025 · 0 comments
Open

[SLO] API fails when grouping by instanceId #209159

kdelemme opened this issue Jan 31, 2025 · 0 comments
Labels
bug Fixes for quality problems that affect the customer experience needs-team Issues missing a team label

Comments

@kdelemme
Copy link
Contributor

Summary

Create one SLO with group by on host.name using the admin console data. When grouping by instanceId, the API call fails with this error:

http://localhost:5601/kibana/internal/observability/slos/_groups?page=1&perPage=25&groupBy=slo.instanceId&&filters=%7B%22must%22%3A%5B%5D%2C%22filter%22%3A%5B%5D%2C%22should%22%3A%5B%5D%2C%22must_not%22%3A%5B%5D%7D
{
  "statusCode": 500,
  "error": "Internal Server Error",
  "message": "Cannot convert undefined or null to object",
  "attributes": {
    "data": {}
  }
}

Image

This is present on main, probably on 8.18 as well.

@kdelemme kdelemme added the bug Fixes for quality problems that affect the customer experience label Jan 31, 2025
@botelastic botelastic bot added the needs-team Issues missing a team label label Jan 31, 2025
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 needs-team Issues missing a team label
Projects
None yet
Development

No branches or pull requests

1 participant