From fa992d0df46a8a28e2bfd58d78c64316a2e5f42b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20de=20la=20Pe=C3=B1a?= Date: Wed, 19 Feb 2020 13:42:04 +0100 Subject: [PATCH] docs: fix paths and flags used to load data --- x-pack/legacy/plugins/apm/e2e/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/legacy/plugins/apm/e2e/README.md b/x-pack/legacy/plugins/apm/e2e/README.md index e218daa175c79..a08e3a232eeeb 100644 --- a/x-pack/legacy/plugins/apm/e2e/README.md +++ b/x-pack/legacy/plugins/apm/e2e/README.md @@ -7,7 +7,7 @@ ```shell $ git clone https://github.com/elastic/apm-integration-testing.git $ cd apm-integration-testing -./scripts/compose.py start master --all --apm-server-record +./scripts/compose.py start master --no-kibana ``` 2. Download [static data file](https://storage.googleapis.com/apm-ui-e2e-static-data/events.json) @@ -21,7 +21,7 @@ $ curl https://storage.googleapis.com/apm-ui-e2e-static-data/events.json --outpu ```shell $ cd x-pack/legacy/plugins/apm/e2e/cypress/ingest-data -$ node ingest-data/replay.js --server-url http://localhost:8200 --secret-token abcd --events ./events.json +$ node replay.js --server-url http://localhost:8200 --secret-token abcd --events ./events.json ``` >This process will take a few minutes to ingest all data