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

[Graph] Cleanup usage of deprecated APIs #127714

Closed
kertal opened this issue Mar 15, 2022 · 2 comments · Fixed by #128579
Closed

[Graph] Cleanup usage of deprecated APIs #127714

kertal opened this issue Mar 15, 2022 · 2 comments · Fixed by #128579
Assignees
Labels
Feature:Graph Graph application feature Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. v8.2.0

Comments

@kertal
Copy link
Member

kertal commented Mar 15, 2022

When analyzing the code of Graph it shows 44 warnings of the use of deprecated Javascript symbols. Most of the cases cover the use of IndexPattern of the data plugin. The new import should be DataView of data_views plugin. Also other deprecated
imports should be checked and if possible migrated.

Bildschirmfoto 2022-03-15 um 10 51 51

@kertal kertal added Feature:Graph Graph application feature Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. v8.2.0 labels Mar 15, 2022
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-graph (Feature:Graph)

@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Graph Graph application feature Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. v8.2.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants