-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Break up core Kibana tabs into separate plugins #6545
Comments
I bumped this to P2 because while the feature at face-value is a P3, it would be a huge technical gain to move these to individual plugins, and that would help us iterate on future features faster. |
We have kibana version 4.5.2. We are looking for possibility to disable settings app (either by removing it from menu) or redirect it is discover app. how can I do it? |
+1 |
1 similar comment
+1 |
any word on this? |
@abdalians This is an important change, but it's a significant project with a lot of risks. There's no target date or release for it. There are two efforts that will make this easier: |
+1 |
+1 |
10 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 I would definitely like to see this for Dev-Tools as well. Update: I realized too late, that this should be possible via |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
1 similar comment
+1 |
Any word on this? This is a pretty big deal for our organization's needs. |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
@lanerjo There's supportive work related to this happening in every version, but we don't have a target version for actually breaking up the apps into separate plugins. I do know that it won't be done in 6.x, though. |
Blocking the use of a section as powerful and potentially breaking of a product such as the management section, seems like it would be a fairly high priority. Especially considering how many users are requesting that feature. |
Having had to tackle this very subject, I figured out how to do it in a way that works for my clients so I thought I'd share it here in case others are still looking for a workaround until this gets handled internally: https://stackoverflow.com/a/54263016/429728 |
Pinging @elastic/kibana-app-arch |
During 7.6, 7.7 and the upcoming 7.8 we incrementally refactored this code and moved it into separate plugins - in 7.9 the catch-all "kibana" plugin will be removed completely. |
Today Discover, Visualize, Dashboard, and Settings are implemented as one plugin.
Breaking them up into separate plugins will allow users to disable them at startup, satisfying requests such as this: #6496
The text was updated successfully, but these errors were encountered: