Skip to content

Commit

Permalink
docs: fix paths and flags used to load data
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Feb 19, 2020
1 parent 0885d46 commit fa992d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/legacy/plugins/apm/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit fa992d0

Please sign in to comment.