Kibana version: 8.14.3
Elasticsearch version: 8.14.3
Server OS version: Elastic Cloud
Browser version: Firefox
Browser OS version: MacOS Sonoma 14.5 (23F79)
Original install method (e.g. download page, yum, from source, etc.): Elastic Cloud
Describe the bug:
The auto complete option in Dev Tools' Console does not include the new remote_indices option for security roles.
Steps to reproduce:
- Open Console
- Start creating a role
PUT _security/role/team1
{
"indices": [
{
"names": [
"team1-*"
],
"privileges": [
"all"
]
}
],
""
}
- Inside the double quotes start to type "remote"
Expected behavior:
remote_indices shows up with an option along with the recommendations below it.
Screenshots (if relevant):

Errors in browser console (if relevant): N/A
Provide logs and/or server output (if relevant): N/A
Any additional context:
The related documentation for this syntax is at https://www.elastic.co/guide/en/elasticsearch/reference/8.14/defining-roles.html#roles-remote-indices-priv and https://www.elastic.co/guide/en/elasticsearch/reference/8.14/remote-clusters-api-key.html#_configure_privileges_for_cross_cluster_replication.
Kibana version: 8.14.3
Elasticsearch version: 8.14.3
Server OS version: Elastic Cloud
Browser version: Firefox
Browser OS version: MacOS Sonoma 14.5 (23F79)
Original install method (e.g. download page, yum, from source, etc.): Elastic Cloud
Describe the bug:
The auto complete option in Dev Tools' Console does not include the new
remote_indicesoption for security roles.Steps to reproduce:
Expected behavior:
remote_indicesshows up with an option along with the recommendations below it.Screenshots (if relevant):

Errors in browser console (if relevant): N/A
Provide logs and/or server output (if relevant): N/A
Any additional context:
The related documentation for this syntax is at https://www.elastic.co/guide/en/elasticsearch/reference/8.14/defining-roles.html#roles-remote-indices-priv and https://www.elastic.co/guide/en/elasticsearch/reference/8.14/remote-clusters-api-key.html#_configure_privileges_for_cross_cluster_replication.