kibana/dev_docs
Dzmitry Lemechko e55a92eab0
[performance] enable journey run against cloud deployments (#156720)
## Summary

This PR adds changes and instructions how to run existing performance
journeys against ESS instances.

As previously discussed with @pheyos , there are few manual steps to be
done before running the actual journey:
1. Create cloud deployment and re-configure it the way APM traces are
reported the monitoring cluster
2. Check out the branch matching deployment version (main ->
8.9.0-SNAPSHOT), create user with `superuser` role (we don't test
functional features, only performance metrics)

Then you can run the journey like a regular cloud test suite:
```
export TEST_KIBANA_URL=https://<username>:<password>@<kibana_url>
export TEST_ES_URL=https://<username>:<password>@j<elasticsearch_url>:<port>
export TEST_CLOUD=1
node scripts/functional_test_runner.js --config x-pack/performance/journeys/$YOUR_JOURNEY_NAME.ts
```

<img width="1357" alt="image"
src="https://user-images.githubusercontent.com/10977896/236499836-2738fecb-a5a9-4e58-a10b-915b962af037.png">

---------

Co-authored-by: Jon <jon@budzenski.me>
2023-05-08 23:35:43 -04:00
..
assets [DevDocs] Update kibana_template_no_data_config image (#129641) 2022-04-07 07:48:36 +02:00
contributing [docs-utils] remove extra api_docs dir (#148658) 2023-01-10 12:20:35 -07:00
getting_started [api-docs] follow the correct schema for frontmatter (#138348) 2022-08-10 17:17:50 -05:00
key_concepts Rename all vis-editors and datavis to visualizations (#144589) 2022-11-05 19:16:20 -04:00
operations [docs] Remove kibDevDocsOpsPluginDiscovery (#150788) 2023-02-09 15:04:50 -07:00
tutorials [performance] enable journey run against cloud deployments (#156720) 2023-05-08 23:35:43 -04:00
api_welcome.mdx [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
kibana_server_core_components.mdx Clean up dev docs (#124271) 2022-02-03 10:09:10 -05:00