Entro
Version | 0.1.1 beta:[] (View all) |
Compatible Kibana version(s) | 8.18.0 or higher 9.0.0 or higher |
Supported Serverless project types What's this? |
Security Observability |
Subscription level What's this? |
Basic |
Level of support What's this? |
Elastic |
Entro Security allows you to discover, monitor, and protect non-human identities (NHIs) and secrets. Entro Security also provides management of the lifecycle of these identities and secrets, from creation to rotation.
Use the Entro integration with Elastic to monitor your exposed secrets and types. Then visualize that data in Kibana, create alerts to notify you if something goes wrong, and reference audit logs when troubleshooting an issue.
For example, if you wanted to see what types of secrets are being exposed more than usual you could look at the Entro audit logs to isolate this information.
The Entro Security integration collects logs that help you keep a record of security events related to Non-Human Identities (NHIs) and secrets.
Audit: Audit allows collecting Audit Log Events The Audit data stream collects detailed events about exposed secrets discovered by the Entro platform. This includes the type of secret, where it was found, and the value of the secret itself. See more details in the Logs reference.
Elastic Agent must be installed. For more details, check the Elastic Agent installation instructions.
Log in to your Entro Security platform and generate an API Token. Note keep this token private and secure.
Identify the base URL for your Entro API endpoint. When prompted during setup, you will need to provide this information.
The audit data stream provides events from the Entro Security /v1/scan/auditLogs endpoint. This data stream enriches the raw logs with ECS fields and categorizes the event for security analysis.
Exported fields
Example
{
"@timestamp": "2025-05-27T20:12:44.000Z",
"agent": {
"ephemeral_id": "342840a0-6a1a-4caa-b0dc-59ecea6d0709",
"id": "16f5e042-d3f4-40f9-a0ea-20917399dcbd",
"name": "elastic-agent-15525",
"type": "filebeat",
"version": "8.17.4"
},
"data_stream": {
"dataset": "entro.audit",
"namespace": "87243",
"type": "logs"
},
"ecs": {
"version": "8.17.0"
},
"elastic_agent": {
"id": "16f5e042-d3f4-40f9-a0ea-20917399dcbd",
"snapshot": false,
"version": "8.17.4"
},
"event": {
"agent_id_status": "verified",
"category": [
"vulnerability"
],
"dataset": "entro.audit",
"id": "105d6a3d-6468-4fcc-994e-f525011c53cf",
"ingested": "2025-07-10T18:29:08Z",
"kind": "event",
"type": [
"info"
]
},
"host": {
"name": "elastic-agent-15525"
},
"input": {
"type": "cel"
},
"log": {
"origin": {
"file": {
"line": 878
}
}
},
"tags": [
"preserve_original_event",
"forwarded",
"entro-event"
],
"vulnerability": {
"category": [
"Secret"
],
"description": "GENERIC_CREDS_WINDOWS_PASSWORD",
"value": "asd123123"
}
}
This integration includes one or more Kibana dashboards that visualizes the data collected by the integration. The screenshots below illustrate how the ingested data is displayed.
Changelog
Version | Details | Kibana version(s) |
---|---|---|
0.1.1 | Bug fix (View pull request) Data view loading issue. |
— |
0.1.0 | Enhancement (View pull request) Initial release |
— |