> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/runtime-security/deployment-patterns/caps.md).

# Storage Limits for Audits and Reports

Prisma Cloud restricts the size of some data collections to prevent misconfigured or noisy systems from consuming all available disk space and compromising the availability of the Console service.

## Registry Scanning

Prisma Cloud scans a maximum of 1,000,000 registry images, ordered by most recently published. Publish date is the time an image is pushed to the registry.

## Data Collections Limits

The following limits are currently enforced in Console’s database.

For audits: if you must retain all audits, consider configuring Console to send audits to syslog, and then forward the audits to a log management system for long term storage.

| Collection                                                                                                                                                                                                  | Cap                                                            |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------- |
| Registry specifications                                                                                                                                                                                     | 19,999 entries                                                 |
| [Jenkins plugin and twistcli scan reports](/content-collections/runtime-security/vulnerability-management/scan-reports.md)                                                                                  | 5000 scan reports or 500 MB (whichever limit is reached first) |
| [Container runtime audits](/content-collections/runtime-security/audit/event-viewer.md)                                                                                                                     | 25K audits or 50 MB (whichever limit is reached first)         |
| [Container network firewall audits](/content-collections/runtime-security/audit/event-viewer.md)                                                                                                            | 25K audits or 50 MB (whichever limit is reached first)         |
| [Image sandbox analysis reports](/content-collections/runtime-security/runtime-defense/image-analysis-sandbox.md)                                                                                           | 5000 scan reports or 500 MB (whichever limit is reached first) |
| [Kubernetes audits](/content-collections/runtime-security/audit/kubernetes-auditing.md)                                                                                                                     | 100K audits or 50 MB (whichever limit is reached first)        |
| [Admission audits](/content-collections/runtime-security/access-control/open-policy-agent.md)                                                                                                               | 100K audits or 50 MB (whichever limit is reached first)        |
| [Log inspection events](/content-collections/runtime-security/runtime-defense/runtime-defense-hosts.md)                                                                                                     | 100K audits or 50 MB (whichever limit is reached first)        |
| [File integrity events](/content-collections/runtime-security/runtime-defense/runtime-defense-hosts.md)                                                                                                     | 100K audits or 50 MB (whichever limit is reached first)        |
| [Host activities](/content-collections/runtime-security/audit/host-activity.md)                                                                                                                             | 100K audits or 50 MB (whichever limit is hit first)            |
| [Host history](/content-collections/runtime-security/audit/audit-admin-activity.md)                                                                                                                         | 100K audits or 50 MB (whichever limit is reached first)        |
| [Host runtime audits](/content-collections/runtime-security/audit/event-viewer.md)                                                                                                                          | 25K audits or 50 MB (whichever limit is reached first)         |
| [Host network firewall audits](/content-collections/runtime-security/audit/event-viewer.md)                                                                                                                 | 25K audits or 50 MB (whichever limit is reached first)         |
| [Serverless runtime audits](/content-collections/runtime-security/audit/event-viewer.md)                                                                                                                    | 25K audits or 50 MB (whichever limit is reached first)         |
| [App-Embedded runtime audits](/content-collections/runtime-security/audit/event-viewer.md)                                                                                                                  | 25K audits or 50 MB (whichever limit is reached first)         |
| [Trust audits](/content-collections/runtime-security/audit/event-viewer.md)                                                                                                                                 | 25K audits or 50 MB (whichever limit is reached first)         |
| [WAAS for containers events](/content-collections/runtime-security/waas/waas-analytics.md)                                                                                                                  | 200K audits or 200 MB (whichever limit is reached first)       |
| [WAAS for hosts events](/content-collections/runtime-security/waas/waas-analytics.md)                                                                                                                       | 200K audits or 200 MB (whichever limit is reached first)       |
| [WAAS for serverless events](/content-collections/runtime-security/waas/waas-analytics.md)                                                                                                                  | 200K audits or 200 MB (whichever limit is reached first)       |
| [WAAS for app-embedded events](/content-collections/runtime-security/waas/waas-analytics.md)                                                                                                                | 200K audits or 200 MB (whichever limit is reached first)       |
| [Incidents](/content-collections/runtime-security/runtime-defense/incident-explorer.md)                                                                                                                     | 25K incidents or 50 MB (which limit is reached first)          |
| [Registry specifications](https://github.com/PaloAltoNetworks/pc-docs-md/tree/main/enterprise-edition/content-collections/runtime-security/vulnerability-management/registry-scanning/registry-scanning.md) | 19,999 entries                                                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.prismacloud.io/content-collections/runtime-security/deployment-patterns/caps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
