diff --git a/public/containers/IndexDetail/__snapshots__/IndexDetail.test.tsx.snap b/public/containers/IndexDetail/__snapshots__/IndexDetail.test.tsx.snap
index 1a6374a6a..144867e1c 100644
--- a/public/containers/IndexDetail/__snapshots__/IndexDetail.test.tsx.snap
+++ b/public/containers/IndexDetail/__snapshots__/IndexDetail.test.tsx.snap
@@ -16,7 +16,7 @@ exports[`
- {" "}
- From the table above, select a field you want to transform by clicking
+ {" "}
+ From the table above, select a field you want to transform by clicking
You can't change indices after creating a job. Double-check the source and target index names before proceeding.
+You can't change indices after creating a job. Double-check the source and target index names before proceeding.
+- Select source index -
-- Select or create target index -
-- You can't change indices after creating a job. Double-check the source and target index names before proceeding. -
++ You can't change indices after creating a job. Double-check the source and target index names before proceeding. +
+You can only change the description and schedule after creating a job. Double-check your choices before proceeding.
- Preview -
+Choose the policy you want to use for the selected indices. A copy of the policy will be created and applied to the indices.
Choose the policy you want to use for the selected indices. A copy of the policy will be created and applied to the indices.
@@ -65,7 +75,13 @@ exports[`
The following index will be closed. It is not possible to index documents or to search for documents in a closed index.
-The following index will be closed. It is not possible to index documents or to search for documents in a closed index.
+- The following index will be closed. It is not possible to index documents or to search for documents in a closed index. -
-+ The following index will be closed. It is not possible to index documents or to search for documents in a closed index. +
+The following index will be permanently deleted. This action cannot be undone.
-The following index will be permanently deleted. This action cannot be undone.
+- The following index will be permanently deleted. This action cannot be undone. -
-+ The following index will be permanently deleted. This action cannot be undone. +
+{getMessagePrompt(props)}
There are no existing indices. Create an index to view it here.
diff --git a/public/pages/Indices/components/NotificationModal/NotificationModal.tsx b/public/pages/Indices/components/NotificationModal/NotificationModal.tsx
index 7bab02f0a..48512ec72 100644
--- a/public/pages/Indices/components/NotificationModal/NotificationModal.tsx
+++ b/public/pages/Indices/components/NotificationModal/NotificationModal.tsx
@@ -13,6 +13,7 @@ import {
EuiPanel,
EuiEmptyPrompt,
EuiSmallButton,
+ EuiText,
} from "@elastic/eui";
import { ServicesContext } from "../../../../services";
import { BrowserServices } from "../../../../models/interfaces";
@@ -182,7 +183,12 @@ const Notifications = ({ onClose, visible }: NotificationsProps) => {
return (
You do not have permissions to view Notification settings. Contact your administrator to request permissions. You do not have permissions to view Notification settings. Contact your administrator to request permissions.Notification settings
{" "}
+ Error loading Notification settings
{" "}
+
The following index will be opened.
-The following index will be opened.
+- The following index will be opened. -
-+ The following index will be opened. +
+Loading indices... diff --git a/public/pages/Indices/containers/IndicesActions/index.tsx b/public/pages/Indices/containers/IndicesActions/index.tsx index 35be9cd08..3b88e607a 100644 --- a/public/pages/Indices/containers/IndicesActions/index.tsx +++ b/public/pages/Indices/containers/IndicesActions/index.tsx @@ -148,6 +148,7 @@ export default function IndicesActions(props: IndicesActionsProps) { initialPanelId={0} // The EuiContextMenu has bug when testing in jest // the props change won't make it rerender + size="s" key={renderKey} panels={[ { diff --git a/public/pages/Reindex/components/ReindexAdvancedOptions/ReindexAdvancedOptions.tsx b/public/pages/Reindex/components/ReindexAdvancedOptions/ReindexAdvancedOptions.tsx index 42c98b178..ebac30912 100644 --- a/public/pages/Reindex/components/ReindexAdvancedOptions/ReindexAdvancedOptions.tsx +++ b/public/pages/Reindex/components/ReindexAdvancedOptions/ReindexAdvancedOptions.tsx @@ -13,6 +13,7 @@ import { EuiLink, EuiCompressedRadioGroup, EuiSpacer, + EuiText, } from "@elastic/eui"; import { CoreServicesContext } from "../../../../components/core_services"; import { CoreStart } from "opensearch-dashboards/public"; @@ -65,7 +66,11 @@ const ReindexAdvancedOptions = (props: ReindexOptionsProps) => { return (
+ Select indexes or data streams +
- Select indexes or data streams -
++ Select an index or data stream +
- Select an index or data stream -
+In order to shrink an existing index, you must first set the index to block write operations.
-Specify the number of shards for the new shrunken index.
@@ -543,7 +553,11 @@ class ShrinkIndex extends Component+ Specify the number of shards for the new shrunken index. +
++ The number must be a factor of the primary shard count of the source index. +
- Specify the number of shards for the new shrunken index. -
-- The number must be a factor of the primary shard count of the source index. -
-+ Select aliases or specify new aliases. +
- Select aliases or specify new aliases. -
+Specify the number of primary shards for the new split index.
@@ -149,7 +167,11 @@ export default class SplitIndexForm extends Component+ By deleting {item}, all future scheduled executions will be canceled. However, your target index and data + in it will remain intact. +
+{sourceIndex}
{targetIndex}
Job enabled by default
+ + } checked={enabled} onChange={onEnabledChange} data-test-subj="jobEnabled" @@ -69,7 +85,14 @@ export default class Schedule extends Component{getMessagePrompt(props)}
+ Press Enter to start editing. +
++ When you're done, press Escape to stop editing. +
+- Press Enter to start editing. -
-- When you're done, press Escape to stop editing. -
-+ Job enabled by default +
+Loading transform jobs...