Closed angorayc closed 3 months ago
The above file is created from https://github.com/elastic/integrations/blob/main/packages/windows/kibana/visualization/windows-1eeaaf70-9f23-11ea-bef1-95118e62a7c1.json
.ndjson
Edit visualization in Lens
. inspect
, and then you should have the converted saved object.@angorayc I think you describing a problem with Elastic Beats (elastic/beats) and Fleet integrations. The "Average Uptime [Auditbeat System] ECS" visualization is from https://github.com/elastic/beats/blob/c86330a88d6aba199863ad250fcbea74671d01bc/x-pack/auditbeat/module/system/_meta/kibana/7/visualization/4d0485f0-18da-11e9-9094-c50574723088-ecs.json#L41. I suggest opening an issue in elastic/beats to cover those if that was your intent.
AFAIK, fleet integrations were previously migrated to use Lens (security owned packages were tracked in https://github.com/elastic/integrations/issues/6787). But according to [visualization analytics](https://visualization-usage-analytics.kb.us-central1.gcp.cloud.es.io:9243/app/dashboards#/view/c89329a0-981b-11ed-9c67-b36e35159418?_g=()) there are still non-Lens visualizations present in Fleet packages (if I'm holding it correctly). The ones related to Security would be arista_ngfw and windows.
@angorayc I think you describing a problem with Elastic Beats (elastic/beats) and Fleet integrations. The "Average Uptime [Auditbeat System] ECS" visualization is from https://github.com/elastic/beats/blob/c86330a88d6aba199863ad250fcbea74671d01bc/x-pack/auditbeat/module/system/_meta/kibana/7/visualization/4d0485f0-18da-11e9-9094-c50574723088-ecs.json#L41. I suggest opening an issue in elastic/beats to cover those if that was your intent.
At the beginning, it was found from a Security Project with [windows] Engine and command started visualizaiton https://github.com/elastic/kibana/issues/169810
I tested locally with Auditbeat and found the same behaviour.
We should probably check in both elastic/integration and elastic/beats folders.
The believe steps to edit a dashboard are:
elastic-package install
.elastic-package export dashboards
.Closing in favor of
Integration Name
Beat [beat] - All kinds of Beats
Integration Version
all
Agent Version
all
Agent Output Type
elasticsearch
Elasticsearch Version
*
OS Version and Architecture
*
Software/API Version
No response
Error Message
Visualizations installed with Beats are out dated. Their types are
visualization
, should be migrated tolens
. Visualization type is not compatible in Serverless Kibana.Please find here to view the error: https://github.com/elastic/kibana/issues/169810
We should change all the visualizations installed with Beats to
lens
. For example, the visualizations here should be re-generated and created inlens
. https://github.com/elastic/integrations/tree/main/packages/windows/kibana/visualizationEvent Original
No response
Anything else?
No response