Skip to content

Commit 42b0adb

Browse files
authored
Update _structured_logging_with_log4j2.md
1 parent cb7f959 commit 42b0adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/_structured_logging_with_log4j2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ A common pitfall is how dots in field names are handled in Elasticsearch and how
5151
}
5252
```
5353

54-
The property `foo` would be mapped to the [Object datatype](elasticsearch://docs/reference/elasticsearch/mapping-reference/object.md).
54+
The property `foo` would be mapped to the [Object datatype](/reference/elasticsearch/mapping-reference/object.md).
5555

5656
This means that you can’t index a document where `foo` would be a different datatype, as in shown in the following example:
5757

0 commit comments

Comments
 (0)