Skip to content

Commit 2de7b17

Browse files
committed
Fix example in keyword.md (elastic#129056)
9.x version of elastic#129053
1 parent d4692d2 commit 2de7b17

File tree

1 file changed

+2
-2
lines changed
  • docs/reference/elasticsearch/mapping-reference

1 file changed

+2
-2
lines changed

docs/reference/elasticsearch/mapping-reference/keyword.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,14 +259,14 @@ It is both allowed to submit documents that don’t have a value for the field o
259259
```console
260260
POST logs-debug/_doc
261261
{
262-
"date": "2019-12-12",
262+
"@timestamp": "2019-12-12",
263263
"message": "Starting up Elasticsearch",
264264
"level": "debug"
265265
}
266266

267267
POST logs-debug/_doc
268268
{
269-
"date": "2019-12-12",
269+
"@timestamp": "2019-12-12",
270270
"message": "Starting up Elasticsearch"
271271
}
272272
```

0 commit comments

Comments
 (0)