Skip to content

Commit dcf1924

Browse files
committed
fix: error syntax in template (logs-otel-v1-index-standard-template)
1 parent bb61dbe commit dcf1924

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

data-prepper-plugins/opensearch/src/main/resources/index-template/logs-otel-v1-index-standard-template.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
},
134134
"text": {
135135
"type": "keyword",
136-
"ignore_above": "32"
136+
"ignore_above": 32
137137
}
138138
}
139139
},
@@ -147,7 +147,7 @@
147147
"type": "date_nanos"
148148
},
149149
"observedTime": {
150-
"path": "date_nanos"
150+
"type": "date_nanos"
151151
},
152152
"traceId": {
153153
"type": "keyword",
@@ -164,4 +164,3 @@
164164
}
165165
}
166166
}
167-

0 commit comments

Comments
 (0)