mirror of
https://github.com/elastic/kibana.git
synced 2025-07-01 04:23:21 -04:00
# Backport This will backport the following commits from `main` to `8.x`: - [[ES `body` removal] `@elastic/appex-qa` (#204878)](https://github.com/elastic/kibana/pull/204878) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Alejandro Fernández Haro","email":"alejandro.haro@elastic.co"},"sourceCommit":{"committedDate":"2024-12-19T11:06:42Z","message":"[ES `body` removal] `@elastic/appex-qa` (#204878)\n\n## Summary\n\nAttempt to remove the deprecated `body` in the ES client.","sha":"b189fe715912ad83a37e6bb77e2084dbdc41604b","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor"],"title":"[ES `body` removal] `@elastic/appex-qa`","number":204878,"url":"https://github.com/elastic/kibana/pull/204878","mergeCommit":{"message":"[ES `body` removal] `@elastic/appex-qa` (#204878)\n\n## Summary\n\nAttempt to remove the deprecated `body` in the ES client.","sha":"b189fe715912ad83a37e6bb77e2084dbdc41604b"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/204878","number":204878,"mergeCommit":{"message":"[ES `body` removal] `@elastic/appex-qa` (#204878)\n\n## Summary\n\nAttempt to remove the deprecated `body` in the ES client.","sha":"b189fe715912ad83a37e6bb77e2084dbdc41604b"}}]}] BACKPORT--> Co-authored-by: Alejandro Fernández Haro <alejandro.haro@elastic.co> |
||
---|---|---|
.. | ||
src | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
tsconfig.json |
@kbn/performance-testing-dataset-extractor
A library to convert APM traces into JSON format for performance testing.
Usage
node scripts/extract_performance_testing_dataset \
--journeyName "<_source.labels.journeyName>" \
--buildId "<_source.labels.testBuildId>" \
--es-url "<ES baseURL>" \
--es-username "<ES username>" \
--es-password "<ES password>"