We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4692d2 commit 2de7b17Copy full SHA for 2de7b17
docs/reference/elasticsearch/mapping-reference/keyword.md
@@ -259,14 +259,14 @@ It is both allowed to submit documents that don’t have a value for the field o
259
```console
260
POST logs-debug/_doc
261
{
262
- "date": "2019-12-12",
+ "@timestamp": "2019-12-12",
263
"message": "Starting up Elasticsearch",
264
"level": "debug"
265
}
266
267
268
269
270
"message": "Starting up Elasticsearch"
271
272
```
0 commit comments