[Graph] Cleanup usage of deprecated APIs #127714
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
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 thedata
plugin. The new import should beDataView
ofdata_views
plugin. Also other deprecatedimports should be checked and if possible migrated.
The text was updated successfully, but these errors were encountered: