# Issue Findings Reports Collects and processes Wiz Issues logs from the Wiz API, enabling continuous monitoring and reporting of security issues across cloud environments. **Sync Type: Snapshot** ## Requirements Before connecting to Wiz, you need: - Wiz API credentials (Client ID and Client Secret) - Appropriate permissions to access Issues API endpoints - Access to view and list issues in your Wiz account - Find your tenant data center on the Tenant Info page in Wiz, or request it from your Wiz customer contact. e.g., "us1", "us2", "us3". - To generate incremental issues data (which does not generate reports), you can also use the [incremental](./wiz-issues.mdx) version of this input. ## Details This input connects to the Wiz API to fetch issues data. It performs a complete sync of all issues by generating a report on a cron specified by the user. ## Configuration The following configuration defines the input parameters: NOTE: if you change the configuration of a component in a pipeline it will not reset its state. For example, if you set the project filter the incremental sync will start to pull only for the desired project but you will not get a new FULL sync of all historical data for that project. #### Settings | Setting | Type | Required | Description | |---------|------|----------|-------------| | Tenant Data Center | string | Yes | The Wiz tenant data center (e.g., "us17", "eu1") | | Severity | Array | No | Filter issues by severity levels | | Status | Array | No | Filter issues by their current status | | Type | Array | No | Filter issues by type | | Framework Category | Array | No | Filter issues by framework category | | Stack Layer | Array | No | Filter issues by stack layer | | Project | Array | No | Filter issues by specific projects | | Has Service Ticket | boolean | No | Filter issues that have associated service tickets | | Has Remediation | boolean | No | Filter issues that have remediation steps | | Has Auto Remediation | boolean | No | Filter issues that have automatic remediation capability | | Backfill Start Time | string | No | The date to start fetching data from. If not specified, no past records will be fetched. | | API Rate Limit | object | No | Optional limit on the connector's outbound request rate to the source API. Leave blank to use the connector's default behavior. See [API Rate Limiting](../../../guides/rate-limiting) for the field format, limits, and how to choose a value. | #### Secrets | Secret | Type | Required | Description | |---------|------|----------|-------------| | Client ID | string | Yes | Client ID for the Wiz API authentication | | Client Secret | string | Yes | Client Secret for the Wiz API authentication | ## Data Collection The input collects the following data from Wiz Issues: - Issue details and metadata - Associated resources and entities - Security findings and vulnerabilities - Remediation information - Status and severity levels - Framework categories and stack layers - Project associations - Service ticket information (if available) ## Filtering Options You can filter the collected issues using various criteria: - **Severity Levels**: Filter by issue severity - **Status**: Include only issues in specific states - **Type**: Filter by issue type - **Framework Categories**: Filter by security framework categories - **Stack Layers**: Filter by affected stack layers - **Projects**: Limit to specific projects - **Service Tickets**: Filter based on ticket association - **Remediation**: Filter based on remediation availability ## Notes - The test connection functionality will alert you if your filter is too strict and no data is gathered using it.