An alias is a virtual index name that can point to one or more indexes. If your data is spread across multiple indexes,
- rather than keeping track of which indexes to query, you can create an alias and query it instead.{" "}
+ you can create and query an alias instead of keeping track of which indexes to query.{" "}
Learn more.
@@ -370,7 +370,7 @@ class Aliases extends Component {
},
{
field: "writeIndex",
- name: "Writing index",
+ name: "Write index",
render: (value: string) => {
if (value) {
return {value};
diff --git a/public/pages/Aliases/containers/Aliases/__snapshots__/Aliases.test.tsx.snap b/public/pages/Aliases/containers/Aliases/__snapshots__/Aliases.test.tsx.snap
index e1292d0ca..173fe80af 100644
--- a/public/pages/Aliases/containers/Aliases/__snapshots__/Aliases.test.tsx.snap
+++ b/public/pages/Aliases/containers/Aliases/__snapshots__/Aliases.test.tsx.snap
@@ -31,7 +31,7 @@ exports[` spec renders the component 1`] = `
- An alias is a virtual index name that can point to one or more indexes. If your data is spread across multiple indexes, rather than keeping track of which indexes to query, you can create an alias and query it instead.
+ An alias is a virtual index name that can point to one or more indexes. If your data is spread across multiple indexes, you can create and query an alias instead of keeping track of which indexes to query.
spec renders the component 1`] = `
>
@@ -354,9 +354,9 @@ exports[` spec renders the component 1`] = `
>
- Writing index
+ Write index
diff --git a/public/pages/Aliases/containers/CreateAlias/index.tsx b/public/pages/Aliases/containers/CreateAlias/index.tsx
index 4cbb815ec..4931c4e9d 100644
--- a/public/pages/Aliases/containers/CreateAlias/index.tsx
+++ b/public/pages/Aliases/containers/CreateAlias/index.tsx
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import React, { useContext, useEffect, useRef } from "react";
import {
EuiButton,
diff --git a/public/pages/Aliases/interface.ts b/public/pages/Aliases/interface.ts
index 2c1c8ac91..86633da3b 100644
--- a/public/pages/Aliases/interface.ts
+++ b/public/pages/Aliases/interface.ts
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
export interface IAlias {
alias: string;
index: string;
diff --git a/public/pages/CreateDataStream/components/IndexSettings/IndexSettings.tsx b/public/pages/CreateDataStream/components/IndexSettings/IndexSettings.tsx
index e6f999247..1a5b2f201 100644
--- a/public/pages/CreateDataStream/components/IndexSettings/IndexSettings.tsx
+++ b/public/pages/CreateDataStream/components/IndexSettings/IndexSettings.tsx
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import React from "react";
import { EuiLink, EuiSpacer, EuiTitle } from "@elastic/eui";
import flat from "flat";
diff --git a/public/pages/CreateDataStream/components/IndexSettings/index.ts b/public/pages/CreateDataStream/components/IndexSettings/index.ts
index 640205ae7..b4caf3a71 100644
--- a/public/pages/CreateDataStream/components/IndexSettings/index.ts
+++ b/public/pages/CreateDataStream/components/IndexSettings/index.ts
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import IndexSettings from "./IndexSettings";
export default IndexSettings;
diff --git a/public/pages/CreateDataStream/containers/BackingIndices/BackingIndices.tsx b/public/pages/CreateDataStream/containers/BackingIndices/BackingIndices.tsx
index fc64c82f8..b7f327a83 100644
--- a/public/pages/CreateDataStream/containers/BackingIndices/BackingIndices.tsx
+++ b/public/pages/CreateDataStream/containers/BackingIndices/BackingIndices.tsx
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import React, { useContext, useEffect, useState } from "react";
import { EuiBasicTable, EuiHealth, EuiLink, EuiSpacer, EuiTitle } from "@elastic/eui";
import { ServicesContext } from "../../../../services";
diff --git a/public/pages/CreateDataStream/containers/BackingIndices/index.ts b/public/pages/CreateDataStream/containers/BackingIndices/index.ts
index 33d4f13e0..9270422ae 100644
--- a/public/pages/CreateDataStream/containers/BackingIndices/index.ts
+++ b/public/pages/CreateDataStream/containers/BackingIndices/index.ts
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import BackingIndices from "./BackingIndices";
export default BackingIndices;
diff --git a/public/pages/CreateDataStream/containers/CreateDataStream/__snapshots__/CreateDataStream.test.tsx.snap b/public/pages/CreateDataStream/containers/CreateDataStream/__snapshots__/CreateDataStream.test.tsx.snap
index 4139954d2..beac5ce3a 100644
--- a/public/pages/CreateDataStream/containers/CreateDataStream/__snapshots__/CreateDataStream.test.tsx.snap
+++ b/public/pages/CreateDataStream/containers/CreateDataStream/__snapshots__/CreateDataStream.test.tsx.snap
@@ -28,7 +28,7 @@ exports[` spec it goes to data streams page when click cance
style="padding-top: 0px; padding-bottom: 4px;"
>
- Data streams simplify the management of time-series data. Data streams are composed of multiple backing indices. Search requests are routed to all backing indexes, while indexing requests are routed to the latest write index.
+ A data stream is composed of multiple backing indexes. Search requests are routed to all the backing indexes, while indexing requests are routed to the latest write index.
spec it goes to data streams page when click cance
+
+
+
+ No data stream templates created
+
+
+
+
+ To create a data stream, you must first define its mappings and settings by creating a data stream template.
+
+
+
+
+
+
+
+
spec it goes to data streams page when click cance
rel="noopener noreferrer"
target="_blank"
>
- Manage templates
+ Manage templates.
EuiIconMock
spec it goes to data streams page when click cance
- Specify data stream name
+ Enter data stream name
spec it goes to data streams page when click cance
class="euiFormLabel euiFormRow__label"
for="some_html_id"
>
- Matching index template
+ Matching template
- Data streams simplify the management of time-series data. Data streams are composed of multiple backing indices. Search
- requests are routed to all backing indexes, while indexing requests are routed to the latest write index.{" "}
+ A data stream is composed of multiple backing indexes. Search requests are routed to all the backing indexes, while
+ indexing requests are routed to the latest write index.{" "}
Learn more.
@@ -161,11 +166,25 @@ const DataStreamDetail = (props: DataStreamDetailProps, ref: Ref)
) : null}
+ {!isLoading && !templates.length && !isEdit ? (
+ <>
+
+ To create a data stream, you must first define its mappings and settings by creating a data stream template.
+
+
- Data streams simplify the management of time-series data. Data streams are composed of multiple backing indices. Search requests are routed to all backing indexes, while indexing requests are routed to the latest write index.
+ A data stream is composed of multiple backing indexes. Search requests are routed to all the backing indexes, while indexing requests are routed to the latest write index.
spec render component 1`] = `
+
+
+
+ No data stream templates created
+
+
+
+
+ To create a data stream, you must first define its mappings and settings by creating a data stream template.
+
+
Enter a data stream name. It must match an index pattern from a data stream template.{" "}
- Manage templates
+ Manage templates.
>
}
>
({
label: item.name,
value: item,
@@ -153,11 +157,12 @@ export default function DefineDataStream(
}}
async
{...suggestionRegister}
+ value={comboBoxRef.current?.state.hasFocus ? undefined : suggestionRegister.value}
ref={comboBoxRef}
onCreateOption={() => {}}
customOptionText={
searchValue
- ? `{searchValue} doesn’t match index patterns from any templates. Specify another name or create a data stream template.`
+ ? `{searchValue} does not match index patterns from any templates. Enter another name or create a data stream template.`
: `There are no data stream templates. Please create a data stream template.`
}
onSearchChange={(dataStreamName: string) => {
@@ -210,7 +215,7 @@ export default function DefineDataStream(
/>
-
+
{values.matchedTemplate ? (
{values.matchedTemplate}
diff --git a/public/pages/CreateDataStream/containers/DefineDataStream/index.ts b/public/pages/CreateDataStream/containers/DefineDataStream/index.ts
index 5d157003d..8766b4786 100644
--- a/public/pages/CreateDataStream/containers/DefineDataStream/index.ts
+++ b/public/pages/CreateDataStream/containers/DefineDataStream/index.ts
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import DefineDataStream from "./DefineDataStream";
export default DefineDataStream;
diff --git a/public/pages/CreateDataStream/containers/IndexAlias/IndexAlias.tsx b/public/pages/CreateDataStream/containers/IndexAlias/IndexAlias.tsx
index d14f29b91..ac4f8773b 100644
--- a/public/pages/CreateDataStream/containers/IndexAlias/IndexAlias.tsx
+++ b/public/pages/CreateDataStream/containers/IndexAlias/IndexAlias.tsx
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import React, { useContext } from "react";
import { EuiSpacer, EuiTitle } from "@elastic/eui";
import AliasSelect from "../../../../components/AliasSelect";
diff --git a/public/pages/CreateDataStream/containers/IndexAlias/index.ts b/public/pages/CreateDataStream/containers/IndexAlias/index.ts
index 04b13591d..a3452e8ee 100644
--- a/public/pages/CreateDataStream/containers/IndexAlias/index.ts
+++ b/public/pages/CreateDataStream/containers/IndexAlias/index.ts
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import IndexAlias from "./IndexAlias";
export default IndexAlias;
diff --git a/public/pages/CreateDataStream/containers/TemplateMappings/TemplateMappings.tsx b/public/pages/CreateDataStream/containers/TemplateMappings/TemplateMappings.tsx
index ce68cc41c..da24070e8 100644
--- a/public/pages/CreateDataStream/containers/TemplateMappings/TemplateMappings.tsx
+++ b/public/pages/CreateDataStream/containers/TemplateMappings/TemplateMappings.tsx
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import React, { useContext, useRef } from "react";
import { EuiFormRow, EuiLink, EuiSpacer, EuiTitle } from "@elastic/eui";
import { CoreStart } from "opensearch-dashboards/public";
diff --git a/public/pages/CreateDataStream/containers/TemplateMappings/index.ts b/public/pages/CreateDataStream/containers/TemplateMappings/index.ts
index d32142ff3..23121c4fe 100644
--- a/public/pages/CreateDataStream/containers/TemplateMappings/index.ts
+++ b/public/pages/CreateDataStream/containers/TemplateMappings/index.ts
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import TemplateMappings from "./TemplateMappings";
export default TemplateMappings;
diff --git a/public/pages/CreateDataStream/hooks.tsx b/public/pages/CreateDataStream/hooks.tsx
index f8dbeb74b..1af6649b7 100644
--- a/public/pages/CreateDataStream/hooks.tsx
+++ b/public/pages/CreateDataStream/hooks.tsx
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import { EuiFormRowProps } from "@elastic/eui";
import { flatten } from "flat";
import { get, set } from "lodash";
diff --git a/public/pages/CreateDataStream/interface.ts b/public/pages/CreateDataStream/interface.ts
index 9401a5d8d..dd3a2682e 100644
--- a/public/pages/CreateDataStream/interface.ts
+++ b/public/pages/CreateDataStream/interface.ts
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import { RouteComponentProps } from "react-router-dom";
import { FieldInstance } from "../../lib/field";
import { DataStream } from "../../../server/models/interfaces";
diff --git a/public/pages/CreateIndexTemplate/components/DefineTemplate/DefineTemplate.tsx b/public/pages/CreateIndexTemplate/components/DefineTemplate/DefineTemplate.tsx
index 3127f4349..79c6d6d2b 100644
--- a/public/pages/CreateIndexTemplate/components/DefineTemplate/DefineTemplate.tsx
+++ b/public/pages/CreateIndexTemplate/components/DefineTemplate/DefineTemplate.tsx
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import React from "react";
import { EuiCallOut, EuiSpacer } from "@elastic/eui";
import { SubDetailProps } from "../../interface";
diff --git a/public/pages/CreateIndexTemplate/components/DefineTemplate/index.ts b/public/pages/CreateIndexTemplate/components/DefineTemplate/index.ts
index 3d8933939..fc2694a3c 100644
--- a/public/pages/CreateIndexTemplate/components/DefineTemplate/index.ts
+++ b/public/pages/CreateIndexTemplate/components/DefineTemplate/index.ts
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import DefineTemplate from "./DefineTemplate";
export default DefineTemplate;
diff --git a/public/pages/CreateIndexTemplate/components/IndexSettings/IndexSettings.tsx b/public/pages/CreateIndexTemplate/components/IndexSettings/IndexSettings.tsx
index 058fb6888..ed044bc49 100644
--- a/public/pages/CreateIndexTemplate/components/IndexSettings/IndexSettings.tsx
+++ b/public/pages/CreateIndexTemplate/components/IndexSettings/IndexSettings.tsx
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import React from "react";
import { EuiLink, EuiSpacer } from "@elastic/eui";
import flat from "flat";
diff --git a/public/pages/CreateIndexTemplate/components/IndexSettings/index.ts b/public/pages/CreateIndexTemplate/components/IndexSettings/index.ts
index 640205ae7..b4caf3a71 100644
--- a/public/pages/CreateIndexTemplate/components/IndexSettings/index.ts
+++ b/public/pages/CreateIndexTemplate/components/IndexSettings/index.ts
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import IndexSettings from "./IndexSettings";
export default IndexSettings;
diff --git a/public/pages/CreateIndexTemplate/components/TemplateType/TemplateType.tsx b/public/pages/CreateIndexTemplate/components/TemplateType/TemplateType.tsx
index ba927f6b1..ebac81f2d 100644
--- a/public/pages/CreateIndexTemplate/components/TemplateType/TemplateType.tsx
+++ b/public/pages/CreateIndexTemplate/components/TemplateType/TemplateType.tsx
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import { EuiRadio, EuiSpacer } from "@elastic/eui";
import { TEMPLATE_TYPE } from "../../../../utils/constants";
import React from "react";
diff --git a/public/pages/CreateIndexTemplate/components/TemplateType/index.ts b/public/pages/CreateIndexTemplate/components/TemplateType/index.ts
index d8bd5aedd..f444c0741 100644
--- a/public/pages/CreateIndexTemplate/components/TemplateType/index.ts
+++ b/public/pages/CreateIndexTemplate/components/TemplateType/index.ts
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import TemplateType from "./TemplateType";
export { TemplateConvert } from "./TemplateType";
diff --git a/public/pages/CreateIndexTemplate/containers/IndexAlias/IndexAlias.tsx b/public/pages/CreateIndexTemplate/containers/IndexAlias/IndexAlias.tsx
index d95d7f127..02f1ca7a1 100644
--- a/public/pages/CreateIndexTemplate/containers/IndexAlias/IndexAlias.tsx
+++ b/public/pages/CreateIndexTemplate/containers/IndexAlias/IndexAlias.tsx
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import React, { useContext } from "react";
import { EuiSpacer, EuiTitle } from "@elastic/eui";
import { ContentPanel } from "../../../../components/ContentPanel";
diff --git a/public/pages/CreateIndexTemplate/containers/IndexAlias/index.ts b/public/pages/CreateIndexTemplate/containers/IndexAlias/index.ts
index 04b13591d..a3452e8ee 100644
--- a/public/pages/CreateIndexTemplate/containers/IndexAlias/index.ts
+++ b/public/pages/CreateIndexTemplate/containers/IndexAlias/index.ts
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import IndexAlias from "./IndexAlias";
export default IndexAlias;
diff --git a/public/pages/CreateIndexTemplate/containers/TemplateDetail/hooks.tsx b/public/pages/CreateIndexTemplate/containers/TemplateDetail/hooks.tsx
index f9e4fb94d..2b4a59528 100644
--- a/public/pages/CreateIndexTemplate/containers/TemplateDetail/hooks.tsx
+++ b/public/pages/CreateIndexTemplate/containers/TemplateDetail/hooks.tsx
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import { get, set } from "lodash";
import { flatten } from "flat";
import { CoreStart } from "opensearch-dashboards/public";
diff --git a/public/pages/CreateIndexTemplate/containers/TemplateMappings/TemplateMappings.tsx b/public/pages/CreateIndexTemplate/containers/TemplateMappings/TemplateMappings.tsx
index da75d3a54..7295cfd48 100644
--- a/public/pages/CreateIndexTemplate/containers/TemplateMappings/TemplateMappings.tsx
+++ b/public/pages/CreateIndexTemplate/containers/TemplateMappings/TemplateMappings.tsx
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import React, { useContext, useRef } from "react";
import { EuiFormRow, EuiLink, EuiSpacer, EuiTitle } from "@elastic/eui";
import { CoreStart } from "opensearch-dashboards/public";
diff --git a/public/pages/CreateIndexTemplate/containers/TemplateMappings/index.ts b/public/pages/CreateIndexTemplate/containers/TemplateMappings/index.ts
index d32142ff3..23121c4fe 100644
--- a/public/pages/CreateIndexTemplate/containers/TemplateMappings/index.ts
+++ b/public/pages/CreateIndexTemplate/containers/TemplateMappings/index.ts
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import TemplateMappings from "./TemplateMappings";
export default TemplateMappings;
diff --git a/public/pages/CreateIndexTemplate/hooks.tsx b/public/pages/CreateIndexTemplate/hooks.tsx
index 8560a5e1b..732c1a61d 100644
--- a/public/pages/CreateIndexTemplate/hooks.tsx
+++ b/public/pages/CreateIndexTemplate/hooks.tsx
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import { EuiFormRowProps } from "@elastic/eui";
import { FieldInstance, transformNameToString } from "../../lib/field";
diff --git a/public/pages/CreateIndexTemplate/interface.ts b/public/pages/CreateIndexTemplate/interface.ts
index 36d8a4a89..de2ce1fb6 100644
--- a/public/pages/CreateIndexTemplate/interface.ts
+++ b/public/pages/CreateIndexTemplate/interface.ts
@@ -1,3 +1,7 @@
+/*
+ * Copyright OpenSearch Contributors
+ * SPDX-License-Identifier: Apache-2.0
+ */
import { RouteComponentProps } from "react-router-dom";
import { FieldInstance } from "../../lib/field";
diff --git a/public/pages/DataStreams/containers/DataStreams/DataStreams.tsx b/public/pages/DataStreams/containers/DataStreams/DataStreams.tsx
index bfe6b8bcc..2e538a0b7 100644
--- a/public/pages/DataStreams/containers/DataStreams/DataStreams.tsx
+++ b/public/pages/DataStreams/containers/DataStreams/DataStreams.tsx
@@ -277,7 +277,7 @@ class DataStreams extends Component {
fullWidth
helpText={
- Data streams simplify the management of time-series data. Data streams are composed of multiple backing indices. Search
+ Data streams simplify the management of time-series data. Data streams are composed of multiple backing indexes. Search
requests are routed to all backing indexes, while indexing requests are routed to the latest write index.{" "}
Learn more.
diff --git a/public/pages/DataStreams/containers/DataStreams/__snapshots__/DataStreams.test.tsx.snap b/public/pages/DataStreams/containers/DataStreams/__snapshots__/DataStreams.test.tsx.snap
index 6a732d219..cf2310174 100644
--- a/public/pages/DataStreams/containers/DataStreams/__snapshots__/DataStreams.test.tsx.snap
+++ b/public/pages/DataStreams/containers/DataStreams/__snapshots__/DataStreams.test.tsx.snap
@@ -29,7 +29,7 @@ exports[` spec renders the component 1`] = `
id="some_html_id-help-0"
>
- Data streams simplify the management of time-series data. Data streams are composed of multiple backing indices. Search requests are routed to all backing indexes, while indexing requests are routed to the latest write index.
+ Data streams simplify the management of time-series data. Data streams are composed of multiple backing indexes. Search requests are routed to all backing indexes, while indexing requests are routed to the latest write index.
- Expunge all segments containing more than 10% of deleted documents. The percentage is configurable with the setting index.merge.policy.expunge_deletes_allowed.
+ Expunge all segments containing more than 10% of deleted documents. The percentage is configurable in the index.merge.policy.expunge_deletes_allowed setting.
- Only expunge delete
+ Completely remove deleted documents
- Expunge all segments containing more than 10% of deleted documents. The percentage is configurable with the setting index.merge.policy.expunge_deletes_allowed.
+ Expunge all segments containing more than 10% of deleted documents. The percentage is configurable in the index.merge.policy.expunge_deletes_allowed setting.
- Only expunge delete
+ Completely remove deleted documents
+
+ <>>
+ spec renders the component 1`] = `
>
Force merge
+
+
+
+ Manually merge data stream index shards or backing indexes. You can also use force merge to remove deleted documents within indexes.
+
+
+
@@ -57,7 +72,7 @@ exports[` spec renders the component 1`] = `
class="euiFormLabel euiFormRow__label"
for="some_html_id"
>
- Specify source indexes or data streams
+ Select source indexes or data streams
spec renders the component 1`] = `
class="euiFormHelpText euiFormRow__text"
style="padding-top: 0px; padding-bottom: 4px;"
>
- Specify one or more indexes or data streams you want to force merge.
+ Select one or more indexes or data streams you want to force merge.
- Assign a write index from this alias before performing rollover.
+ Select a write index from this alias before performing rollover.
-
Rollover
+
Roll over
-
{tempValue.source} has been successfully rollover.
+
{tempValue.source} has been successfully rolled over.
{result.response?.new_index ? (
{result.response?.new_index} is
@@ -370,7 +370,7 @@ export default function Rollover(props: RolloverProps) {
isLoading={loading}
data-test-subj="rolloverSubmitButton"
>
- Rollover
+ Roll over
diff --git a/public/pages/Rollover/containers/Rollover/__snapshots__/Rollover.test.tsx.snap b/public/pages/Rollover/containers/Rollover/__snapshots__/Rollover.test.tsx.snap
index 16ea25078..53f64dd13 100644
--- a/public/pages/Rollover/containers/Rollover/__snapshots__/Rollover.test.tsx.snap
+++ b/public/pages/Rollover/containers/Rollover/__snapshots__/Rollover.test.tsx.snap
@@ -7,7 +7,7 @@ exports[`container spec render the component 1`] = `
- Rollover
+ Roll over
spec render the component 1`] = `
class="euiFormLabel euiFormRow__label"
for="some_html_id"
>
- Specify source alias or data stream
+ Select an alias or data stream
spec render the component 1`] = `
class="euiFormHelpText euiFormRow__text"
style="padding-top: 0px; padding-bottom: 4px;"
>
- Specify one alias or data stream you want to rollover from.
+ Select an alias or data stream to roll over.