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

Commit da7e8d6

Browse files
committed
Minor wording change, relative rather than absolute path
1 parent 82d3250 commit da7e8d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/tar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ For other settings, see [Important settings](../docker/#important-settings).
7171

7272
## Performance Analyzer
7373

74-
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:
74+
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:
7575

7676
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).
7777

7878
1. Make the CLI executable:
7979

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

8484
1. Launch the agent CLI:

0 commit comments

Comments
 (0)