Skip to content

Commit 90f12d7

Browse files
Merge branch 'master' into ml-discover-embeddable-integration
2 parents 57f242f + 031929b commit 90f12d7

File tree

328 files changed

+24883
-3414
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

328 files changed

+24883
-3414
lines changed

.backportrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"upstream": "elastic/kibana",
33
"targetBranchChoices": [
44
{ "name": "master", "checked": true },
5-
{ "name": "7.x", "checked": true },
5+
"7.16",
66
"7.15",
77
"7.14",
88
"7.13",
@@ -33,7 +33,6 @@
3333
"targetPRLabels": ["backport"],
3434
"branchLabelMapping": {
3535
"^v8.0.0$": "master",
36-
"^v7.16.0$": "7.x",
3736
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
3837
},
3938
"autoMerge": true,

.buildkite/pull_requests.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"build_on_comment": true,
1616
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
1717
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
18-
"labels": ["buildkite-ci"]
18+
"skip_ci_labels": ["skip-ci", "jenkins-ci"],
19+
"skip_target_branches": ["6.8"]
1920
}
2021
]
2122
}

.ci/packer_cache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ if [[ "$(which docker)" != "" && "$(command uname -m)" != "aarch64" ]]; then
88
fi
99

1010
./.ci/packer_cache_for_branch.sh master
11-
./.ci/packer_cache_for_branch.sh 7.x
11+
./.ci/packer_cache_for_branch.sh 7.16

docs/apm/agent-configuration.asciidoc

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ However, if APM Server is slow to respond, is offline, reports an error, etc.,
2323
APM agents will use local defaults until they're able to update the configuration.
2424
For this reason, it is still essential to set custom default configurations locally in each of your agents.
2525

26-
[float]
27-
==== APM Server setup
28-
29-
This feature requires {apm-server-ref}/setup-kibana-endpoint.html[Kibana endpoint configuration] in APM Server.
30-
In addition, if an APM agent is using {apm-server-ref}/configuration-anonymous.html[anonymous authentication] to communicate with the APM Server,
31-
the agent's service name must be included in the `apm-server.auth.anonymous.allow_service` list.
32-
33-
APM Server acts as a proxy between the agents and Kibana.
34-
Kibana communicates any changed settings to APM Server so that your agents only need to poll APM Server to determine which settings have changed.
35-
3626
[float]
3727
==== Supported configurations
3828

docs/apm/api.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -563,9 +563,7 @@ More information on Kibana's API is available in <<api,REST API>>.
563563
=== RUM source map API
564564

565565
IMPORTANT: This endpoint is only compatible with the
566-
{apm-server-ref}/apm-integration.html[APM integration for Elastic Agent].
567-
Users with a standalone APM Server should instead use the APM Server
568-
{apm-server-ref}/sourcemap-api.html[source map upload API].
566+
{apm-guide-ref}/index.html[APM integration for Elastic Agent].
569567

570568
A source map allows minified files to be mapped back to original source code --
571569
allowing you to maintain the speed advantage of minified code,

docs/apm/apm-app-users.asciidoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ To create an APM reader user:
5656
include::./tab-widgets/apm-app-reader/widget.asciidoc[]
5757
--
5858
+
59-
TIP: Using the {apm-server-ref-v}/apm-integration.html[APM integration for Elastic Agent]?
60-
Add the privileges under the **Data streams** tab.
59+
TIP: Using the deprecated APM Server binaries?
60+
Add the privileges under the **Classic APM indices** tab above.
6161

6262
. Assign the `read-apm` role created in the previous step, and the following built-in roles to
6363
any APM reader users:
@@ -84,8 +84,8 @@ In some instances, you may wish to restrict certain Kibana apps that a user has
8484
include::./tab-widgets/apm-app-reader/widget.asciidoc[]
8585
--
8686
+
87-
TIP: Using the {apm-server-ref-v}/apm-integration.html[APM integration for Elastic Agent]?
88-
Add the privileges under the **Data streams** tab.
87+
TIP: Using the deprecated APM Server binaries?
88+
Add the privileges under the **Classic APM indices** tab above.
8989

9090
. Assign feature privileges to any Kibana feature that the user needs access to.
9191
Here are two examples:
@@ -184,8 +184,8 @@ Central configuration users need to be able to view, create, update, and delete
184184
include::./tab-widgets/central-config-users/widget.asciidoc[]
185185
--
186186
+
187-
TIP: Using the {apm-server-ref-v}/apm-integration.html[APM integration for Elastic Agent]?
188-
Add the privileges under the **Data streams** tab.
187+
TIP: Using the deprecated APM Server binaries?
188+
Add the privileges under the **Classic APM indices** tab above.
189189

190190
. Assign the `central-config-manager` role created in the previous step,
191191
and the following Kibana feature privileges to anyone who needs to manage central configurations:
@@ -211,8 +211,8 @@ but not create, update, or delete them.
211211
include::./tab-widgets/central-config-users/widget.asciidoc[]
212212
--
213213
+
214-
TIP: Using the {apm-server-ref-v}/apm-integration.html[APM integration for Elastic Agent]?
215-
Add the privileges under the **Data streams** tab.
214+
TIP: Using the deprecated APM Server binaries?
215+
Add the privileges under the **Classic APM indices** tab above.
216216

217217
. Assign the `central-config-reader` role created in the previous step,
218218
and the following Kibana feature privileges to anyone who needs to read central configurations:

docs/apm/errors.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[[errors]]
33
=== Errors
44

5-
TIP: {apm-overview-ref-v}/errors.html[Errors] are groups of exceptions with a similar exception or log message.
5+
TIP: {apm-guide-ref}/data-model-errors.html[Errors] are groups of exceptions with a similar exception or log message.
66

77
The *Errors* overview provides a high-level view of the exceptions that APM agents catch,
88
or that users manually report with APM agent APIs.

docs/apm/getting-started.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Notice something awry? Select a service or trace and dive deeper with:
4141
* <<metrics>>
4242

4343
TIP: Want to learn more about the Elastic APM ecosystem?
44-
See the {apm-get-started-ref}/overview.html[APM Overview].
44+
See the {apm-guide-ref}/apm-overview.html[APM Overview].
4545

4646
include::services.asciidoc[]
4747

docs/apm/service-maps.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ We currently surface two types of service maps:
4141
=== How do service maps work?
4242

4343
Service maps rely on distributed traces to draw connections between services.
44-
As {apm-overview-ref-v}/distributed-tracing.html[distributed tracing] is enabled out-of-the-box for supported technologies, so are service maps.
44+
As {apm-guide-ref}/apm-distributed-tracing.html[distributed tracing] is enabled out-of-the-box for supported technologies, so are service maps.
4545
However, if a service isn't instrumented,
4646
or a `traceparent` header isn't being propagated to it,
4747
distributed tracing will not work, and the connection will not be drawn on the map.

docs/apm/spans.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You also get a stack trace, which shows the SQL query in your code.
1616
Finally, APM knows which files are your code and which are just modules or libraries that you've installed.
1717
These library frames will be minimized by default in order to show you the most relevant stack trace.
1818

19-
TIP: A {apm-overview-ref-v}/transaction-spans.html[span] is the duration of a single event.
19+
TIP: A {apm-guide-ref}/data-model-spans.html[span] is the duration of a single event.
2020
Spans are automatically captured by APM agents, and you can also define custom spans.
2121
Each span has a type and is defined by a different color in the timeline/waterfall visualization.
2222

0 commit comments

Comments
 (0)