Skip to content

Commit

Permalink
[Ingest Manager] Rename Fleet setup and requirement, Fleet => Central…
Browse files Browse the repository at this point in the history
… management for Elastic Agents
  • Loading branch information
nchaulet committed Oct 2, 2020
1 parent 79eb9b7 commit 846cda2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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-*."
/>
</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"
/>
</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."
/>
</EuiCallOut>
<EuiSpacer size="m" />
Expand Down

0 comments on commit 846cda2

Please sign in to comment.