We have a system that uses the path of the URL as doc ID. Everything ran ok until this week when we received a couple of bad requests and transportation errors coming from URLs like this one ../../../example
or .
. We use the python client and the get function to search the doc by ID, those petitions translated to kibana would be something like this
GET example-index/_doc/../../../example or GET example-index/_doc/.
Thanks in advance for any information or clarification that you could give me.