[SR] Selected indices do not show when editing a policy created via console#59486
[SR] Selected indices do not show when editing a policy created via console#59486jkelastic wants to merge 9 commits intoelastic:masterfrom
Conversation
|
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
|
Hi @jkelastic! Can you please take another look at this one? It looks like the code is referencing an import that does not exist anymore and the settings step no longer loads. |
|
💚 CLA has been signed |
9eb1596 to
9b84595
Compare
|
@jkelastic looks like there are still some problems here. Can you take a look? Once it's been resolved and you have tested the changes, please let know and I will review the PR again. Let me know if you need any help. Thanks! |
|
closing temporarily as I'm short on time to make this for 7.7, will reopen later |
…ns path and Eslint fix
d627633 to
3545c8d
Compare
alisonelizabeth
left a comment
There was a problem hiding this comment.
Hi @jkelastic. Thanks for picking this one back up! I didn't test your changes yet, but I did notice a few issues in the translation file. Can you take a look? I believe you should only need to delete xpack.snapshotRestore.policyValidation.indexPatternRequiredErrorMessage; the rest of the translation file should remain the same.
| "kbn.advancedSettings.storeUrlTitle": "セッションストレージに URL を格納", | ||
| "kbn.advancedSettings.themeVersionText": "現在のバージョンと次のバージョンのKibanaで使用されるテーマを切り替えます。この設定を適用するにはページの更新が必要です。", | ||
| "kbn.advancedSettings.themeVersionTitle": "テーマバージョン", | ||
| "kbn.advancedSettings.timepicker.timeDefaultsText": "時間フィルターが選択されずに Kibana が起動した際に使用される時間フィルターです", |
There was a problem hiding this comment.
This seems unrelated to your change; I don't think it should be deleted.
There was a problem hiding this comment.
@alisonelizabeth I think my local master branch is out of sync. After adding back the translations I'm no longer getting unused translation.
| "kbn.advancedSettings.themeVersionText": "現在のバージョンと次のバージョンのKibanaで使用されるテーマを切り替えます。この設定を適用するにはページの更新が必要です。", | ||
| "kbn.advancedSettings.themeVersionTitle": "テーマバージョン", | ||
| "kbn.advancedSettings.timepicker.timeDefaultsText": "時間フィルターが選択されずに Kibana が起動した際に使用される時間フィルターです", | ||
| "kbn.advancedSettings.timepicker.timeDefaultsTitle": "デフォルトのタイムピッカー", |
There was a problem hiding this comment.
Same here, everything looks good.
| "xpack.watcher.watcherDescription": "アラートの作成、管理、監視によりデータへの変更を検知します。" | ||
| } | ||
| } | ||
| } No newline at end of file |
There was a problem hiding this comment.
can you add back the new line at the end of the file?
There was a problem hiding this comment.
Same here, everything looks good.
| "xpack.ml.newJob.wizard.jobDetailsStep.advancedSection.enableModelPlotAnnotations.description": "選択すると、モデルが大幅に変更されたときに注釈を生成します。たとえば、ステップが変更されると、期間や傾向が検出されます。", | ||
| "xpack.ml.newJob.wizard.jobDetailsStep.advancedSection.enableModelPlotAnnotations.title": "モデル変更注釈を有効にする", | ||
| "xpack.ml.newJob.wizard.jobDetailsStep.advancedSection.mmlWarning.message": "モデルプロットの作成には大量のリソースを消費する可能性があり、選択されたフィールドの基数が100を超える場合はお勧めしません。このジョブの予測基数は{highCardinality}です。 この構成でモデルプロットを有効にする場合、専用の結果インデックスを選択することをお勧めします。", | ||
| "xpack.ml.newJob.wizard.jobDetailsStep.advancedSection.mmlWarning.message": "モデルプロットの作成には大量のリソースを消費する可能性があり、選択されたフィールドの基数が100を超える場合はお勧めしません。このジョブの予測基数は{highCardinality}です。 この構成でモデルプロットを有効にする場合、専用の結果インデックスを選択することをお勧めします。", |
There was a problem hiding this comment.
I'm not sure why there's a diff here. I think we should try to leave any translations not related to your changes as-is.
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
💚 Build SucceededBuild metricsasync chunks size
History
To update your PR or re-run it, just comment with: |
alisonelizabeth
left a comment
There was a problem hiding this comment.
Hi @jkelastic! After looking at the code again, I'm not sure the original bug is relevant anymore. I'm going to assign @jloleysens to take a look and confirm. He's made some changes to this area of the code to support data streams, and is probably more familiar than I at this point.
@alisonelizabeth thank you ^^ |
|
Hi @jkelastic! I verified that I'm no longer able to reproduce this issue on |
@alisonelizabeth thank you |


Summary
Fixes #47156 Rename index pattern to custom pattern and default to customer pattern page
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n supportDocumentation was added for features that require explanation or tutorialsThis was checked for keyboard-only and screenreader accessibilityFor maintainers
Release note
This PR resolves an issue where the indices of a Snapshot Lifecycle Policy were not always displayed correctly in the Snapshot & Restore UI when editing an existing policy.