Skip to content

Commit 1394020

Browse files
rockdabootandreidan
authored andcommitted
[Profiling] Don't use synthetic source for symbolization queues (elastic#126278)
1 parent c3ff711 commit 1394020

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

x-pack/plugin/core/template-resources/src/main/resources/profiling/index-template/profiling-sq-executables.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
"index": {
88
"auto_expand_replicas": "0-1",
99
"refresh_interval": "10s",
10-
"hidden": true,
11-
"mapping": {
12-
"source": {
13-
"mode": "synthetic"
14-
}
15-
}
10+
"hidden": true
1611
}
1712
},
1813
"mappings": {

x-pack/plugin/core/template-resources/src/main/resources/profiling/index-template/profiling-sq-leafframes.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@
77
"index": {
88
"auto_expand_replicas": "0-1",
99
"refresh_interval": "10s",
10-
"hidden": true,
11-
"mapping": {
12-
"source": {
13-
"mode": "synthetic"
14-
}
15-
}
10+
"hidden": true
1611
}
1712
},
1813
"mappings": {

0 commit comments

Comments
 (0)