Skip to content

Commit c7f7f95

Browse files
authored
Fix traces index schema bug (#1865)
Signed-off-by: Basher <[email protected]>
1 parent 5e80c1a commit c7f7f95

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

server/adaptors/integrations/__data__/repository/otel-services/schemas/traces-1.0.0.mapping.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"index_patterns": [
3-
"ss4o_traces-*-*"
4-
],
2+
"index_patterns": ["ss4o_traces-*-*"],
53
"template": {
64
"mappings": {
75
"_meta": {
@@ -107,8 +105,9 @@
107105
},
108106
"attributes": {
109107
"type": "object",
110-
"data_stream": {
111-
"properties": {
108+
"properties": {
109+
"data_stream": {
110+
"properties": {
112111
"dataset": {
113112
"ignore_above": 128,
114113
"type": "keyword"
@@ -182,7 +181,8 @@
182181
"type": "keyword"
183182
}
184183
}
185-
},
184+
}
185+
},
186186
"composed_of": [],
187187
"version": 1,
188188
"_meta": {

0 commit comments

Comments
 (0)