|
| 1 | +--- |
| 2 | +pcx_content_type: reference |
| 3 | +title: Audit Logs |
| 4 | +sidebar: |
| 5 | + order: 10 |
| 6 | +--- |
| 7 | + |
| 8 | +[Audit logs](/fundamentals/setup/account/account-security/review-audit-logs/) provide a comprehensive summary of changes made within your Cloudflare account, including those made to Queues. This functionality is always enabled. |
| 9 | + |
| 10 | +## Viewing audit logs |
| 11 | + |
| 12 | +To view audit logs for your Queue: |
| 13 | + |
| 14 | +1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/?account=audit-log) and select your account. |
| 15 | +2. Go to **Manage Account** > **Audit Log**. |
| 16 | + |
| 17 | +For more information on how to access and use audit logs, refer to [Review audit logs](/fundamentals/setup/account/account-security/review-audit-logs/). |
| 18 | + |
| 19 | +## Logged operations |
| 20 | + |
| 21 | +The following configuration actions are logged: |
| 22 | + |
| 23 | +<table> |
| 24 | + <tbody> |
| 25 | + <th colspan="5" rowspan="1" style="width:220px"> |
| 26 | + Operation |
| 27 | + </th> |
| 28 | + <th colspan="5" rowspan="1"> |
| 29 | + Description |
| 30 | + </th> |
| 31 | + <tr> |
| 32 | + <td colspan="5" rowspan="1"> |
| 33 | + CreateQueue |
| 34 | + </td> |
| 35 | + <td colspan="5" rowspan="1"> |
| 36 | + Creation of a new queue. |
| 37 | + </td> |
| 38 | + </tr> |
| 39 | + <tr> |
| 40 | + <td colspan="5" rowspan="1"> |
| 41 | + DeleteQueue |
| 42 | + </td> |
| 43 | + <td colspan="5" rowspan="1"> |
| 44 | + Deletion of an existing queue. |
| 45 | + </td> |
| 46 | + </tr> |
| 47 | + <tr> |
| 48 | + <td colspan="5" rowspan="1"> |
| 49 | + UpdateQueue |
| 50 | + </td> |
| 51 | + <td colspan="5" rowspan="1"> |
| 52 | + Updating the configuration of a queue. |
| 53 | + </td> |
| 54 | + </tr> |
| 55 | + <tr> |
| 56 | + <td colspan="5" rowspan="1"> |
| 57 | + AttachConsumer |
| 58 | + </td> |
| 59 | + <td colspan="5" rowspan="1"> |
| 60 | + Attaching a consumer, including HTTP pull consumers, to the Queue. |
| 61 | + </td> |
| 62 | + </tr> |
| 63 | + <tr> |
| 64 | + <td colspan="5" rowspan="1"> |
| 65 | + RemoveConsumer |
| 66 | + </td> |
| 67 | + <td colspan="5" rowspan="1"> |
| 68 | + Removing a consumer, including HTTP pull consumers, from the Queue. |
| 69 | + </td> |
| 70 | + </tr> |
| 71 | + <tr> |
| 72 | + <td colspan="5" rowspan="1"> |
| 73 | + UpdateConsumerSettings |
| 74 | + </td> |
| 75 | + <td colspan="5" rowspan="1"> |
| 76 | + Changing Queues consumer settings. |
| 77 | + </td> |
| 78 | + </tr> |
| 79 | + |
| 80 | + </tbody> |
| 81 | +</table> |
| 82 | + |
0 commit comments