mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
# Backport This will backport the following commits from `main` to `8.9`: - [[APM] Add data section to Diagnostics tool (#159884)](https://github.com/elastic/kibana/pull/159884) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Søren Louv-Jansen","email":"soren.louv@elastic.co"},"sourceCommit":{"committedDate":"2023-06-27T11:23:49Z","message":"[APM] Add data section to Diagnostics tool (#159884)\n\nThis adds an overview of the number of documents per document type. It's\r\npossible to filter the data via search bar and time range.\r\n\r\n<img width=\"1478\" alt=\"image\"\r\nsrc=\"32c1c79c
-c76a-4b84-ab16-c1b1faccba32\">\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"6ffc38065bbc8d598d18ae4d1f9897348a519ccf","branchLabelMapping":{"^v8.10.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:APM","release_note:skip","v8.9.0","v8.10.0"],"number":159884,"url":"https://github.com/elastic/kibana/pull/159884","mergeCommit":{"message":"[APM] Add data section to Diagnostics tool (#159884)\n\nThis adds an overview of the number of documents per document type. It's\r\npossible to filter the data via search bar and time range.\r\n\r\n<img width=\"1478\" alt=\"image\"\r\nsrc=\"32c1c79c
-c76a-4b84-ab16-c1b1faccba32\">\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"6ffc38065bbc8d598d18ae4d1f9897348a519ccf"}},"sourceBranch":"main","suggestedTargetBranches":["8.9"],"targetPullRequestStates":[{"branch":"8.9","label":"v8.9.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.10.0","labelRegex":"^v8.10.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/159884","number":159884,"mergeCommit":{"message":"[APM] Add data section to Diagnostics tool (#159884)\n\nThis adds an overview of the number of documents per document type. It's\r\npossible to filter the data via search bar and time range.\r\n\r\n<img width=\"1478\" alt=\"image\"\r\nsrc=\"32c1c79c
-c76a-4b84-ab16-c1b1faccba32\">\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"6ffc38065bbc8d598d18ae4d1f9897348a519ccf"}}]}] BACKPORT--> Co-authored-by: Søren Louv-Jansen <soren.louv@elastic.co>
9 lines
333 B
JavaScript
9 lines
333 B
JavaScript
/*
|
|
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
* or more contributor license agreements. Licensed under the Elastic License
|
|
* 2.0; you may not use this file except in compliance with the Elastic License
|
|
* 2.0.
|
|
*/
|
|
|
|
require('@kbn/babel-register').install();
|
|
require('./diagnostics_bundle/cli');
|