Link Search Menu Expand Document

elastio:local-path:iscan:healthy

Version: V0

Group: Local path

Iscan has determined that scanned path is healthy.

Example:

{

      "event_id": "00000000-0000-0000-0000-000000000000",

      "event_kind": "elastio:local-path:iscan:healthy",

      "event_time": "2023-04-27T13:09:15Z",

      "event_version": "v0",

      "cloud_connector_id": "00000000-0000-0000-0000-000000000000",

      "number_of_ransomware_scanned_files": 1,

      "iscan_report_id": "00000000-0000-0000-0000-000000000000",

      "deprecation_warning": null,

      "region": "us-east-1",

      "account_id": "000000000000",

      "number_of_malware_scanned_files": 1,

      "path": "/tmp/.tmpwJFBYV"

 }

Fields:

  • account_id

Type: string (is never empty)

Field description: AWS account ID.

  • cloud_connector_id

Type: uuid

Field description: ID of the Cloud Connector the event took place in.

  • region

Type: string (is never empty)

Field description: AWS region of the asset.

  • path

Type: string (is never empty)

Field description: Local path where vulnerability was discovered.

  • iscan_report_id

Type: uuid

Field description: Iscan report ID.

  • number_of_malware_scanned_files

Type: unsigned_integer, can be null

Field description: Total number of files scanned for malware.

  • number_of_ransomware_scanned_files

Type: unsigned_integer, can be null

Field description: Total number of files scanned for ransomware.