Skip to content

Commit

Permalink
[7.x] Kibana issue #73932 - enrollment flyout changes (#74008) (#74098)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
EricDavisX and elasticmachine authored Aug 3, 2020
1 parent d9b6b08 commit 221ed51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const ManualInstructions: React.FunctionComponent<Props> = ({
const macOsLinuxTarCommand = `./elastic-agent enroll ${enrollArgs}
./elastic-agent run`;

const linuxDebRpmCommand = `./elastic-agent enroll ${enrollArgs}
const linuxDebRpmCommand = `elastic-agent enroll ${enrollArgs}
systemctl enable elastic-agent
systemctl start elastic-agent`;

Expand All @@ -44,7 +44,7 @@ systemctl start elastic-agent`;
<EuiText>
<FormattedMessage
id="xpack.ingestManager.enrollmentInstructions.descriptionText"
defaultMessage="From the agent’s directory, run the appropriate commands to enroll and start an Elastic Agent. You can reuse these commands to setup agents on more than one machine."
defaultMessage="From the agent’s directory, run the appropriate commands to enroll and start an Elastic Agent. You can reuse these commands to setup agents on more than one machine. Be sure to run the enrollment steps as a user with Administrator privilege on the system."
/>
</EuiText>
<EuiSpacer size="l" />
Expand Down

0 comments on commit 221ed51

Please sign in to comment.