From da7e8d6824311b9fc4afaff52d2e38da4043e4cb Mon Sep 17 00:00:00 2001 From: aetter Date: Fri, 29 May 2020 16:57:33 -0700 Subject: [PATCH] Minor wording change, relative rather than absolute path --- docs/install/tar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/tar.md b/docs/install/tar.md index 918a56ae..0f22fdda 100644 --- a/docs/install/tar.md +++ b/docs/install/tar.md @@ -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: