Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
Minor wording change, relative rather than absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
aetter committed May 29, 2020
1 parent 82d3250 commit da7e8d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install/tar.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ For other settings, see [Important settings](../docker/#important-settings).

## Performance Analyzer

In a tarball installation, Performance Analyzer collects data when it is enabled. But, in order to read that data over a REST API on port 9600, you must first manually launch the associated reader agent process:
In a tarball installation, Performance Analyzer collects data when it is enabled. But in order to read that data using the REST API on port 9600, you must first manually launch the associated reader agent process:

1. Create `./bin/performance-analyzer-agent-cli` based on [this file](https://github.com/opendistro-for-elasticsearch/performance-analyzer/blob/master/packaging/performance-analyzer-agent-cli).

1. Make the CLI executable:

```bash
sudo chmod +x /usr/share/elasticsearch/bin/performance-analyzer-agent-cli
sudo chmod +x ./bin/performance-analyzer-agent-cli
```

1. Launch the agent CLI:
Expand Down

0 comments on commit da7e8d6

Please sign in to comment.