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

[Index Management] Update editable index settings for Serverless #165895

Closed
yuliacech opened this issue Sep 6, 2023 · 1 comment · Fixed by #168884
Closed

[Index Management] Update editable index settings for Serverless #165895

yuliacech opened this issue Sep 6, 2023 · 1 comment · Fixed by #168884
Assignees
Labels
enhancement New value added to drive a business result Feature:Index Management Index and index templates UI Project:Serverless Work as part of the Serverless project for its initial release Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@yuliacech
Copy link
Contributor

After #165705 is merged, the index details flyout will be replaced by an index details page. The settings tab allows the user to update some index settings (see this file for a filter list). The settings that can be changed for an index are different on serverless so we need to update the UI to display only editable settings on Serverless.

@yuliacech yuliacech added enhancement New value added to drive a business result Feature:Index Management Index and index templates UI Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more Serverless labels Sep 6, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/platform-deployment-management (Team:Deployment Management)

@watson watson added Project:Serverless Work as part of the Serverless project for its initial release and removed Serverless labels Oct 4, 2023
yuliacech added a commit that referenced this issue Oct 18, 2023
…8884)

## Summary

Fixes #165895

This PR limits which index settings are displayed on the index details
page, "Settings" tab in the edit mode. On serverless only a handful of
index settings will be editable by the user. The UI only prevents
displaying some index settings, but it's still possible for the user to
type in a setting that can't be edited. That is the case on dedicated as
well.

### How to test
1. Start Serverless ES and Kibana
2. Navigate to Index Management and create a test index
3. Click on the index name and on the details page click the tab
"Settings"
4. Toggle the "Edit mode" switch and verify that only editable settings
are displayed.

#### Screenshot
<img width="527" alt="Screenshot 2023-10-16 at 20 25 49"
src="https://github.com/elastic/kibana/assets/6585477/e6678cca-3494-4c63-ae66-ace9c823d12d">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Index Management Index and index templates UI Project:Serverless Work as part of the Serverless project for its initial release Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants