You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/howto/update_major_package_spec.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,24 @@ There are two variants of this error:
121
121
between different dashboards, and to allow users to quickly filter using the
122
122
query bar without affecting the provided filters.
123
123
124
+
### "My Dashboard" contains legacy visualization: "My Visualization" (metric, TSVB)
125
+
126
+
All visualizations must be created using [Lens](https://www.elastic.co/kibana/kibana-lens) or [Vega](https://www.elastic.co/guide/en/kibana/current/vega.html).
127
+
128
+
The only exceptions are
129
+
- Markdown panels created from the dashboard application. There are no plans to deprecate these.
130
+
- TSVB markdown. Support will eventually be removed, but this is
131
+
currently allowed because we do not yet offer an alternative for
132
+
injecting analytics into markdown. Prefer the dashboard markdown
133
+
panels when possible.
134
+
- The legacy dashboard controls ("input-control-vis"). These should be replaced
135
+
with the [new dashboard controls](https://www.elastic.co/guide/en/kibana/current/add-controls.html) but we are not currently
136
+
enforcing this with tooling.
137
+
138
+
**Note:** most legacy visualizations can be converted by selecting "Convert to Lens"
139
+
from the dashboard panel context menu or by clicking "Edit visualization in Lens"
140
+
after opening the visualization in the editor.
141
+
124
142
## Troubleshooting upgrades to Package Spec v2
125
143
126
144
### field (root): Additional property license is not allowed
0 commit comments