diff --git a/docs/reference/elasticsearch/mapping-reference/keyword.md b/docs/reference/elasticsearch/mapping-reference/keyword.md index 22c5ff9c1044c..7b0c3a0537676 100644 --- a/docs/reference/elasticsearch/mapping-reference/keyword.md +++ b/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 ```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" } ```