diff --git a/docs/reference/elasticsearch/mapping-reference/keyword.md b/docs/reference/elasticsearch/mapping-reference/keyword.md index 78aec9521e34f..cf11e61750934 100644 --- a/docs/reference/elasticsearch/mapping-reference/keyword.md +++ b/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 ```console POST logs-debug/_doc { - "date": "2019-12-12", + "@timestamp": "2019-12-12", "message": "Starting up Elasticsearch", "level": "debug" } POST logs-debug/_doc { - "date": "2019-12-12", + "@timestamp": "2019-12-12", "message": "Starting up Elasticsearch" } ```