Skip to content

Commit

Permalink
clarify windows instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Jul 28, 2020
1 parent 00ddb6c commit 87c6216
Showing 1 changed file with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,7 @@
*/

import React from 'react';
import {
EuiText,
EuiSpacer,
EuiCode,
EuiTitle,
EuiCodeBlock,
EuiCopy,
EuiButton,
} from '@elastic/eui';
import { EuiText, EuiSpacer, EuiCode, EuiTitle, EuiCodeBlock } from '@elastic/eui';
import { FormattedMessage } from '@kbn/i18n/react';
import { EnrollmentAPIKey } from '../../../types';

Expand Down Expand Up @@ -66,16 +58,6 @@ systemctl start elastic-agent`;
<pre style={{ overflow: 'scroll' }}>{windowsCommand}</pre>
</EuiCodeBlock>
<EuiSpacer size="l" />
<EuiText>
<FormattedMessage
id="xpack.ingestManager.enrollmentInstructions.windowsInstructions"
defaultMessage="Alternatively, you can use {command} to start the agent; however, the resulting process will not persist after a system reboot."
values={{
command: <EuiCode>./elastic-agent run</EuiCode>,
}}
/>
</EuiText>
<EuiSpacer size="l" />
<EuiTitle size="xs">
<h4>
<FormattedMessage
Expand Down

0 comments on commit 87c6216

Please sign in to comment.