mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update the command that creates APM mappings to use system_indices_superuser (#126623)
This commit is contained in:
parent
d53154ec5e
commit
1e0a394dce
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ yarn es snapshot
|
|||
**Create APM mappings**
|
||||
|
||||
```
|
||||
node ./scripts/es_archiver load "x-pack/plugins/apm/ftr_e2e/cypress/fixtures/es_archiver/apm_mappings_only_8.0.0" --es-url=http://elastic:changeme@localhost:9200 --kibana-url=http://elastic:changeme@localhost:5601 --config=./test/functional/config.js
|
||||
node ./scripts/es_archiver load "x-pack/plugins/apm/ftr_e2e/cypress/fixtures/es_archiver/apm_mappings_only_8.0.0" --es-url=http://system_indices_superuser:changeme@localhost:9200 --kibana-url=http://elastic:changeme@localhost:5601 --config=./test/functional/config.js
|
||||
```
|
||||
|
||||
*Note: Elasticsearch must be available before running the above command*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue