Viewing docs for elasticstack 0.16.3
published on Thursday, Jul 23, 2026 by elastic
published on Thursday, Jul 23, 2026 by elastic
Viewing docs for elasticstack 0.16.3
published on Thursday, Jul 23, 2026 by elastic
published on Thursday, Jul 23, 2026 by elastic
Queries the Kibana Security Entity Store list/search endpoint.
Using getKibanaSecurityEntityStoreEntities
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 getKibanaSecurityEntityStoreEntities(args: GetKibanaSecurityEntityStoreEntitiesArgs, opts?: InvokeOptions): Promise<GetKibanaSecurityEntityStoreEntitiesResult>
function getKibanaSecurityEntityStoreEntitiesOutput(args: GetKibanaSecurityEntityStoreEntitiesOutputArgs, opts?: InvokeOptions): Output<GetKibanaSecurityEntityStoreEntitiesResult>def get_kibana_security_entity_store_entities(entity_id: Optional[str] = None,
entity_types: Optional[Sequence[str]] = None,
fields: Optional[Sequence[str]] = None,
filter: Optional[str] = None,
filter_query: Optional[str] = None,
kibana_connections: Optional[Sequence[GetKibanaSecurityEntityStoreEntitiesKibanaConnection]] = None,
page: Optional[float] = None,
per_page: Optional[float] = None,
search_after: Optional[str] = None,
size: Optional[float] = None,
sort_field: Optional[str] = None,
sort_order: Optional[str] = None,
sources: Optional[Sequence[str]] = None,
space_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetKibanaSecurityEntityStoreEntitiesResult
def get_kibana_security_entity_store_entities_output(entity_id: pulumi.Input[Optional[str]] = None,
entity_types: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
fields: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
filter: pulumi.Input[Optional[str]] = None,
filter_query: pulumi.Input[Optional[str]] = None,
kibana_connections: pulumi.Input[Optional[Sequence[pulumi.Input[GetKibanaSecurityEntityStoreEntitiesKibanaConnectionArgs]]]] = None,
page: pulumi.Input[Optional[float]] = None,
per_page: pulumi.Input[Optional[float]] = None,
search_after: pulumi.Input[Optional[str]] = None,
size: pulumi.Input[Optional[float]] = None,
sort_field: pulumi.Input[Optional[str]] = None,
sort_order: pulumi.Input[Optional[str]] = None,
sources: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
space_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKibanaSecurityEntityStoreEntitiesResult]func GetKibanaSecurityEntityStoreEntities(ctx *Context, args *GetKibanaSecurityEntityStoreEntitiesArgs, opts ...InvokeOption) (*GetKibanaSecurityEntityStoreEntitiesResult, error)
func GetKibanaSecurityEntityStoreEntitiesOutput(ctx *Context, args *GetKibanaSecurityEntityStoreEntitiesOutputArgs, opts ...InvokeOption) GetKibanaSecurityEntityStoreEntitiesResultOutput> Note: This function is named GetKibanaSecurityEntityStoreEntities in the Go SDK.
public static class GetKibanaSecurityEntityStoreEntities
{
public static Task<GetKibanaSecurityEntityStoreEntitiesResult> InvokeAsync(GetKibanaSecurityEntityStoreEntitiesArgs args, InvokeOptions? opts = null)
public static Output<GetKibanaSecurityEntityStoreEntitiesResult> Invoke(GetKibanaSecurityEntityStoreEntitiesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKibanaSecurityEntityStoreEntitiesResult> getKibanaSecurityEntityStoreEntities(GetKibanaSecurityEntityStoreEntitiesArgs args, InvokeOptions options)
public static Output<GetKibanaSecurityEntityStoreEntitiesResult> getKibanaSecurityEntityStoreEntities(GetKibanaSecurityEntityStoreEntitiesArgs args, InvokeOptions options)
fn::invoke:
function: elasticstack:index/getKibanaSecurityEntityStoreEntities:getKibanaSecurityEntityStoreEntities
arguments:
# arguments dictionarydata "elasticstack_get_kibana_security_entity_store_entities" "name" {
# arguments
}The following arguments are supported:
- Entity
Id string - When set, the provider generates an implicit KQL filter for this entity id. Conflicts with filter and filter_query.
- Entity
Types List<string> - Entity types to include in the results. Valid values are user, host, service, generic.
- Fields List<string>
- Fields to include in response fields.
- Filter string
- A Kibana Query Language (KQL) filter for the search-after mode.
- Filter
Query string - An Elasticsearch query string to filter entities in page mode.
- Kibana
Connections List<GetKibana Security Entity Store Entities Kibana Connection> - Kibana connection configuration block.
- Page double
- Page number to return (1-indexed) in page mode.
- Per
Page double - Number of entities per page in page mode.
- Search
After string - JSON-encoded search_after cursor from a previous response.
- Size double
- Number of entities to return in search-after mode.
- Sort
Field string - Field to sort results by in page mode.
- Sort
Order string - Sort order in page mode.
- Sources List<string>
- Fields to include in response _source.
- Space
Id string - An identifier for the space. If space_id is not provided, the default space is used.
- Entity
Id string - When set, the provider generates an implicit KQL filter for this entity id. Conflicts with filter and filter_query.
- Entity
Types []string - Entity types to include in the results. Valid values are user, host, service, generic.
- Fields []string
- Fields to include in response fields.
- Filter string
- A Kibana Query Language (KQL) filter for the search-after mode.
- Filter
Query string - An Elasticsearch query string to filter entities in page mode.
- Kibana
Connections []GetKibana Security Entity Store Entities Kibana Connection - Kibana connection configuration block.
- Page float64
- Page number to return (1-indexed) in page mode.
- Per
Page float64 - Number of entities per page in page mode.
- Search
After string - JSON-encoded search_after cursor from a previous response.
- Size float64
- Number of entities to return in search-after mode.
- Sort
Field string - Field to sort results by in page mode.
- Sort
Order string - Sort order in page mode.
- Sources []string
- Fields to include in response _source.
- Space
Id string - An identifier for the space. If space_id is not provided, the default space is used.
- entity_
id string - When set, the provider generates an implicit KQL filter for this entity id. Conflicts with filter and filter_query.
- entity_
types list(string) - Entity types to include in the results. Valid values are user, host, service, generic.
- fields list(string)
- Fields to include in response fields.
- filter string
- A Kibana Query Language (KQL) filter for the search-after mode.
- filter_
query string - An Elasticsearch query string to filter entities in page mode.
- kibana_
connections list(object) - Kibana connection configuration block.
- page number
- Page number to return (1-indexed) in page mode.
- per_
page number - Number of entities per page in page mode.
- search_
after string - JSON-encoded search_after cursor from a previous response.
- size number
- Number of entities to return in search-after mode.
- sort_
field string - Field to sort results by in page mode.
- sort_
order string - Sort order in page mode.
- sources list(string)
- Fields to include in response _source.
- space_
id string - An identifier for the space. If space_id is not provided, the default space is used.
- entity
Id String - When set, the provider generates an implicit KQL filter for this entity id. Conflicts with filter and filter_query.
- entity
Types List<String> - Entity types to include in the results. Valid values are user, host, service, generic.
- fields List<String>
- Fields to include in response fields.
- filter String
- A Kibana Query Language (KQL) filter for the search-after mode.
- filter
Query String - An Elasticsearch query string to filter entities in page mode.
- kibana
Connections List<GetKibana Security Entity Store Entities Kibana Connection> - Kibana connection configuration block.
- page Double
- Page number to return (1-indexed) in page mode.
- per
Page Double - Number of entities per page in page mode.
- search
After String - JSON-encoded search_after cursor from a previous response.
- size Double
- Number of entities to return in search-after mode.
- sort
Field String - Field to sort results by in page mode.
- sort
Order String - Sort order in page mode.
- sources List<String>
- Fields to include in response _source.
- space
Id String - An identifier for the space. If space_id is not provided, the default space is used.
- entity
Id string - When set, the provider generates an implicit KQL filter for this entity id. Conflicts with filter and filter_query.
- entity
Types string[] - Entity types to include in the results. Valid values are user, host, service, generic.
- fields string[]
- Fields to include in response fields.
- filter string
- A Kibana Query Language (KQL) filter for the search-after mode.
- filter
Query string - An Elasticsearch query string to filter entities in page mode.
- kibana
Connections GetKibana Security Entity Store Entities Kibana Connection[] - Kibana connection configuration block.
- page number
- Page number to return (1-indexed) in page mode.
- per
Page number - Number of entities per page in page mode.
- search
After string - JSON-encoded search_after cursor from a previous response.
- size number
- Number of entities to return in search-after mode.
- sort
Field string - Field to sort results by in page mode.
- sort
Order string - Sort order in page mode.
- sources string[]
- Fields to include in response _source.
- space
Id string - An identifier for the space. If space_id is not provided, the default space is used.
- entity_
id str - When set, the provider generates an implicit KQL filter for this entity id. Conflicts with filter and filter_query.
- entity_
types Sequence[str] - Entity types to include in the results. Valid values are user, host, service, generic.
- fields Sequence[str]
- Fields to include in response fields.
- filter str
- A Kibana Query Language (KQL) filter for the search-after mode.
- filter_
query str - An Elasticsearch query string to filter entities in page mode.
- kibana_
connections Sequence[GetKibana Security Entity Store Entities Kibana Connection] - Kibana connection configuration block.
- page float
- Page number to return (1-indexed) in page mode.
- per_
page float - Number of entities per page in page mode.
- search_
after str - JSON-encoded search_after cursor from a previous response.
- size float
- Number of entities to return in search-after mode.
- sort_
field str - Field to sort results by in page mode.
- sort_
order str - Sort order in page mode.
- sources Sequence[str]
- Fields to include in response _source.
- space_
id str - An identifier for the space. If space_id is not provided, the default space is used.
- entity
Id String - When set, the provider generates an implicit KQL filter for this entity id. Conflicts with filter and filter_query.
- entity
Types List<String> - Entity types to include in the results. Valid values are user, host, service, generic.
- fields List<String>
- Fields to include in response fields.
- filter String
- A Kibana Query Language (KQL) filter for the search-after mode.
- filter
Query String - An Elasticsearch query string to filter entities in page mode.
- kibana
Connections List<Property Map> - Kibana connection configuration block.
- page Number
- Page number to return (1-indexed) in page mode.
- per
Page Number - Number of entities per page in page mode.
- search
After String - JSON-encoded search_after cursor from a previous response.
- size Number
- Number of entities to return in search-after mode.
- sort
Field String - Field to sort results by in page mode.
- sort
Order String - Sort order in page mode.
- sources List<String>
- Fields to include in response _source.
- space
Id String - An identifier for the space. If space_id is not provided, the default space is used.
getKibanaSecurityEntityStoreEntities Result
The following output properties are available:
- Id string
- Stable identifier computed as \n\n/entitystoreentities.
- Items
List<Get
Kibana Security Entity Store Entities Item> - List of entity records with typed attributes matching the resource schema.
- Results
Json string - Normalized JSON (sorted keys) of the full API response body.
- Space
Id string - An identifier for the space. If space_id is not provided, the default space is used.
- Entity
Id string - When set, the provider generates an implicit KQL filter for this entity id. Conflicts with filter and filter_query.
- Entity
Types List<string> - Entity types to include in the results. Valid values are user, host, service, generic.
- Fields List<string>
- Fields to include in response fields.
- Filter string
- A Kibana Query Language (KQL) filter for the search-after mode.
- Filter
Query string - An Elasticsearch query string to filter entities in page mode.
- Kibana
Connections List<GetKibana Security Entity Store Entities Kibana Connection> - Kibana connection configuration block.
- Page double
- Page number to return (1-indexed) in page mode.
- Per
Page double - Number of entities per page in page mode.
- Search
After string - JSON-encoded search_after cursor from a previous response.
- Size double
- Number of entities to return in search-after mode.
- Sort
Field string - Field to sort results by in page mode.
- Sort
Order string - Sort order in page mode.
- Sources List<string>
- Fields to include in response _source.
- Id string
- Stable identifier computed as \n\n/entitystoreentities.
- Items
[]Get
Kibana Security Entity Store Entities Item - List of entity records with typed attributes matching the resource schema.
- Results
Json string - Normalized JSON (sorted keys) of the full API response body.
- Space
Id string - An identifier for the space. If space_id is not provided, the default space is used.
- Entity
Id string - When set, the provider generates an implicit KQL filter for this entity id. Conflicts with filter and filter_query.
- Entity
Types []string - Entity types to include in the results. Valid values are user, host, service, generic.
- Fields []string
- Fields to include in response fields.
- Filter string
- A Kibana Query Language (KQL) filter for the search-after mode.
- Filter
Query string - An Elasticsearch query string to filter entities in page mode.
- Kibana
Connections []GetKibana Security Entity Store Entities Kibana Connection - Kibana connection configuration block.
- Page float64
- Page number to return (1-indexed) in page mode.
- Per
Page float64 - Number of entities per page in page mode.
- Search
After string - JSON-encoded search_after cursor from a previous response.
- Size float64
- Number of entities to return in search-after mode.
- Sort
Field string - Field to sort results by in page mode.
- Sort
Order string - Sort order in page mode.
- Sources []string
- Fields to include in response _source.
- id string
- Stable identifier computed as \n\n/entitystoreentities.
- items list(object)
- List of entity records with typed attributes matching the resource schema.
- results_
json string - Normalized JSON (sorted keys) of the full API response body.
- space_
id string - An identifier for the space. If space_id is not provided, the default space is used.
- entity_
id string - When set, the provider generates an implicit KQL filter for this entity id. Conflicts with filter and filter_query.
- entity_
types list(string) - Entity types to include in the results. Valid values are user, host, service, generic.
- fields list(string)
- Fields to include in response fields.
- filter string
- A Kibana Query Language (KQL) filter for the search-after mode.
- filter_
query string - An Elasticsearch query string to filter entities in page mode.
- kibana_
connections list(object) - Kibana connection configuration block.
- page number
- Page number to return (1-indexed) in page mode.
- per_
page number - Number of entities per page in page mode.
- search_
after string - JSON-encoded search_after cursor from a previous response.
- size number
- Number of entities to return in search-after mode.
- sort_
field string - Field to sort results by in page mode.
- sort_
order string - Sort order in page mode.
- sources list(string)
- Fields to include in response _source.
- id String
- Stable identifier computed as \n\n/entitystoreentities.
- items
List<Get
Kibana Security Entity Store Entities Item> - List of entity records with typed attributes matching the resource schema.
- results
Json String - Normalized JSON (sorted keys) of the full API response body.
- space
Id String - An identifier for the space. If space_id is not provided, the default space is used.
- entity
Id String - When set, the provider generates an implicit KQL filter for this entity id. Conflicts with filter and filter_query.
- entity
Types List<String> - Entity types to include in the results. Valid values are user, host, service, generic.
- fields List<String>
- Fields to include in response fields.
- filter String
- A Kibana Query Language (KQL) filter for the search-after mode.
- filter
Query String - An Elasticsearch query string to filter entities in page mode.
- kibana
Connections List<GetKibana Security Entity Store Entities Kibana Connection> - Kibana connection configuration block.
- page Double
- Page number to return (1-indexed) in page mode.
- per
Page Double - Number of entities per page in page mode.
- search
After String - JSON-encoded search_after cursor from a previous response.
- size Double
- Number of entities to return in search-after mode.
- sort
Field String - Field to sort results by in page mode.
- sort
Order String - Sort order in page mode.
- sources List<String>
- Fields to include in response _source.
- id string
- Stable identifier computed as \n\n/entitystoreentities.
- items
Get
Kibana Security Entity Store Entities Item[] - List of entity records with typed attributes matching the resource schema.
- results
Json string - Normalized JSON (sorted keys) of the full API response body.
- space
Id string - An identifier for the space. If space_id is not provided, the default space is used.
- entity
Id string - When set, the provider generates an implicit KQL filter for this entity id. Conflicts with filter and filter_query.
- entity
Types string[] - Entity types to include in the results. Valid values are user, host, service, generic.
- fields string[]
- Fields to include in response fields.
- filter string
- A Kibana Query Language (KQL) filter for the search-after mode.
- filter
Query string - An Elasticsearch query string to filter entities in page mode.
- kibana
Connections GetKibana Security Entity Store Entities Kibana Connection[] - Kibana connection configuration block.
- page number
- Page number to return (1-indexed) in page mode.
- per
Page number - Number of entities per page in page mode.
- search
After string - JSON-encoded search_after cursor from a previous response.
- size number
- Number of entities to return in search-after mode.
- sort
Field string - Field to sort results by in page mode.
- sort
Order string - Sort order in page mode.
- sources string[]
- Fields to include in response _source.
- id str
- Stable identifier computed as \n\n/entitystoreentities.
- items
Sequence[Get
Kibana Security Entity Store Entities Item] - List of entity records with typed attributes matching the resource schema.
- results_
json str - Normalized JSON (sorted keys) of the full API response body.
- space_
id str - An identifier for the space. If space_id is not provided, the default space is used.
- entity_
id str - When set, the provider generates an implicit KQL filter for this entity id. Conflicts with filter and filter_query.
- entity_
types Sequence[str] - Entity types to include in the results. Valid values are user, host, service, generic.
- fields Sequence[str]
- Fields to include in response fields.
- filter str
- A Kibana Query Language (KQL) filter for the search-after mode.
- filter_
query str - An Elasticsearch query string to filter entities in page mode.
- kibana_
connections Sequence[GetKibana Security Entity Store Entities Kibana Connection] - Kibana connection configuration block.
- page float
- Page number to return (1-indexed) in page mode.
- per_
page float - Number of entities per page in page mode.
- search_
after str - JSON-encoded search_after cursor from a previous response.
- size float
- Number of entities to return in search-after mode.
- sort_
field str - Field to sort results by in page mode.
- sort_
order str - Sort order in page mode.
- sources Sequence[str]
- Fields to include in response _source.
- id String
- Stable identifier computed as \n\n/entitystoreentities.
- items List<Property Map>
- List of entity records with typed attributes matching the resource schema.
- results
Json String - Normalized JSON (sorted keys) of the full API response body.
- space
Id String - An identifier for the space. If space_id is not provided, the default space is used.
- entity
Id String - When set, the provider generates an implicit KQL filter for this entity id. Conflicts with filter and filter_query.
- entity
Types List<String> - Entity types to include in the results. Valid values are user, host, service, generic.
- fields List<String>
- Fields to include in response fields.
- filter String
- A Kibana Query Language (KQL) filter for the search-after mode.
- filter
Query String - An Elasticsearch query string to filter entities in page mode.
- kibana
Connections List<Property Map> - Kibana connection configuration block.
- page Number
- Page number to return (1-indexed) in page mode.
- per
Page Number - Number of entities per page in page mode.
- search
After String - JSON-encoded search_after cursor from a previous response.
- size Number
- Number of entities to return in search-after mode.
- sort
Field String - Field to sort results by in page mode.
- sort
Order String - Sort order in page mode.
- sources List<String>
- Fields to include in response _source.
Supporting Types
GetKibanaSecurityEntityStoreEntitiesItem
- @timestamp string
- Asset
Get
Kibana Security Entity Store Entities Item Asset - Cloud
Get
Kibana Security Entity Store Entities Item Cloud - Document
Json string - Entity
Get
Kibana Security Entity Store Entities Item Entity - Event
Get
Kibana Security Entity Store Entities Item Event - Host
Get
Kibana Security Entity Store Entities Item Host - Labels Dictionary<string, string>
- Orchestrator
Get
Kibana Security Entity Store Entities Item Orchestrator - Service
Get
Kibana Security Entity Store Entities Item Service - List<string>
- User
Get
Kibana Security Entity Store Entities Item User
- @Timestamp string
- Asset
Get
Kibana Security Entity Store Entities Item Asset - Cloud
Get
Kibana Security Entity Store Entities Item Cloud - Document
Json string - Entity
Get
Kibana Security Entity Store Entities Item Entity - Event
Get
Kibana Security Entity Store Entities Item Event - Host
Get
Kibana Security Entity Store Entities Item Host - Labels map[string]string
- Orchestrator
Get
Kibana Security Entity Store Entities Item Orchestrator - Service
Get
Kibana Security Entity Store Entities Item Service - []string
- User
Get
Kibana Security Entity Store Entities Item User
- _
timestamp String - asset
Get
Kibana Security Entity Store Entities Item Asset - cloud
Get
Kibana Security Entity Store Entities Item Cloud - document
Json String - entity
Get
Kibana Security Entity Store Entities Item Entity - event
Get
Kibana Security Entity Store Entities Item Event - host
Get
Kibana Security Entity Store Entities Item Host - labels Map<String,String>
- orchestrator
Get
Kibana Security Entity Store Entities Item Orchestrator - service
Get
Kibana Security Entity Store Entities Item Service - List<String>
- user
Get
Kibana Security Entity Store Entities Item User
- @timestamp string
- asset
Get
Kibana Security Entity Store Entities Item Asset - cloud
Get
Kibana Security Entity Store Entities Item Cloud - document
Json string - entity
Get
Kibana Security Entity Store Entities Item Entity - event
Get
Kibana Security Entity Store Entities Item Event - host
Get
Kibana Security Entity Store Entities Item Host - labels {[key: string]: string}
- orchestrator
Get
Kibana Security Entity Store Entities Item Orchestrator - service
Get
Kibana Security Entity Store Entities Item Service - string[]
- user
Get
Kibana Security Entity Store Entities Item User
- _
timestamp str - asset
Get
Kibana Security Entity Store Entities Item Asset - cloud
Get
Kibana Security Entity Store Entities Item Cloud - document_
json str - entity
Get
Kibana Security Entity Store Entities Item Entity - event
Get
Kibana Security Entity Store Entities Item Event - host
Get
Kibana Security Entity Store Entities Item Host - labels Mapping[str, str]
- orchestrator
Get
Kibana Security Entity Store Entities Item Orchestrator - service
Get
Kibana Security Entity Store Entities Item Service - Sequence[str]
- user
Get
Kibana Security Entity Store Entities Item User
- @timestamp String
- asset Property Map
- cloud Property Map
- document
Json String - entity Property Map
- event Property Map
- host Property Map
- labels Map<String>
- orchestrator Property Map
- service Property Map
- List<String>
- user Property Map
GetKibanaSecurityEntityStoreEntitiesItemAsset
- criticality string
- criticality_
feedback object - owner object
- value number
- criticality String
- criticality
Feedback Property Map - owner Property Map
- value Number
GetKibanaSecurityEntityStoreEntitiesItemAssetCriticalityFeedback
GetKibanaSecurityEntityStoreEntitiesItemAssetOwner
- Department string
- Email string
- Ext string
- Name string
- Department string
- Email string
- Ext string
- Name string
- department string
- email string
- ext string
- name string
- department String
- email String
- ext String
- name String
- department string
- email string
- ext string
- name string
- department str
- email str
- ext str
- name str
- department String
- email String
- ext String
- name String
GetKibanaSecurityEntityStoreEntitiesItemCloud
- Account
Id string - Account
Name string - Project
Id string - Project
Name string - Provider string
- Region string
- Service
Name string
- Account
Id string - Account
Name string - Project
Id string - Project
Name string - Provider string
- Region string
- Service
Name string
- account_
id string - account_
name string - project_
id string - project_
name string - provider string
- region string
- service_
name string
- account
Id String - account
Name String - project
Id String - project
Name String - provider String
- region String
- service
Name String
- account
Id string - account
Name string - project
Id string - project
Name string - provider string
- region string
- service
Name string
- account_
id str - account_
name str - project_
id str - project_
name str - provider str
- region str
- service_
name str
- account
Id String - account
Name String - project
Id String - project
Name String - provider String
- region String
- service
Name String
GetKibanaSecurityEntityStoreEntitiesItemEntity
- Attributes
Get
Kibana Security Entity Store Entities Item Entity Attributes - Behaviors
Get
Kibana Security Entity Store Entities Item Entity Behaviors - Id string
- Lifecycle
Get
Kibana Security Entity Store Entities Item Entity Lifecycle - Name string
- Relationships
Get
Kibana Security Entity Store Entities Item Entity Relationships - Risk
Get
Kibana Security Entity Store Entities Item Entity Risk - Sources List<string>
- Sub
Type string - Type string
- Attributes
Get
Kibana Security Entity Store Entities Item Entity Attributes - Behaviors
Get
Kibana Security Entity Store Entities Item Entity Behaviors - Id string
- Lifecycle
Get
Kibana Security Entity Store Entities Item Entity Lifecycle - Name string
- Relationships
Get
Kibana Security Entity Store Entities Item Entity Relationships - Risk
Get
Kibana Security Entity Store Entities Item Entity Risk - Sources []string
- Sub
Type string - Type string
- attributes
Get
Kibana Security Entity Store Entities Item Entity Attributes - behaviors
Get
Kibana Security Entity Store Entities Item Entity Behaviors - id String
- lifecycle
Get
Kibana Security Entity Store Entities Item Entity Lifecycle - name String
- relationships
Get
Kibana Security Entity Store Entities Item Entity Relationships - risk
Get
Kibana Security Entity Store Entities Item Entity Risk - sources List<String>
- sub
Type String - type String
- attributes
Get
Kibana Security Entity Store Entities Item Entity Attributes - behaviors
Get
Kibana Security Entity Store Entities Item Entity Behaviors - id string
- lifecycle
Get
Kibana Security Entity Store Entities Item Entity Lifecycle - name string
- relationships
Get
Kibana Security Entity Store Entities Item Entity Relationships - risk
Get
Kibana Security Entity Store Entities Item Entity Risk - sources string[]
- sub
Type string - type string
- attributes
Get
Kibana Security Entity Store Entities Item Entity Attributes - behaviors
Get
Kibana Security Entity Store Entities Item Entity Behaviors - id str
- lifecycle
Get
Kibana Security Entity Store Entities Item Entity Lifecycle - name str
- relationships
Get
Kibana Security Entity Store Entities Item Entity Relationships - risk
Get
Kibana Security Entity Store Entities Item Entity Risk - sources Sequence[str]
- sub_
type str - type str
- attributes Property Map
- behaviors Property Map
- id String
- lifecycle Property Map
- name String
- relationships Property Map
- risk Property Map
- sources List<String>
- sub
Type String - type String
GetKibanaSecurityEntityStoreEntitiesItemEntityAttributes
- Asset bool
- Managed bool
- Mfa
Enabled bool - Privileged bool
- Asset bool
- Managed bool
- Mfa
Enabled bool - Privileged bool
- asset bool
- managed bool
- mfa_
enabled bool - privileged bool
- asset Boolean
- managed Boolean
- mfa
Enabled Boolean - privileged Boolean
- asset boolean
- managed boolean
- mfa
Enabled boolean - privileged boolean
- asset bool
- managed bool
- mfa_
enabled bool - privileged bool
- asset Boolean
- managed Boolean
- mfa
Enabled Boolean - privileged Boolean
GetKibanaSecurityEntityStoreEntitiesItemEntityBehaviors
- Brute
Force boolVictim - New
Country boolLogin - Used
Usb boolDevice
- Brute
Force boolVictim - New
Country boolLogin - Used
Usb boolDevice
- brute_
force_ boolvictim - new_
country_ boollogin - used_
usb_ booldevice
- brute
Force BooleanVictim - new
Country BooleanLogin - used
Usb BooleanDevice
- brute
Force booleanVictim - new
Country booleanLogin - used
Usb booleanDevice
- brute_
force_ boolvictim - new_
country_ boollogin - used_
usb_ booldevice
- brute
Force BooleanVictim - new
Country BooleanLogin - used
Usb BooleanDevice
GetKibanaSecurityEntityStoreEntitiesItemEntityLifecycle
- First
Seen string - Last
Activity string - Last
Seen string
- First
Seen string - Last
Activity string - Last
Seen string
- first_
seen string - last_
activity string - last_
seen string
- first
Seen String - last
Activity String - last
Seen String
- first
Seen string - last
Activity string - last
Seen string
- first_
seen str - last_
activity str - last_
seen str
- first
Seen String - last
Activity String - last
Seen String
GetKibanaSecurityEntityStoreEntitiesItemEntityRelationships
- Accessed
Frequently List<string>Bies - Accesses
Frequentlies List<string> - Accesses
Infrequentlies List<string> - Communicates
Withs List<string> - Dependent
Ofs List<string> - Depends
Ons List<string> - Owned
Bies List<string> - Owns List<string>
- Supervised
Bies List<string> - Supervises List<string>
- Accessed
Frequently []stringBies - Accesses
Frequentlies []string - Accesses
Infrequentlies []string - Communicates
Withs []string - Dependent
Ofs []string - Depends
Ons []string - Owned
Bies []string - Owns []string
- Supervised
Bies []string - Supervises []string
- accessed_
frequently_ list(string)bies - accesses_
frequentlies list(string) - accesses_
infrequentlies list(string) - communicates_
withs list(string) - dependent_
ofs list(string) - depends_
ons list(string) - owned_
bies list(string) - owns list(string)
- supervised_
bies list(string) - supervises list(string)
- accessed
Frequently List<String>Bies - accesses
Frequentlies List<String> - accesses
Infrequentlies List<String> - communicates
Withs List<String> - dependent
Ofs List<String> - depends
Ons List<String> - owned
Bies List<String> - owns List<String>
- supervised
Bies List<String> - supervises List<String>
- accessed
Frequently string[]Bies - accesses
Frequentlies string[] - accesses
Infrequentlies string[] - communicates
Withs string[] - dependent
Ofs string[] - depends
Ons string[] - owned
Bies string[] - owns string[]
- supervised
Bies string[] - supervises string[]
- accessed_
frequently_ Sequence[str]bies - accesses_
frequentlies Sequence[str] - accesses_
infrequentlies Sequence[str] - communicates_
withs Sequence[str] - dependent_
ofs Sequence[str] - depends_
ons Sequence[str] - owned_
bies Sequence[str] - owns Sequence[str]
- supervised_
bies Sequence[str] - supervises Sequence[str]
- accessed
Frequently List<String>Bies - accesses
Frequentlies List<String> - accesses
Infrequentlies List<String> - communicates
Withs List<String> - dependent
Ofs List<String> - depends
Ons List<String> - owned
Bies List<String> - owns List<String>
- supervised
Bies List<String> - supervises List<String>
GetKibanaSecurityEntityStoreEntitiesItemEntityRisk
- Calculated
Level string - Calculated
Score double - Calculated
Score doubleNorm
- Calculated
Level string - Calculated
Score float64 - Calculated
Score float64Norm
- calculated_
level string - calculated_
score number - calculated_
score_ numbernorm
- calculated
Level String - calculated
Score Double - calculated
Score DoubleNorm
- calculated
Level string - calculated
Score number - calculated
Score numberNorm
- calculated_
level str - calculated_
score float - calculated_
score_ floatnorm
- calculated
Level String - calculated
Score Number - calculated
Score NumberNorm
GetKibanaSecurityEntityStoreEntitiesItemEvent
GetKibanaSecurityEntityStoreEntitiesItemHost
- Architectures List<string>
- Domains List<string>
- Hostnames List<string>
- Ids List<string>
- Ips List<string>
- Macs List<string>
- Name string
- Os
Get
Kibana Security Entity Store Entities Item Host Os - Risk
Get
Kibana Security Entity Store Entities Item Host Risk - Types List<string>
- Architectures []string
- Domains []string
- Hostnames []string
- Ids []string
- Ips []string
- Macs []string
- Name string
- Os
Get
Kibana Security Entity Store Entities Item Host Os - Risk
Get
Kibana Security Entity Store Entities Item Host Risk - Types []string
- architectures List<String>
- domains List<String>
- hostnames List<String>
- ids List<String>
- ips List<String>
- macs List<String>
- name String
- os
Get
Kibana Security Entity Store Entities Item Host Os - risk
Get
Kibana Security Entity Store Entities Item Host Risk - types List<String>
- architectures string[]
- domains string[]
- hostnames string[]
- ids string[]
- ips string[]
- macs string[]
- name string
- os
Get
Kibana Security Entity Store Entities Item Host Os - risk
Get
Kibana Security Entity Store Entities Item Host Risk - types string[]
- architectures Sequence[str]
- domains Sequence[str]
- hostnames Sequence[str]
- ids Sequence[str]
- ips Sequence[str]
- macs Sequence[str]
- name str
- os
Get
Kibana Security Entity Store Entities Item Host Os - risk
Get
Kibana Security Entity Store Entities Item Host Risk - types Sequence[str]
- architectures List<String>
- domains List<String>
- hostnames List<String>
- ids List<String>
- ips List<String>
- macs List<String>
- name String
- os Property Map
- risk Property Map
- types List<String>
GetKibanaSecurityEntityStoreEntitiesItemHostOs
GetKibanaSecurityEntityStoreEntitiesItemHostRisk
- Calculated
Level string - Calculated
Score double - Calculated
Score doubleNorm
- Calculated
Level string - Calculated
Score float64 - Calculated
Score float64Norm
- calculated_
level string - calculated_
score number - calculated_
score_ numbernorm
- calculated
Level String - calculated
Score Double - calculated
Score DoubleNorm
- calculated
Level string - calculated
Score number - calculated
Score numberNorm
- calculated_
level str - calculated_
score float - calculated_
score_ floatnorm
- calculated
Level String - calculated
Score Number - calculated
Score NumberNorm
GetKibanaSecurityEntityStoreEntitiesItemOrchestrator
- Cluster
Id string - Cluster
Name string - Cluster
Version string - Name string
- Namespace string
- Resource
Id string - Resource
Name string - Resource
Type string - Type string
- Cluster
Id string - Cluster
Name string - Cluster
Version string - Name string
- Namespace string
- Resource
Id string - Resource
Name string - Resource
Type string - Type string
- cluster_
id string - cluster_
name string - cluster_
version string - name string
- namespace string
- resource_
id string - resource_
name string - resource_
type string - type string
- cluster
Id String - cluster
Name String - cluster
Version String - name String
- namespace String
- resource
Id String - resource
Name String - resource
Type String - type String
- cluster
Id string - cluster
Name string - cluster
Version string - name string
- namespace string
- resource
Id string - resource
Name string - resource
Type string - type string
- cluster_
id str - cluster_
name str - cluster_
version str - name str
- namespace str
- resource_
id str - resource_
name str - resource_
type str - type str
- cluster
Id String - cluster
Name String - cluster
Version String - name String
- namespace String
- resource
Id String - resource
Name String - resource
Type String - type String
GetKibanaSecurityEntityStoreEntitiesItemService
- name String
- risk Property Map
GetKibanaSecurityEntityStoreEntitiesItemServiceRisk
- Calculated
Level string - Calculated
Score double - Calculated
Score doubleNorm
- Calculated
Level string - Calculated
Score float64 - Calculated
Score float64Norm
- calculated_
level string - calculated_
score number - calculated_
score_ numbernorm
- calculated
Level String - calculated
Score Double - calculated
Score DoubleNorm
- calculated
Level string - calculated
Score number - calculated
Score numberNorm
- calculated_
level str - calculated_
score float - calculated_
score_ floatnorm
- calculated
Level String - calculated
Score Number - calculated
Score NumberNorm
GetKibanaSecurityEntityStoreEntitiesItemUser
- domains Sequence[str]
- emails Sequence[str]
- full_
names Sequence[str] - hashes Sequence[str]
- ids Sequence[str]
- name str
- risk
Get
Kibana Security Entity Store Entities Item User Risk - roles Sequence[str]
GetKibanaSecurityEntityStoreEntitiesItemUserRisk
- Calculated
Level string - Calculated
Score double - Calculated
Score doubleNorm
- Calculated
Level string - Calculated
Score float64 - Calculated
Score float64Norm
- calculated_
level string - calculated_
score number - calculated_
score_ numbernorm
- calculated
Level String - calculated
Score Double - calculated
Score DoubleNorm
- calculated
Level string - calculated
Score number - calculated
Score numberNorm
- calculated_
level str - calculated_
score float - calculated_
score_ floatnorm
- calculated
Level String - calculated
Score Number - calculated
Score NumberNorm
GetKibanaSecurityEntityStoreEntitiesKibanaConnection
- 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.
- Api
Key string - API Key to use for authentication to Kibana
- Bearer
Token string - Bearer Token to use for authentication to Kibana
- Ca
Certs []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.
- 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 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 string - API Key to use for authentication to Kibana
- bearer
Token string - Bearer Token to use for authentication to Kibana
- ca
Certs 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.
- 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 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
elasticstackTerraform Provider.
Viewing docs for elasticstack 0.16.3
published on Thursday, Jul 23, 2026 by elastic
published on Thursday, Jul 23, 2026 by elastic