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 405b78f commit 61594daCopy full SHA for 61594da
docs/reference/elasticsearch/mapping-reference/keyword.md
@@ -295,14 +295,14 @@ It is both allowed to submit documents that don’t have a value for the field o
295
```console
296
POST logs-debug/_doc
297
{
298
- "date": "2019-12-12",
+ "@timestamp": "2019-12-12",
299
"message": "Starting up Elasticsearch",
300
"level": "debug"
301
}
302
303
304
305
306
"message": "Starting up Elasticsearch"
307
308
```
0 commit comments