-
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
[Stack Management] Make plugins "disable-able" #157756
Labels
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Comments
alisonelizabeth
added
the
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
label
May 15, 2023
Pinging @elastic/platform-deployment-management (Team:Deployment Management) |
ElenaStoeva
added a commit
that referenced
this issue
May 18, 2023
## Summary This PR makes the Migrate plugin disable-able for serverless. Partially addresses #157756 **How to test:** 1. Start Elasticsearch with `yarn es snapshot` and Kibana with yarn `serverless-{mode}` where `{mode}` can be `es`, `security`, or `oblt`. 2. Verify that the Migrate plugin doesn't show up in the nav bar and its path (`management/data/migrate_data`) leads to the Stack Management landing page. --------- Co-authored-by: kibanamachine <[email protected]>
ElenaStoeva
added a commit
that referenced
this issue
May 23, 2023
Partially addresses #157756 ## Summary This PR makes the UI of the following Security apps disable-able for serverless: - Users - Roles - Role Mappings **How to test:** 1. Start Elasticsearch with `yarn es snapshot` and Kibana with yarn `serverless-{mode}` where `{mode}` can be `es`, `security`, or `oblt`. 2. Verify that the Users app is not accessible and its path (`management/security/users`) leads to the Stack Management landing page. 3. Verify that the Roles app is not accessible and its path (`management/security/roles`) leads to the Stack Management landing page. 4. Verify that the Role Mappings app is not accessible and its path (`management/security/role_mappings`) leads to the Stack Management landing page. Test the Security apps in regular (non-serverless) mode: 1. Start Elasticsearch with `yarn es snapshot` and Kibana with `yarn start`. 2. Verify that Users, Roles, and Role Mappings apps work as expected.
delanni
pushed a commit
to delanni/kibana
that referenced
this issue
May 25, 2023
## Summary This PR makes the Migrate plugin disable-able for serverless. Partially addresses elastic#157756 **How to test:** 1. Start Elasticsearch with `yarn es snapshot` and Kibana with yarn `serverless-{mode}` where `{mode}` can be `es`, `security`, or `oblt`. 2. Verify that the Migrate plugin doesn't show up in the nav bar and its path (`management/data/migrate_data`) leads to the Stack Management landing page. --------- Co-authored-by: kibanamachine <[email protected]>
delanni
pushed a commit
to delanni/kibana
that referenced
this issue
May 25, 2023
…58186) Partially addresses elastic#157756 ## Summary This PR makes the UI of the following Security apps disable-able for serverless: - Users - Roles - Role Mappings **How to test:** 1. Start Elasticsearch with `yarn es snapshot` and Kibana with yarn `serverless-{mode}` where `{mode}` can be `es`, `security`, or `oblt`. 2. Verify that the Users app is not accessible and its path (`management/security/users`) leads to the Stack Management landing page. 3. Verify that the Roles app is not accessible and its path (`management/security/roles`) leads to the Stack Management landing page. 4. Verify that the Role Mappings app is not accessible and its path (`management/security/role_mappings`) leads to the Stack Management landing page. Test the Security apps in regular (non-serverless) mode: 1. Start Elasticsearch with `yarn es snapshot` and Kibana with `yarn start`. 2. Verify that Users, Roles, and Role Mappings apps work as expected.
ElenaStoeva
added a commit
that referenced
this issue
May 30, 2023
Partially addresses #157756 ## Summary This PR disables the Search Sessions plugin for serverless. **How to test:** 1. Start Elasticsearch with `yarn es snapshot` and Kibana with yarn `serverless-{mode}` where `{mode}` can be `es`, `security`, or `oblt`. 2. Verify that the Search Sessions app is not accessible and its path (`app/management/kibana/search_sessions`) leads to the Stack Management landing page.
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
The following plugins should be “disable-able” in Kibana.
Use clintandrewhall#32 as a reference for implementation.
- [ ] (Ignacio) RulesResponse Ops team will own- [ ] (Ignacio) CasesResponse Ops team will own- [ ] (Ignacio) ConnectorsResponse Ops team will own- [ ] (Ignacio) Maintenance WindowResponse Ops team will own- [ ] (Ignacio) ReportingAlready disabled with [serverless] Add ability to disable certain plugins for Serverless. #155583The text was updated successfully, but these errors were encountered: