mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Add instructions for connecting to local ES cluster started with yarn es snapshot
(#127262)
This commit is contained in:
parent
8dcf1ad2ed
commit
c149966af5
1 changed files with 9 additions and 0 deletions
|
@ -32,6 +32,15 @@ node ./scripts/es_archiver load "x-pack/plugins/apm/ftr_e2e/cypress/fixtures/es_
|
|||
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
|
||||
```
|
||||
|
||||
**Connect Kibana to ES**
|
||||
Update `config/kibana.dev.yml` with:
|
||||
|
||||
```yml
|
||||
elasticsearch.hosts: http://localhost:9200
|
||||
elasticsearch.username: kibana_system
|
||||
elasticsearch.password: changeme
|
||||
```
|
||||
|
||||
Documentation for [Synthtrace](https://github.com/elastic/kibana/blob/main/packages/elastic-apm-synthtrace/README.md)
|
||||
|
||||
## 2. Cloud-based ES Cluster (internal devs only)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue