kibana/packages/kbn-performance-testing-dataset-extractor
Kibana Machine 1e249672bb
[8.x] [ES `body` removal] `@elastic/appex-qa` (#204878) (#204916)
# 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>
2024-12-19 06:55:11 -06:00
..
src [8.x] [ES &#x60;body&#x60; removal] &#x60;@elastic/appex-qa&#x60; (#204878) (#204916) 2024-12-19 06:55:11 -06:00
index.ts Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
jest.config.js Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kibana.jsonc [kbn-journeys] add synthtrace support (#178599) 2024-03-18 16:42:45 -07:00
package.json Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
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>"