Skip to content

[DevTools][Console] Autocomplete missing suggestion in _security/role #188608

@a03nikki

Description

@a03nikki

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:

  1. Open Console
  2. Start creating a role
PUT _security/role/team1
{
  "indices": [
    {
      "names": [
        "team1-*"
      ],
      "privileges": [
        "all"
      ]
    }
  ],
  ""
}
  1. 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):
image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature:ConsoleDev Tools Console FeatureFeature:Dev ToolsTeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//bugFixes for quality problems that affect the customer experience

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions