Add validation of timestamp field and tag fields in the doc mapper #3538
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Timestamp field and tag fields define a field path: dots '.' are used as a field name separator. And if a dot is part of a field name, it must be escaped.
We should not accept a field path that starts with a dot or ends with a dot.
The text was updated successfully, but these errors were encountered: