Skip to content

Commit 6f1654c

Browse files
committed
Merge branch 'main' into docs-privileges-rum-source-mapping
2 parents 9eaa01c + ccb3b24 commit 6f1654c

File tree

61 files changed

+662
-696
lines changed

Some content is hidden

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

61 files changed

+662
-696
lines changed

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20.8
1+
1.21.3

.mergify.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,3 +288,17 @@ pull_request_rules:
288288
labels:
289289
- "backport"
290290
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"
291+
- name: backport patches to 8.11 branch
292+
conditions:
293+
- merged
294+
- base=main
295+
- label=backport-8.11
296+
actions:
297+
backport:
298+
assignees:
299+
- "{{ author }}"
300+
branches:
301+
- "8.11"
302+
labels:
303+
- "backport"
304+
title: "[{{ destination_branch }}] {{ title }} (backport #{{ number }})"

CHANGELOG.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include::./changelogs/head.asciidoc[]
2+
include::./changelogs/8.11.asciidoc[]
23
include::./changelogs/8.10.asciidoc[]
34
include::./changelogs/8.9.asciidoc[]
45
include::./changelogs/8.8.asciidoc[]

NOTICE.txt

Lines changed: 130 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -573,11 +573,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected]
573573

574574
--------------------------------------------------------------------------------
575575
Dependency : github.com/elastic/beats/v7
576-
Version: v7.0.0-alpha2.0.20230928231718-49cc14d35d5e
576+
Version: v7.0.0-alpha2.0.20231016132619-6be0d18448bb
577577
Licence type (autodetected): Elastic
578578
--------------------------------------------------------------------------------
579579

580-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20230928231718-49cc14d35d5e/LICENSE.txt:
580+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20231016132619-6be0d18448bb/LICENSE.txt:
581581

582582
Source code in this repository is variously licensed under the Apache License
583583
Version 2.0, an Apache compatible license, or the Elastic License. Outside of
@@ -1040,11 +1040,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-l
10401040

10411041
--------------------------------------------------------------------------------
10421042
Dependency : github.com/elastic/elastic-agent-system-metrics
1043-
Version: v0.6.1
1043+
Version: v0.7.0
10441044
Licence type (autodetected): Apache-2.0
10451045
--------------------------------------------------------------------------------
10461046

1047-
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-system-metrics@v0.6.1/LICENSE.txt:
1047+
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-system-metrics@v0.7.0/LICENSE.txt:
10481048

10491049
Apache License
10501050
Version 2.0, January 2004
@@ -1251,11 +1251,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-s
12511251

12521252
--------------------------------------------------------------------------------
12531253
Dependency : github.com/elastic/gmux
1254-
Version: v0.2.0
1254+
Version: v0.3.1
12551255
Licence type (autodetected): Apache-2.0
12561256
--------------------------------------------------------------------------------
12571257

1258-
Contents of probable licence file $GOMODCACHE/github.com/elastic/gmux@v0.2.0/LICENSE:
1258+
Contents of probable licence file $GOMODCACHE/github.com/elastic/gmux@v0.3.1/LICENSE:
12591259

12601260
Apache License
12611261
Version 2.0, January 2004
@@ -4194,6 +4194,37 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
41944194
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
41954195

41964196

4197+
--------------------------------------------------------------------------------
4198+
Dependency : github.com/stretchr/testify
4199+
Version: v1.8.4
4200+
Licence type (autodetected): MIT
4201+
--------------------------------------------------------------------------------
4202+
4203+
Contents of probable licence file $GOMODCACHE/github.com/stretchr/[email protected]/LICENSE:
4204+
4205+
MIT License
4206+
4207+
Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
4208+
4209+
Permission is hereby granted, free of charge, to any person obtaining a copy
4210+
of this software and associated documentation files (the "Software"), to deal
4211+
in the Software without restriction, including without limitation the rights
4212+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4213+
copies of the Software, and to permit persons to whom the Software is
4214+
furnished to do so, subject to the following conditions:
4215+
4216+
The above copyright notice and this permission notice shall be included in all
4217+
copies or substantial portions of the Software.
4218+
4219+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4220+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4221+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4222+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4223+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4224+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4225+
SOFTWARE.
4226+
4227+
41974228
--------------------------------------------------------------------------------
41984229
Dependency : go.elastic.co/apm/module/apmelasticsearch/v2
41994230
Version: v2.4.4
@@ -5919,11 +5950,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/collector/pdat
59195950

59205951
--------------------------------------------------------------------------------
59215952
Dependency : go.opentelemetry.io/otel
5922-
Version: v1.17.0
5953+
Version: v1.19.0
59235954
Licence type (autodetected): Apache-2.0
59245955
--------------------------------------------------------------------------------
59255956

5926-
Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel@v1.17.0/LICENSE:
5957+
Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel@v1.19.0/LICENSE:
59275958

59285959
Apache License
59295960
Version 2.0, January 2004
@@ -6130,11 +6161,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/[email protected]/L
61306161

61316162
--------------------------------------------------------------------------------
61326163
Dependency : go.opentelemetry.io/otel/metric
6133-
Version: v1.17.0
6164+
Version: v1.19.0
61346165
Licence type (autodetected): Apache-2.0
61356166
--------------------------------------------------------------------------------
61366167

6137-
Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/metric@v1.17.0/LICENSE:
6168+
Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/metric@v1.19.0/LICENSE:
61386169

61396170
Apache License
61406171
Version 2.0, January 2004
@@ -6609,11 +6640,11 @@ THE SOFTWARE.
66096640

66106641
--------------------------------------------------------------------------------
66116642
Dependency : golang.org/x/net
6612-
Version: v0.14.0
6643+
Version: v0.17.0
66136644
Licence type (autodetected): BSD-3-Clause
66146645
--------------------------------------------------------------------------------
66156646

6616-
Contents of probable licence file $GOMODCACHE/golang.org/x/net@v0.14.0/LICENSE:
6647+
Contents of probable licence file $GOMODCACHE/golang.org/x/net@v0.17.0/LICENSE:
66176648

66186649
Copyright (c) 2009 The Go Authors. All rights reserved.
66196650

@@ -6646,11 +6677,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
66466677

66476678
--------------------------------------------------------------------------------
66486679
Dependency : golang.org/x/sync
6649-
Version: v0.3.0
6680+
Version: v0.4.0
66506681
Licence type (autodetected): BSD-3-Clause
66516682
--------------------------------------------------------------------------------
66526683

6653-
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.3.0/LICENSE:
6684+
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.4.0/LICENSE:
66546685

66556686
Copyright (c) 2009 The Go Authors. All rights reserved.
66566687

@@ -6683,11 +6714,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
66836714

66846715
--------------------------------------------------------------------------------
66856716
Dependency : golang.org/x/term
6686-
Version: v0.11.0
6717+
Version: v0.13.0
66876718
Licence type (autodetected): BSD-3-Clause
66886719
--------------------------------------------------------------------------------
66896720

6690-
Contents of probable licence file $GOMODCACHE/golang.org/x/term@v0.11.0/LICENSE:
6721+
Contents of probable licence file $GOMODCACHE/golang.org/x/term@v0.13.0/LICENSE:
66916722

66926723
Copyright (c) 2009 The Go Authors. All rights reserved.
66936724

@@ -6757,11 +6788,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
67576788

67586789
--------------------------------------------------------------------------------
67596790
Dependency : google.golang.org/grpc
6760-
Version: v1.56.1
6791+
Version: v1.58.3
67616792
Licence type (autodetected): Apache-2.0
67626793
--------------------------------------------------------------------------------
67636794

6764-
Contents of probable licence file $GOMODCACHE/google.golang.org/grpc@v1.56.1/LICENSE:
6795+
Contents of probable licence file $GOMODCACHE/google.golang.org/grpc@v1.58.3/LICENSE:
67656796

67666797

67676798
Apache License
@@ -7171,11 +7202,11 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
71717202

71727203
--------------------------------------------------------------------------------
71737204
Dependency : github.com/apache/thrift
7174-
Version: v0.18.1
7205+
Version: v0.19.0
71757206
Licence type (autodetected): Apache-2.0
71767207
--------------------------------------------------------------------------------
71777208

7178-
Contents of probable licence file $GOMODCACHE/github.com/apache/thrift@v0.18.1/LICENSE:
7209+
Contents of probable licence file $GOMODCACHE/github.com/apache/thrift@v0.19.0/LICENSE:
71797210

71807211

71817212
Apache License
@@ -14379,6 +14410,43 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1437914410

1438014411

1438114412

14413+
--------------------------------------------------------------------------------
14414+
Dependency : github.com/pmezard/go-difflib
14415+
Version: v1.0.0
14416+
Licence type (autodetected): BSD-3-Clause
14417+
--------------------------------------------------------------------------------
14418+
14419+
Contents of probable licence file $GOMODCACHE/github.com/pmezard/[email protected]/LICENSE:
14420+
14421+
Copyright (c) 2013, Patrick Mezard
14422+
All rights reserved.
14423+
14424+
Redistribution and use in source and binary forms, with or without
14425+
modification, are permitted provided that the following conditions are
14426+
met:
14427+
14428+
Redistributions of source code must retain the above copyright
14429+
notice, this list of conditions and the following disclaimer.
14430+
Redistributions in binary form must reproduce the above copyright
14431+
notice, this list of conditions and the following disclaimer in the
14432+
documentation and/or other materials provided with the distribution.
14433+
The names of its contributors may not be used to endorse or promote
14434+
products derived from this software without specific prior written
14435+
permission.
14436+
14437+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
14438+
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
14439+
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
14440+
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
14441+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
14442+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
14443+
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
14444+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
14445+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
14446+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
14447+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
14448+
14449+
1438214450
--------------------------------------------------------------------------------
1438314451
Dependency : github.com/prometheus/client_golang
1438414452
Version: v1.16.0
@@ -15812,6 +15880,38 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
1581215880

1581315881

1581415882

15883+
--------------------------------------------------------------------------------
15884+
Dependency : github.com/stretchr/objx
15885+
Version: v0.5.0
15886+
Licence type (autodetected): MIT
15887+
--------------------------------------------------------------------------------
15888+
15889+
Contents of probable licence file $GOMODCACHE/github.com/stretchr/[email protected]/LICENSE:
15890+
15891+
The MIT License
15892+
15893+
Copyright (c) 2014 Stretchr, Inc.
15894+
Copyright (c) 2017-2018 objx contributors
15895+
15896+
Permission is hereby granted, free of charge, to any person obtaining a copy
15897+
of this software and associated documentation files (the "Software"), to deal
15898+
in the Software without restriction, including without limitation the rights
15899+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15900+
copies of the Software, and to permit persons to whom the Software is
15901+
furnished to do so, subject to the following conditions:
15902+
15903+
The above copyright notice and this permission notice shall be included in all
15904+
copies or substantial portions of the Software.
15905+
15906+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15907+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15908+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15909+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15910+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15911+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
15912+
SOFTWARE.
15913+
15914+
1581515915
--------------------------------------------------------------------------------
1581615916
Dependency : github.com/tklauser/go-sysconf
1581715917
Version: v0.3.11
@@ -17762,11 +17862,11 @@ Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/[email protected]
1776217862

1776317863
--------------------------------------------------------------------------------
1776417864
Dependency : go.opentelemetry.io/otel/trace
17765-
Version: v1.17.0
17865+
Version: v1.19.0
1776617866
Licence type (autodetected): Apache-2.0
1776717867
--------------------------------------------------------------------------------
1776817868

17769-
Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/trace@v1.17.0/LICENSE:
17869+
Contents of probable licence file $GOMODCACHE/go.opentelemetry.io/otel/trace@v1.19.0/LICENSE:
1777017870

1777117871
Apache License
1777217872
Version 2.0, January 2004
@@ -18031,11 +18131,11 @@ THE SOFTWARE.
1803118131

1803218132
--------------------------------------------------------------------------------
1803318133
Dependency : golang.org/x/crypto
18034-
Version: v0.12.0
18134+
Version: v0.14.0
1803518135
Licence type (autodetected): BSD-3-Clause
1803618136
--------------------------------------------------------------------------------
1803718137

18038-
Contents of probable licence file $GOMODCACHE/golang.org/x/crypto@v0.12.0/LICENSE:
18138+
Contents of probable licence file $GOMODCACHE/golang.org/x/crypto@v0.14.0/LICENSE:
1803918139

1804018140
Copyright (c) 2009 The Go Authors. All rights reserved.
1804118141

@@ -18105,11 +18205,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1810518205

1810618206
--------------------------------------------------------------------------------
1810718207
Dependency : golang.org/x/sys
18108-
Version: v0.11.0
18208+
Version: v0.13.0
1810918209
Licence type (autodetected): BSD-3-Clause
1811018210
--------------------------------------------------------------------------------
1811118211

18112-
Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.11.0/LICENSE:
18212+
Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.13.0/LICENSE:
1811318213

1811418214
Copyright (c) 2009 The Go Authors. All rights reserved.
1811518215

@@ -18142,11 +18242,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1814218242

1814318243
--------------------------------------------------------------------------------
1814418244
Dependency : golang.org/x/text
18145-
Version: v0.12.0
18245+
Version: v0.13.0
1814618246
Licence type (autodetected): BSD-3-Clause
1814718247
--------------------------------------------------------------------------------
1814818248

18149-
Contents of probable licence file $GOMODCACHE/golang.org/x/text@v0.12.0/LICENSE:
18249+
Contents of probable licence file $GOMODCACHE/golang.org/x/text@v0.13.0/LICENSE:
1815018250

1815118251
Copyright (c) 2009 The Go Authors. All rights reserved.
1815218252

@@ -18179,11 +18279,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1817918279

1818018280
--------------------------------------------------------------------------------
1818118281
Dependency : google.golang.org/genproto/googleapis/rpc
18182-
Version: v0.0.0-20230530153820-e85fd2cbaebc
18282+
Version: v0.0.0-20231002182017-d307bd883b97
1818318283
Licence type (autodetected): Apache-2.0
1818418284
--------------------------------------------------------------------------------
1818518285

18186-
Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/[email protected]20230530153820-e85fd2cbaebc/LICENSE:
18286+
Contents of probable licence file $GOMODCACHE/google.golang.org/genproto/googleapis/[email protected]20231002182017-d307bd883b97/LICENSE:
1818718287

1818818288

1818918289
Apache License

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To get started with APM, see our [Quick start guide](https://www.elastic.co/guid
1717

1818
### Requirements
1919

20-
* [Go][golang-download] 1.20.x
20+
* [Go][golang-download] 1.21.x
2121

2222
[golang-download]: https://golang.org/dl/
2323

apmpackage/apm/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
- version: generated
2+
changes:
3+
- description: Placeholder
4+
type: enhancement
5+
link: https://github.com/elastic/apm-server/pull/123
6+
- version: 8.11.0
27
changes:
38
- description: Add geoip processing to add client.geo.* fields for app_logs
49
type: enhancement

apmpackage/apm/data_stream/app_logs/elasticsearch/ilm/default_policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"actions": {
66
"rollover": {
77
"max_age": "30d",
8-
"max_size": "50gb"
8+
"max_primary_shard_size": "50gb"
99
},
1010
"set_priority": {
1111
"priority": 100

apmpackage/apm/data_stream/app_metrics/elasticsearch/ilm/default_policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"actions": {
66
"rollover": {
77
"max_age": "30d",
8-
"max_size": "50gb"
8+
"max_primary_shard_size": "50gb"
99
},
1010
"set_priority": {
1111
"priority": 100

0 commit comments

Comments
 (0)