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

[Fleet] Inconsistent behavior around "Assets" tab #134378

Closed
kpollich opened this issue Jun 14, 2022 · 4 comments · Fixed by #141153
Closed

[Fleet] Inconsistent behavior around "Assets" tab #134378

kpollich opened this issue Jun 14, 2022 · 4 comments · Fixed by #141153
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Team:Fleet Team label for Observability Data Collection Fleet team

Comments

@kpollich
Copy link
Member

On the edge-oblt cluster, most packages report as having "No assets" found in the default space. Some packages have some of their assets showing in the "Assets" tab in integration settings, but not all. We should investigate the inconsistencies and either fix the issue or contextualize why this happens on edge-oblt.

Screenshots

View screenshots

image

image

image

image

@kpollich kpollich added the Team:Fleet Team label for Observability Data Collection Fleet team label Jun 14, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/fleet (Team:Fleet)

@hop-dev
Copy link
Contributor

hop-dev commented Jun 15, 2022

first step would be to check installed_kibana_space_id on the package saved object, then check which space the assets are installed in. For reference was introduced in 8.0.0 #120517

@nchaulet
Copy link
Member

I just got pinged on a customer call (with Kibana in 8.2.3) where there is no Assets displayed even if the assets are here, probably something we want to prioritize.

@kpollich kpollich added the bug Fixes for quality problems that affect the customer experience label Jun 27, 2022
@nchaulet nchaulet self-assigned this Sep 20, 2022
@nchaulet
Copy link
Member

I found a way to reproduce that, if you use a non superuser with just the fleet roles

POST /_security/role/test_fleet
{
    "cluster": [],
    "indices": [],
    "applications": [
      {
        "application": "kibana-.kibana",
        "privileges": [
          "feature_fleetv2.all",
          "feature_fleet.all"
        ],
        "resources": [
          "*"
        ]
      }
    ]
  }
POST /_security/user/test
{
    "username": "test",
    "roles": [
      "test_fleet"
    ],
    "password": "changeme", 
    "full_name": "",
    "email": "",
    "metadata": {},
    "enabled": true
  }

Then navigate to an installed integration: No assets

Image
Image

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:Fleet Team label for Observability Data Collection Fleet team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants