- Pipeline pre-process documents before writing into destination
+ Pipeline pre-process documents before writing into destination.
- Pipeline pre-process documents before writing into destination
+ Pipeline pre-process documents before writing into destination.
{
});
if (res && res.ok) {
// @ts-ignore
- const toast = `Successfully started reindexing ${reindexRequest.body.source.index}.The reindex index will be named ${reindexRequest.body.dest.index}.`;
+ const toast = `Successfully started reindexing ${reindexRequest.body.source.index}.The reindexed index will be named ${reindexRequest.body.dest.index}.`;
const toastInstance = (this.context as CoreStart).notifications.toasts.addSuccess(toast, {
toastLifeTimeMs: 1000 * 60 * 60 * 24 * 5,
});
@@ -523,55 +523,54 @@ export default class Reindex extends Component {
- <>
- {
- this.setState({ subset: id === "subset" });
- }}
- name="subsetOption"
- data-test-subj="subsetOption"
- legend={{
- children: Specify a reindex option,
- }}
- />
-
- {subset ? (
-
-
- learn more about query-dsl
-
-
- }
- >
-
-
- ) : null}
- >
+ {
+ this.setState({ subset: id === "subset" });
+ }}
+ name="subsetOption"
+ data-test-subj="subsetOption"
+ legend={{
+ children: Specify a reindex option,
+ }}
+ />
+
+ {subset ? (
+
+
+ Learn more about query DSL
+
+
+ }
+ >
+
+
+ ) : null}
diff --git a/public/pages/Reindex/container/Reindex/__snapshots__/Reindex.test.tsx.snap b/public/pages/Reindex/container/Reindex/__snapshots__/Reindex.test.tsx.snap
index 09c99028c..9b3493e5d 100644
--- a/public/pages/Reindex/container/Reindex/__snapshots__/Reindex.test.tsx.snap
+++ b/public/pages/Reindex/container/Reindex/__snapshots__/Reindex.test.tsx.snap
@@ -212,11 +212,11 @@ exports[` spec renders the component 1`] = `
-
+