1. Packages
  2. Packages
  3. Elasticstack Provider
  4. API Docs
  5. getKibanaSecurityEntityStoreResolutionGroup
Viewing docs for elasticstack 0.16.3
published on Thursday, Jul 23, 2026 by elastic
Viewing docs for elasticstack 0.16.3
published on Thursday, Jul 23, 2026 by elastic

    Retrieve the resolution group for a given entity in the Kibana Entity Store. Returns the target entity, all linked alias entities, and the group size. Requires Elastic Stack 9.1.0 or later.

    Using getKibanaSecurityEntityStoreResolutionGroup

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getKibanaSecurityEntityStoreResolutionGroup(args: GetKibanaSecurityEntityStoreResolutionGroupArgs, opts?: InvokeOptions): Promise<GetKibanaSecurityEntityStoreResolutionGroupResult>
    function getKibanaSecurityEntityStoreResolutionGroupOutput(args: GetKibanaSecurityEntityStoreResolutionGroupOutputArgs, opts?: InvokeOptions): Output<GetKibanaSecurityEntityStoreResolutionGroupResult>
    def get_kibana_security_entity_store_resolution_group(entity_id: Optional[str] = None,
                                                          kibana_connections: Optional[Sequence[GetKibanaSecurityEntityStoreResolutionGroupKibanaConnection]] = None,
                                                          space_id: Optional[str] = None,
                                                          opts: Optional[InvokeOptions] = None) -> GetKibanaSecurityEntityStoreResolutionGroupResult
    def get_kibana_security_entity_store_resolution_group_output(entity_id: pulumi.Input[Optional[str]] = None,
                                                          kibana_connections: pulumi.Input[Optional[Sequence[pulumi.Input[GetKibanaSecurityEntityStoreResolutionGroupKibanaConnectionArgs]]]] = None,
                                                          space_id: pulumi.Input[Optional[str]] = None,
                                                          opts: Optional[InvokeOptions] = None) -> Output[GetKibanaSecurityEntityStoreResolutionGroupResult]
    func GetKibanaSecurityEntityStoreResolutionGroup(ctx *Context, args *GetKibanaSecurityEntityStoreResolutionGroupArgs, opts ...InvokeOption) (*GetKibanaSecurityEntityStoreResolutionGroupResult, error)
    func GetKibanaSecurityEntityStoreResolutionGroupOutput(ctx *Context, args *GetKibanaSecurityEntityStoreResolutionGroupOutputArgs, opts ...InvokeOption) GetKibanaSecurityEntityStoreResolutionGroupResultOutput

    > Note: This function is named GetKibanaSecurityEntityStoreResolutionGroup in the Go SDK.

    public static class GetKibanaSecurityEntityStoreResolutionGroup 
    {
        public static Task<GetKibanaSecurityEntityStoreResolutionGroupResult> InvokeAsync(GetKibanaSecurityEntityStoreResolutionGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetKibanaSecurityEntityStoreResolutionGroupResult> Invoke(GetKibanaSecurityEntityStoreResolutionGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetKibanaSecurityEntityStoreResolutionGroupResult> getKibanaSecurityEntityStoreResolutionGroup(GetKibanaSecurityEntityStoreResolutionGroupArgs args, InvokeOptions options)
    public static Output<GetKibanaSecurityEntityStoreResolutionGroupResult> getKibanaSecurityEntityStoreResolutionGroup(GetKibanaSecurityEntityStoreResolutionGroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: elasticstack:index/getKibanaSecurityEntityStoreResolutionGroup:getKibanaSecurityEntityStoreResolutionGroup
      arguments:
        # arguments dictionary
    data "elasticstack_get_kibana_security_entity_store_resolution_group" "name" {
        # arguments
    }

    The following arguments are supported:

    EntityId string
    The entity identifier to look up the resolution group for.
    KibanaConnections List<GetKibanaSecurityEntityStoreResolutionGroupKibanaConnection>
    Kibana connection configuration block.
    SpaceId string
    An identifier for the space. If not provided, the default space is used.
    EntityId string
    The entity identifier to look up the resolution group for.
    KibanaConnections []GetKibanaSecurityEntityStoreResolutionGroupKibanaConnection
    Kibana connection configuration block.
    SpaceId string
    An identifier for the space. If not provided, the default space is used.
    entity_id string
    The entity identifier to look up the resolution group for.
    kibana_connections list(object)
    Kibana connection configuration block.
    space_id string
    An identifier for the space. If not provided, the default space is used.
    entityId String
    The entity identifier to look up the resolution group for.
    kibanaConnections List<GetKibanaSecurityEntityStoreResolutionGroupKibanaConnection>
    Kibana connection configuration block.
    spaceId String
    An identifier for the space. If not provided, the default space is used.
    entityId string
    The entity identifier to look up the resolution group for.
    kibanaConnections GetKibanaSecurityEntityStoreResolutionGroupKibanaConnection[]
    Kibana connection configuration block.
    spaceId string
    An identifier for the space. If not provided, the default space is used.
    entity_id str
    The entity identifier to look up the resolution group for.
    kibana_connections Sequence[GetKibanaSecurityEntityStoreResolutionGroupKibanaConnection]
    Kibana connection configuration block.
    space_id str
    An identifier for the space. If not provided, the default space is used.
    entityId String
    The entity identifier to look up the resolution group for.
    kibanaConnections List<Property Map>
    Kibana connection configuration block.
    spaceId String
    An identifier for the space. If not provided, the default space is used.

    getKibanaSecurityEntityStoreResolutionGroup Result

    The following output properties are available:

    EntityId string
    The entity identifier to look up the resolution group for.
    Id string
    The composite ID: <space_id>/<entity_id>.
    ResolutionGroupJson string
    The normalized JSON representation of the resolution group returned by the Kibana API.
    SpaceId string
    An identifier for the space. If not provided, the default space is used.
    KibanaConnections List<GetKibanaSecurityEntityStoreResolutionGroupKibanaConnection>
    Kibana connection configuration block.
    EntityId string
    The entity identifier to look up the resolution group for.
    Id string
    The composite ID: <space_id>/<entity_id>.
    ResolutionGroupJson string
    The normalized JSON representation of the resolution group returned by the Kibana API.
    SpaceId string
    An identifier for the space. If not provided, the default space is used.
    KibanaConnections []GetKibanaSecurityEntityStoreResolutionGroupKibanaConnection
    Kibana connection configuration block.
    entity_id string
    The entity identifier to look up the resolution group for.
    id string
    The composite ID: <space_id>/<entity_id>.
    resolution_group_json string
    The normalized JSON representation of the resolution group returned by the Kibana API.
    space_id string
    An identifier for the space. If not provided, the default space is used.
    kibana_connections list(object)
    Kibana connection configuration block.
    entityId String
    The entity identifier to look up the resolution group for.
    id String
    The composite ID: <space_id>/<entity_id>.
    resolutionGroupJson String
    The normalized JSON representation of the resolution group returned by the Kibana API.
    spaceId String
    An identifier for the space. If not provided, the default space is used.
    kibanaConnections List<GetKibanaSecurityEntityStoreResolutionGroupKibanaConnection>
    Kibana connection configuration block.
    entityId string
    The entity identifier to look up the resolution group for.
    id string
    The composite ID: <space_id>/<entity_id>.
    resolutionGroupJson string
    The normalized JSON representation of the resolution group returned by the Kibana API.
    spaceId string
    An identifier for the space. If not provided, the default space is used.
    kibanaConnections GetKibanaSecurityEntityStoreResolutionGroupKibanaConnection[]
    Kibana connection configuration block.
    entity_id str
    The entity identifier to look up the resolution group for.
    id str
    The composite ID: <space_id>/<entity_id>.
    resolution_group_json str
    The normalized JSON representation of the resolution group returned by the Kibana API.
    space_id str
    An identifier for the space. If not provided, the default space is used.
    kibana_connections Sequence[GetKibanaSecurityEntityStoreResolutionGroupKibanaConnection]
    Kibana connection configuration block.
    entityId String
    The entity identifier to look up the resolution group for.
    id String
    The composite ID: <space_id>/<entity_id>.
    resolutionGroupJson String
    The normalized JSON representation of the resolution group returned by the Kibana API.
    spaceId String
    An identifier for the space. If not provided, the default space is used.
    kibanaConnections List<Property Map>
    Kibana connection configuration block.

    Supporting Types

    GetKibanaSecurityEntityStoreResolutionGroupKibanaConnection

    ApiKey string
    API Key to use for authentication to Kibana
    BearerToken string
    Bearer Token to use for authentication to Kibana
    CaCerts List<string>
    A list of paths to CA certificates to validate the certificate presented by the Kibana server.
    Endpoints List<string>
    Insecure bool
    Disable TLS certificate validation
    Password string
    Password to use for API authentication to Kibana.
    Username string
    Username to use for API authentication to Kibana.
    ApiKey string
    API Key to use for authentication to Kibana
    BearerToken string
    Bearer Token to use for authentication to Kibana
    CaCerts []string
    A list of paths to CA certificates to validate the certificate presented by the Kibana server.
    Endpoints []string
    Insecure bool
    Disable TLS certificate validation
    Password string
    Password to use for API authentication to Kibana.
    Username string
    Username to use for API authentication to Kibana.
    api_key string
    API Key to use for authentication to Kibana
    bearer_token string
    Bearer Token to use for authentication to Kibana
    ca_certs list(string)
    A list of paths to CA certificates to validate the certificate presented by the Kibana server.
    endpoints list(string)
    insecure bool
    Disable TLS certificate validation
    password string
    Password to use for API authentication to Kibana.
    username string
    Username to use for API authentication to Kibana.
    apiKey String
    API Key to use for authentication to Kibana
    bearerToken String
    Bearer Token to use for authentication to Kibana
    caCerts List<String>
    A list of paths to CA certificates to validate the certificate presented by the Kibana server.
    endpoints List<String>
    insecure Boolean
    Disable TLS certificate validation
    password String
    Password to use for API authentication to Kibana.
    username String
    Username to use for API authentication to Kibana.
    apiKey string
    API Key to use for authentication to Kibana
    bearerToken string
    Bearer Token to use for authentication to Kibana
    caCerts string[]
    A list of paths to CA certificates to validate the certificate presented by the Kibana server.
    endpoints string[]
    insecure boolean
    Disable TLS certificate validation
    password string
    Password to use for API authentication to Kibana.
    username string
    Username to use for API authentication to Kibana.
    api_key str
    API Key to use for authentication to Kibana
    bearer_token str
    Bearer Token to use for authentication to Kibana
    ca_certs Sequence[str]
    A list of paths to CA certificates to validate the certificate presented by the Kibana server.
    endpoints Sequence[str]
    insecure bool
    Disable TLS certificate validation
    password str
    Password to use for API authentication to Kibana.
    username str
    Username to use for API authentication to Kibana.
    apiKey String
    API Key to use for authentication to Kibana
    bearerToken String
    Bearer Token to use for authentication to Kibana
    caCerts List<String>
    A list of paths to CA certificates to validate the certificate presented by the Kibana server.
    endpoints List<String>
    insecure Boolean
    Disable TLS certificate validation
    password String
    Password to use for API authentication to Kibana.
    username String
    Username to use for API authentication to Kibana.

    Package Details

    Repository
    elasticstack elastic/terraform-provider-elasticstack
    License
    Notes
    This Pulumi package is based on the elasticstack Terraform Provider.
    Viewing docs for elasticstack 0.16.3
    published on Thursday, Jul 23, 2026 by elastic

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial