1. Packages
  2. Packages
  3. Elasticstack Provider
  4. API Docs
  5. getKibanaSecurityEntityStoreStatus
Viewing docs for elasticstack 0.16.2
published on Saturday, Jul 4, 2026 by elastic
Viewing docs for elasticstack 0.16.2
published on Saturday, Jul 4, 2026 by elastic

    Reads Elastic Security Entity Store status for a Kibana space.

    Using getKibanaSecurityEntityStoreStatus

    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 getKibanaSecurityEntityStoreStatus(args: GetKibanaSecurityEntityStoreStatusArgs, opts?: InvokeOptions): Promise<GetKibanaSecurityEntityStoreStatusResult>
    function getKibanaSecurityEntityStoreStatusOutput(args: GetKibanaSecurityEntityStoreStatusOutputArgs, opts?: InvokeOptions): Output<GetKibanaSecurityEntityStoreStatusResult>
    def get_kibana_security_entity_store_status(include_components: Optional[bool] = None,
                                                kibana_connections: Optional[Sequence[GetKibanaSecurityEntityStoreStatusKibanaConnection]] = None,
                                                space_id: Optional[str] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetKibanaSecurityEntityStoreStatusResult
    def get_kibana_security_entity_store_status_output(include_components: pulumi.Input[Optional[bool]] = None,
                                                kibana_connections: pulumi.Input[Optional[Sequence[pulumi.Input[GetKibanaSecurityEntityStoreStatusKibanaConnectionArgs]]]] = None,
                                                space_id: pulumi.Input[Optional[str]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetKibanaSecurityEntityStoreStatusResult]
    func GetKibanaSecurityEntityStoreStatus(ctx *Context, args *GetKibanaSecurityEntityStoreStatusArgs, opts ...InvokeOption) (*GetKibanaSecurityEntityStoreStatusResult, error)
    func GetKibanaSecurityEntityStoreStatusOutput(ctx *Context, args *GetKibanaSecurityEntityStoreStatusOutputArgs, opts ...InvokeOption) GetKibanaSecurityEntityStoreStatusResultOutput

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

    public static class GetKibanaSecurityEntityStoreStatus 
    {
        public static Task<GetKibanaSecurityEntityStoreStatusResult> InvokeAsync(GetKibanaSecurityEntityStoreStatusArgs args, InvokeOptions? opts = null)
        public static Output<GetKibanaSecurityEntityStoreStatusResult> Invoke(GetKibanaSecurityEntityStoreStatusInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetKibanaSecurityEntityStoreStatusResult> getKibanaSecurityEntityStoreStatus(GetKibanaSecurityEntityStoreStatusArgs args, InvokeOptions options)
    public static Output<GetKibanaSecurityEntityStoreStatusResult> getKibanaSecurityEntityStoreStatus(GetKibanaSecurityEntityStoreStatusArgs args, InvokeOptions options)
    
    fn::invoke:
      function: elasticstack:index/getKibanaSecurityEntityStoreStatus:getKibanaSecurityEntityStoreStatus
      arguments:
        # arguments dictionary
    data "elasticstack_get_kibana_security_entity_store_status" "name" {
        # arguments
    }

    The following arguments are supported:

    IncludeComponents bool
    If true, returns a detailed status of each engine including all its components.
    KibanaConnections List<GetKibanaSecurityEntityStoreStatusKibanaConnection>
    Kibana connection configuration block.
    SpaceId string
    An identifier for the Kibana space. If omitted, the default space is used.
    IncludeComponents bool
    If true, returns a detailed status of each engine including all its components.
    KibanaConnections []GetKibanaSecurityEntityStoreStatusKibanaConnection
    Kibana connection configuration block.
    SpaceId string
    An identifier for the Kibana space. If omitted, the default space is used.
    include_components bool
    If true, returns a detailed status of each engine including all its components.
    kibana_connections list(object)
    Kibana connection configuration block.
    space_id string
    An identifier for the Kibana space. If omitted, the default space is used.
    includeComponents Boolean
    If true, returns a detailed status of each engine including all its components.
    kibanaConnections List<GetKibanaSecurityEntityStoreStatusKibanaConnection>
    Kibana connection configuration block.
    spaceId String
    An identifier for the Kibana space. If omitted, the default space is used.
    includeComponents boolean
    If true, returns a detailed status of each engine including all its components.
    kibanaConnections GetKibanaSecurityEntityStoreStatusKibanaConnection[]
    Kibana connection configuration block.
    spaceId string
    An identifier for the Kibana space. If omitted, the default space is used.
    include_components bool
    If true, returns a detailed status of each engine including all its components.
    kibana_connections Sequence[GetKibanaSecurityEntityStoreStatusKibanaConnection]
    Kibana connection configuration block.
    space_id str
    An identifier for the Kibana space. If omitted, the default space is used.
    includeComponents Boolean
    If true, returns a detailed status of each engine including all its components.
    kibanaConnections List<Property Map>
    Kibana connection configuration block.
    spaceId String
    An identifier for the Kibana space. If omitted, the default space is used.

    getKibanaSecurityEntityStoreStatus Result

    The following output properties are available:

    Engines List<GetKibanaSecurityEntityStoreStatusEngine>
    Per-engine status details.
    Id string
    The provider-assigned unique ID for this managed resource.
    Installed bool
    True when the Entity Store is installed.
    OverallStatus string
    The overall operational status of the Entity Store.
    SpaceId string
    An identifier for the Kibana space. If omitted, the default space is used.
    StatusJson string
    Normalized JSON of the full status response.
    IncludeComponents bool
    If true, returns a detailed status of each engine including all its components.
    KibanaConnections List<GetKibanaSecurityEntityStoreStatusKibanaConnection>
    Kibana connection configuration block.
    Engines []GetKibanaSecurityEntityStoreStatusEngine
    Per-engine status details.
    Id string
    The provider-assigned unique ID for this managed resource.
    Installed bool
    True when the Entity Store is installed.
    OverallStatus string
    The overall operational status of the Entity Store.
    SpaceId string
    An identifier for the Kibana space. If omitted, the default space is used.
    StatusJson string
    Normalized JSON of the full status response.
    IncludeComponents bool
    If true, returns a detailed status of each engine including all its components.
    KibanaConnections []GetKibanaSecurityEntityStoreStatusKibanaConnection
    Kibana connection configuration block.
    engines list(object)
    Per-engine status details.
    id string
    The provider-assigned unique ID for this managed resource.
    installed bool
    True when the Entity Store is installed.
    overall_status string
    The overall operational status of the Entity Store.
    space_id string
    An identifier for the Kibana space. If omitted, the default space is used.
    status_json string
    Normalized JSON of the full status response.
    include_components bool
    If true, returns a detailed status of each engine including all its components.
    kibana_connections list(object)
    Kibana connection configuration block.
    engines List<GetKibanaSecurityEntityStoreStatusEngine>
    Per-engine status details.
    id String
    The provider-assigned unique ID for this managed resource.
    installed Boolean
    True when the Entity Store is installed.
    overallStatus String
    The overall operational status of the Entity Store.
    spaceId String
    An identifier for the Kibana space. If omitted, the default space is used.
    statusJson String
    Normalized JSON of the full status response.
    includeComponents Boolean
    If true, returns a detailed status of each engine including all its components.
    kibanaConnections List<GetKibanaSecurityEntityStoreStatusKibanaConnection>
    Kibana connection configuration block.
    engines GetKibanaSecurityEntityStoreStatusEngine[]
    Per-engine status details.
    id string
    The provider-assigned unique ID for this managed resource.
    installed boolean
    True when the Entity Store is installed.
    overallStatus string
    The overall operational status of the Entity Store.
    spaceId string
    An identifier for the Kibana space. If omitted, the default space is used.
    statusJson string
    Normalized JSON of the full status response.
    includeComponents boolean
    If true, returns a detailed status of each engine including all its components.
    kibanaConnections GetKibanaSecurityEntityStoreStatusKibanaConnection[]
    Kibana connection configuration block.
    engines Sequence[GetKibanaSecurityEntityStoreStatusEngine]
    Per-engine status details.
    id str
    The provider-assigned unique ID for this managed resource.
    installed bool
    True when the Entity Store is installed.
    overall_status str
    The overall operational status of the Entity Store.
    space_id str
    An identifier for the Kibana space. If omitted, the default space is used.
    status_json str
    Normalized JSON of the full status response.
    include_components bool
    If true, returns a detailed status of each engine including all its components.
    kibana_connections Sequence[GetKibanaSecurityEntityStoreStatusKibanaConnection]
    Kibana connection configuration block.
    engines List<Property Map>
    Per-engine status details.
    id String
    The provider-assigned unique ID for this managed resource.
    installed Boolean
    True when the Entity Store is installed.
    overallStatus String
    The overall operational status of the Entity Store.
    spaceId String
    An identifier for the Kibana space. If omitted, the default space is used.
    statusJson String
    Normalized JSON of the full status response.
    includeComponents Boolean
    If true, returns a detailed status of each engine including all its components.
    kibanaConnections List<Property Map>
    Kibana connection configuration block.

    Supporting Types

    GetKibanaSecurityEntityStoreStatusEngine

    Components List<GetKibanaSecurityEntityStoreStatusEngineComponent>
    Component-level status for the engine.
    Delay string
    Delay used for log extraction.
    ErrorAction string
    Action associated with the last engine error, if any.
    ErrorMessage string
    Message describing the last engine error, if any.
    FieldHistoryLength double
    Number of historical values kept per field.
    Filter string
    Filter query applied to the engine.
    Frequency string
    Frequency used for log extraction.
    IndexPattern string
    Index pattern used by the engine.
    LookbackPeriod string
    Lookback period used for log extraction.
    Status string
    Current status of the engine.
    Timeout string
    Timeout setting for the engine.
    TimestampField string
    Timestamp field used by the engine.
    Type string
    The entity type managed by this engine.
    Components []GetKibanaSecurityEntityStoreStatusEngineComponent
    Component-level status for the engine.
    Delay string
    Delay used for log extraction.
    ErrorAction string
    Action associated with the last engine error, if any.
    ErrorMessage string
    Message describing the last engine error, if any.
    FieldHistoryLength float64
    Number of historical values kept per field.
    Filter string
    Filter query applied to the engine.
    Frequency string
    Frequency used for log extraction.
    IndexPattern string
    Index pattern used by the engine.
    LookbackPeriod string
    Lookback period used for log extraction.
    Status string
    Current status of the engine.
    Timeout string
    Timeout setting for the engine.
    TimestampField string
    Timestamp field used by the engine.
    Type string
    The entity type managed by this engine.
    components list(object)
    Component-level status for the engine.
    delay string
    Delay used for log extraction.
    error_action string
    Action associated with the last engine error, if any.
    error_message string
    Message describing the last engine error, if any.
    field_history_length number
    Number of historical values kept per field.
    filter string
    Filter query applied to the engine.
    frequency string
    Frequency used for log extraction.
    index_pattern string
    Index pattern used by the engine.
    lookback_period string
    Lookback period used for log extraction.
    status string
    Current status of the engine.
    timeout string
    Timeout setting for the engine.
    timestamp_field string
    Timestamp field used by the engine.
    type string
    The entity type managed by this engine.
    components List<GetKibanaSecurityEntityStoreStatusEngineComponent>
    Component-level status for the engine.
    delay String
    Delay used for log extraction.
    errorAction String
    Action associated with the last engine error, if any.
    errorMessage String
    Message describing the last engine error, if any.
    fieldHistoryLength Double
    Number of historical values kept per field.
    filter String
    Filter query applied to the engine.
    frequency String
    Frequency used for log extraction.
    indexPattern String
    Index pattern used by the engine.
    lookbackPeriod String
    Lookback period used for log extraction.
    status String
    Current status of the engine.
    timeout String
    Timeout setting for the engine.
    timestampField String
    Timestamp field used by the engine.
    type String
    The entity type managed by this engine.
    components GetKibanaSecurityEntityStoreStatusEngineComponent[]
    Component-level status for the engine.
    delay string
    Delay used for log extraction.
    errorAction string
    Action associated with the last engine error, if any.
    errorMessage string
    Message describing the last engine error, if any.
    fieldHistoryLength number
    Number of historical values kept per field.
    filter string
    Filter query applied to the engine.
    frequency string
    Frequency used for log extraction.
    indexPattern string
    Index pattern used by the engine.
    lookbackPeriod string
    Lookback period used for log extraction.
    status string
    Current status of the engine.
    timeout string
    Timeout setting for the engine.
    timestampField string
    Timestamp field used by the engine.
    type string
    The entity type managed by this engine.
    components Sequence[GetKibanaSecurityEntityStoreStatusEngineComponent]
    Component-level status for the engine.
    delay str
    Delay used for log extraction.
    error_action str
    Action associated with the last engine error, if any.
    error_message str
    Message describing the last engine error, if any.
    field_history_length float
    Number of historical values kept per field.
    filter str
    Filter query applied to the engine.
    frequency str
    Frequency used for log extraction.
    index_pattern str
    Index pattern used by the engine.
    lookback_period str
    Lookback period used for log extraction.
    status str
    Current status of the engine.
    timeout str
    Timeout setting for the engine.
    timestamp_field str
    Timestamp field used by the engine.
    type str
    The entity type managed by this engine.
    components List<Property Map>
    Component-level status for the engine.
    delay String
    Delay used for log extraction.
    errorAction String
    Action associated with the last engine error, if any.
    errorMessage String
    Message describing the last engine error, if any.
    fieldHistoryLength Number
    Number of historical values kept per field.
    filter String
    Filter query applied to the engine.
    frequency String
    Frequency used for log extraction.
    indexPattern String
    Index pattern used by the engine.
    lookbackPeriod String
    Lookback period used for log extraction.
    status String
    Current status of the engine.
    timeout String
    Timeout setting for the engine.
    timestampField String
    Timestamp field used by the engine.
    type String
    The entity type managed by this engine.

    GetKibanaSecurityEntityStoreStatusEngineComponent

    Health string
    Health status of the component.
    Id string
    Component identifier.
    Installed bool
    Whether the component is installed.
    Resource string
    Type of Elasticsearch or Kibana resource backing this component.
    Health string
    Health status of the component.
    Id string
    Component identifier.
    Installed bool
    Whether the component is installed.
    Resource string
    Type of Elasticsearch or Kibana resource backing this component.
    health string
    Health status of the component.
    id string
    Component identifier.
    installed bool
    Whether the component is installed.
    resource string
    Type of Elasticsearch or Kibana resource backing this component.
    health String
    Health status of the component.
    id String
    Component identifier.
    installed Boolean
    Whether the component is installed.
    resource String
    Type of Elasticsearch or Kibana resource backing this component.
    health string
    Health status of the component.
    id string
    Component identifier.
    installed boolean
    Whether the component is installed.
    resource string
    Type of Elasticsearch or Kibana resource backing this component.
    health str
    Health status of the component.
    id str
    Component identifier.
    installed bool
    Whether the component is installed.
    resource str
    Type of Elasticsearch or Kibana resource backing this component.
    health String
    Health status of the component.
    id String
    Component identifier.
    installed Boolean
    Whether the component is installed.
    resource String
    Type of Elasticsearch or Kibana resource backing this component.

    GetKibanaSecurityEntityStoreStatusKibanaConnection

    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.2
    published on Saturday, Jul 4, 2026 by elastic

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial