Shorten url does not work with tribe node

Hi,
using the shorten URL feature does not work when using tribe nodes.

I tried to update the mapping manually, but its still not working.
Updating the mapping manually is something we do regularly to create new kibana indices and its is working fine so far.

Is there anything I missed?
This is the url mapping. This is the only diff kibana creates after shortening a URL for the first time.

{
"accessCount" : {
"type" : "long"
},
"accessDate" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
},
"createDate" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
},
"url" : {
"type" : "string"
}
}

EDIT: After posting this I realized that this is probably more of an Elasticsearch issue instead of a kibana issue

Moving to Elasticsearch category per your EDIT comment. Please feel free to move this back to the Kibana category if this turns out to be a Kibana issue.