mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fix synthrace command (#128729)
This commit is contained in:
parent
92aea763cb
commit
99ec409646
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ node ./scripts/es_archiver load "x-pack/plugins/apm/ftr_e2e/cypress/fixtures/es_
|
|||
|
||||
**Run Synthtrace**
|
||||
```
|
||||
node packages/elastic-apm-synthtrace/src/scripts/run packages/elastic-apm-synthtrace/src/scripts/examples/01_simple_trace.ts --target=http://elastic:changeme@localhost:9200
|
||||
node packages/elastic-apm-synthtrace/src/scripts/run packages/elastic-apm-synthtrace/src/scripts/examples/01_simple_trace.ts --target=http://localhost:9200 --username=elastic --password=changeme
|
||||
```
|
||||
|
||||
**Connect Kibana to ES**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue