Skip to content

Commit 5c1fb11

Browse files
committed
Updates from review
1 parent 990957e commit 5c1fb11

File tree

1 file changed

+4
-4
lines changed
  • docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework

1 file changed

+4
-4
lines changed

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/duo-source.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Duo Source collects logs from multiple Duo API endpoints. It securely stores
2323
| 5m | [Administrator Logs](https://duo.com/docs/adminapi#administrator-logs)|
2424
| 5m | [Telephony Logs](https://duo.com/docs/adminapi#telephony-logs)|
2525
| 5m | [Activity Logs](https://duo.com/docs/adminapi#activity-logs)|
26-
| 24h | [User Inventory Logs](https://duo.com/docs/adminapi#users). |
26+
| 24h | [User Inventory Logs](https://duo.com/docs/adminapi#users) |
2727

2828
## Setup
2929

@@ -52,8 +52,8 @@ To configure a Duo Source:
5252
1. **Duo Domain**. Provide your **API hostname**, such as `api-********.duosecurity.com`.
5353
1. **Integration Key**. Provide the Duo Integration Key you want to use to authenticate collection requests.
5454
1. **Secret Key**. Provide the Duo Secret Key you want to use to authenticate collection requests. 
55-
1. **Supported APIs to Collect** Choose the API endpoints you wish to collect logs from.
56-
1. **Collect User Inventory Every 24h** Check this box if you want to collect user inventory every 24 hours.
55+
1. **Supported APIs to Collect**. Choose the API endpoints you wish to collect logs from.
56+
1. **Collect User Inventory Every 24h**. Check this box if you want to collect user inventory every 24 hours.
5757
1. (Optional) The **Polling Interval** is set for 300 seconds by default, you can adjust it based on your needs. This sets how often the Source checks for new data.
5858
1. When you are finished configuring the Source, click **Submit**.
5959

@@ -88,7 +88,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
8888
| integration_key | String | Yes | `null` | Provide the Duo Integration Key you want to use to authenticate collection requests. | |
8989
| secret_key | String | Yes | `null` | Provide the Duo Secret Key you want to use to authenticate collection requests. | |
9090
| supported_apis| String Array| Yes | All APIs|Add an element for each of the APIs the integration should collect from.|`["authentication", "administrator", "telephony", "activity"]`|
91-
| collectUserInventory | Boolean | No | True| Set to true if the integration should collect user inventory logs|`True`|
91+
| collectUserInventory | Boolean | No | True| Set to true if the integration should collect user inventory logs. |`True`|
9292
| polling_interval | Integer | No | 300 | This sets how often the Source checks for new data. | |
9393

9494
### JSON example

0 commit comments

Comments
 (0)