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

[ILM] Invalid form when enabling rollover defaults #87305

Closed
alisonelizabeth opened this issue Jan 5, 2021 · 2 comments
Closed

[ILM] Invalid form when enabling rollover defaults #87305

alisonelizabeth opened this issue Jan 5, 2021 · 2 comments
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:ILM Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@alisonelizabeth
Copy link
Contributor

Kibana version:
7.11

Describe the bug:
The ILM policy form sometimes incorrectly reports a form error when enabling rollover defaults.

Steps to reproduce:

  1. Create a ILM policy with no rollover configuration.
PUT _ilm/policy/my_policy
{
  "policy": {
    "phases": {
      "hot": {
        "actions": {
          "unfollow" : {}
        }
      }
    }
  }
}
  1. Navigate to the ILM UI and select the policy created in step 1 to edit.
  2. Open Advanced Settings for the hot phase and enable "Enable rollover"
  3. Enable "Use recommended values"
  4. Save the policy. Note user is unable to save the policy due to form error.

Screenshots (if relevant):
It appears the form is not updated with the default rollover configuration values and validation fails.
ilm_bug

@alisonelizabeth alisonelizabeth added bug Fixes for quality problems that affect the customer experience Feature:ILM Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Jan 5, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

@alisonelizabeth
Copy link
Contributor Author

This has been fixed as part of #87213.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:ILM 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.

2 participants