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

[Ingest Manager] Rename Fleet setup and requirement, Fleet => Central… #79291

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const ManagedInstructions = React.memo<Props>(({ agentPolicies }) => {
<EuiLink href={getHref('fleet')}>
<FormattedMessage
id="xpack.ingestManager.agentEnrollment.setUpAgentsLink"
defaultMessage="set up Agents"
defaultMessage="set up central management for Elastic Agents"
/>
</EuiLink>
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const SetupPage: React.FunctionComponent<{
) {
return (
<WithoutHeaderLayout>
<EuiPageBody restrictWidth={548}>
<EuiPageBody restrictWidth={648}>
<EuiPageContent
verticalPosition="center"
horizontalPosition="center"
Expand All @@ -87,23 +87,23 @@ export const SetupPage: React.FunctionComponent<{
<h2>
<FormattedMessage
id="xpack.ingestManager.setupPage.enableTitle"
defaultMessage="Enable Fleet"
defaultMessage="Enable central management for Elastic Agents"
/>
</h2>
</EuiTitle>
<EuiSpacer size="xl" />
<EuiText color="subdued">
<FormattedMessage
id="xpack.ingestManager.setupPage.enableText"
defaultMessage="Fleet requires an Elastic user who can create API keys and write to logs-* and metrics-*."
defaultMessage="Central management for Elastic Agents requires an Elastic user who can create API keys and write to logs-* and metrics-*."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need to repeat "Elastic Agents" here since it's established in the title.

nchaulet marked this conversation as resolved.
Show resolved Hide resolved
/>
</EuiText>
<EuiSpacer size="l" />
<EuiForm>
<EuiButton onClick={onSubmit} fill isLoading={isFormLoading} type="submit">
<FormattedMessage
id="xpack.ingestManager.setupPage.enableFleet"
defaultMessage="Create user and enable Fleet"
id="xpack.ingestManager.setupPage.enableCentralManagement"
defaultMessage="Create user and enable Agents"
nchaulet marked this conversation as resolved.
Show resolved Hide resolved
/>
</EuiButton>
</EuiForm>
Expand All @@ -127,7 +127,7 @@ export const SetupPage: React.FunctionComponent<{
>
<FormattedMessage
id="xpack.ingestManager.setupPage.missingRequirementsCalloutDescription"
defaultMessage="In order to use Fleet, you must enable the following Elasticsearch and Kibana security features."
defaultMessage="In order to use central management for Elastic Agents, you must enable the following Elasticsearch and Kibana security features."
nchaulet marked this conversation as resolved.
Show resolved Hide resolved
/>
</EuiCallOut>
<EuiSpacer size="m" />
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -9246,7 +9246,6 @@
"xpack.ingestManager.setupPage.elasticsearchApiKeyFlagText": "{apiKeyLink}.{apiKeyFlag}を{true}に設定します。",
"xpack.ingestManager.setupPage.elasticsearchSecurityFlagText": "{esSecurityLink}.{securityFlag}を{true}に設定します。",
"xpack.ingestManager.setupPage.elasticsearchSecurityLink": "Elasticsearchセキュリティ",
"xpack.ingestManager.setupPage.enableFleet": "ユーザーを作成してフリートを有効にます",
"xpack.ingestManager.setupPage.enableText": "フリートを使用するには、Elasticユーザーを作成する必要があります。このユーザーは、APIキーを作成して、logs-*およびmetrics-*に書き込むことができます。",
"xpack.ingestManager.setupPage.enableTitle": "フリートを有効にする",
"xpack.ingestManager.setupPage.encryptionKeyFlagText": "{encryptionKeyLink}.{keyFlag}を32文字以上の英数字に設定します。",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -9252,7 +9252,6 @@
"xpack.ingestManager.setupPage.elasticsearchApiKeyFlagText": "{apiKeyLink}。将 {apiKeyFlag} 设置为 {true}。",
"xpack.ingestManager.setupPage.elasticsearchSecurityFlagText": "{esSecurityLink}。将 {securityFlag} 设置为 {true}。",
"xpack.ingestManager.setupPage.elasticsearchSecurityLink": "Elasticsearch 安全",
"xpack.ingestManager.setupPage.enableFleet": "创建用户并启用 Fleet",
"xpack.ingestManager.setupPage.enableText": "要使用 Fleet,必须创建 Elastic 用户。此用户可以创建 API 密钥并写入到 logs-* and metrics-*。",
"xpack.ingestManager.setupPage.enableTitle": "启用 Fleet",
"xpack.ingestManager.setupPage.encryptionKeyFlagText": "{encryptionKeyLink}。将 {keyFlag} 设置为至少 32 个字符的字母数字值。",
Expand Down