Skip to content

Commit

Permalink
Fix traces index schema bug (#1865)
Browse files Browse the repository at this point in the history
Signed-off-by: Basher <mo.basher@wbd.com>
  • Loading branch information
besha100 authored Jun 3, 2024
1 parent 5e80c1a commit c7f7f95
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"index_patterns": [
"ss4o_traces-*-*"
],
"index_patterns": ["ss4o_traces-*-*"],
"template": {
"mappings": {
"_meta": {
Expand Down Expand Up @@ -107,8 +105,9 @@
},
"attributes": {
"type": "object",
"data_stream": {
"properties": {
"properties": {
"data_stream": {
"properties": {
"dataset": {
"ignore_above": 128,
"type": "keyword"
Expand Down Expand Up @@ -182,7 +181,8 @@
"type": "keyword"
}
}
},
}
},
"composed_of": [],
"version": 1,
"_meta": {
Expand Down

0 comments on commit c7f7f95

Please sign in to comment.