Skip to content

Commit

Permalink
Kibana issue #73932 - enrollment flyout changes (#74008)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
EricDavisX and elasticmachine committed Aug 3, 2020
1 parent 1406b37 commit aea7428
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 aea7428

Please sign in to comment.