From ea10ac979ae54b7d9b199289b7d4e47574f945a6 Mon Sep 17 00:00:00 2001 From: Andrea Spacca Date: Mon, 13 Mar 2023 15:20:59 +0900 Subject: [PATCH] Rerence install package howto guide --- docs/howto/generate_corpus.md | 2 +- docs/howto/install_package.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto/generate_corpus.md b/docs/howto/generate_corpus.md index 296526e460..1a9c9603d1 100644 --- a/docs/howto/generate_corpus.md +++ b/docs/howto/generate_corpus.md @@ -32,7 +32,7 @@ Currently, only data for what we have related assets on https://github.com/elast 2. replace the sample value for `--package` with the one of the package you want to generate a corpus for 3. replace the sample value for `--size` with the *approximate* size of the corpus you want to generate 4. replace the sample value for `--rally-track-output-dir` with the path to the folder where you want to save the rally track and the generated corpus (the folder will be created if it does not exist already) -2. Go to the Kibana instance of the cluster you want to run the rally on and install the integration package that you have generated the rally track for. +2. Go to the Kibana instance of the cluster you want to run the rally on and install the integration package that you have generated the rally track for. You can use as well the `elastic-package install` command in order to install the package in Kibana: more details in this [HOWTO guide](./install_package.md). 3. Run the rally race with the generated track: `esrally race --kill-running-processes --track-path=./track-output-dir --target-hosts=my-deployment.es.eastus2.azure.elastic-cloud.com:443 --pipeline=benchmark-only` 1. replace the sample value for `--track-path` with the path to the folder provided as `--rally-track-output-dir` at step 1 diff --git a/docs/howto/install_package.md b/docs/howto/install_package.md index 9b1f619b6b..e43c0a0b2f 100644 --- a/docs/howto/install_package.md +++ b/docs/howto/install_package.md @@ -23,7 +23,7 @@ Starting with Kibana 8.7.0, there is a new API to install the packages directly From Kibana 8.7.0 version, `elastic-package install` is able to install packages through the upload API. - The `--zip` parameter can be used to install a specific zip file. -- `install` subcommand instead of relying in Package Registry, it does the following steps: +- `install` subcommand instead of relying on Package Registry, it does the following steps: - build the package - upload the zip file built to Kibana.