You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -191,6 +192,32 @@ The input uses checkpointing to avoid ingesting duplicate data. After the initia
191
192
-**Locations** (_optional_): Enter up to 10 locations separated by a comma.
192
193
- Click on the `Add` green button on the bottom right of the pop-up box.
193
194
195
+
196
+
**Webex Security Audit Events Input**
197
+
198
+
The **Webex Security Audit Events** input is used to fetch the data from [Security Audit Events](https://developer.webex.com/admin/docs/api/v1/security-audit-events/list-security-audit-events) endpoint. It allows users to retrieve user sign-in and sign-out data.
199
+
200
+
**Prerequisites**: This input is only available to customers with **Pro Pack** for Control Hub. To use this input, you must make sure you have **Pro Pack** for Webex Contol Hub, and then follow these two steps to enable this feature.
201
+
1. Sign in to Control Hub, then under **Management** > **Organization Settings**.
202
+
2. In the **User authentication data** section, toggle **Allow user authentication data** on.
203
+
204
+
The `Start Time` is required. Set the starting date and time to fetch admin audit events. The Start time is inclusive and should be in the format YYYY-MM-DDTHH:MM:SS.SSSZ (example:2023-01-01T00:00:00.000Z). If you leave the `End Time` blank, Start Time **MUST** be within one year from the current time.
205
+
206
+
The `End Time` is optional. If you set it to be a specific date, only logs within the time range from Start Date to End Date will be ingested. The format should be YYYY-MM-DDTHH:MM:SS.SSSZ (example:2023-02-01T00:00:00.000Z).
207
+
208
+
The input uses checkpointing to avoid ingesting duplicate data. After the initial run, the script will save the latest audit event created time as the checkpoint, and will be used as the `Start Time` (advancing by one millisecond) for the next run.
209
+
210
+
- Click on the `Inputs` button on the top left corner.
211
+
- Click on `Create New Input` button on the top right corner.
212
+
- Enter the following details in the pop-up box:
213
+
-**Name** (_required_): Unique name for the data input.
214
+
-**Interval** (_required_): Time interval of input in seconds.
215
+
-**Index** (_required_): Index for storing data.
216
+
-**Global Account** (_required_): Select the account created during Configuration.
217
+
-**Start Time** (_required_): Start date and time (inclusive) in the format YYYY-MM-DDTHH:MM:SS.SSSZ, `example:2023-01-01T00:00:00.000Z`. If you leave the `End Time` blank, Start Time **MUST** be within one year from the current time.
218
+
-**End Time** (_optional_): End date and time in the format YYYY-MM-DDTHH:MM:SS.SSSZ.(Optional), `example:2023-02-01T00:00:00.000Z`. End Time must be after the Start Time.
219
+
- Click on the `Add` green button on the bottom right of the pop-up box.
220
+
194
221
## Versions Supported
195
222
196
223
- Tested for installation and basic ingestion on Splunk 9.X and 8.2 for **CentOS** system.
"errorMsg": "Start time must be in the format YYYY-MM-DDTHH:MM:SSZ (example:2023-01-01T00:00:00.000Z)"
829
+
}
830
+
]
831
+
},
832
+
{
833
+
"field": "end_time",
834
+
"label": "End Time",
835
+
"help": "List events which occurred before a specific date and time. End date and time MUST be in the format YYYY-MM-DDTHH:MM:SS.SSSZ.(Optional). End Time must be after the Start Time.",
@@ -46,6 +48,7 @@ Please follow the following steps to create a dedicated Webex integration for th
46
48
- `meeting:admin_config_read`
47
49
- `spark-admin:people_read`
48
50
- `analytics:read_all`
51
+
- `spark-admin:calling_cdr_read`
49
52
50
53
3. Click **Add Integration** on the bottom of the page, your `Client ID` and `Client Secret` are ready to use.
51
54
@@ -164,6 +167,57 @@ The input uses checkpointing to avoid ingesting duplicate data. After the initia
164
167
-**End Time** (_optional_): End date and time in the format YYYY-MM-DDTHH:MM:SSZ.(Optional), `example:2023-02-01T00:00:00Z`. Leave it blank if an ongoing ingestion mode is needed.
165
168
- Click on the `Add` green button on the bottom right of the pop-up box.
166
169
170
+
171
+
**Webex Detailed Call History**
172
+
173
+
The **Webex Detailed Call History** input is used to fetch the data from [Webex Detailed Call History](https://developer.webex.com/docs/api/v1/reports-detailed-call-history/get-detailed-call-history) endpoint. It allows users to retrieve detailed data from calls. Only organization administrators can retrieve the data and it requires the administrator role "Webex Calling Detailed Call History API access" to be enabled.
174
+
175
+
The `Start Time` is required. Set the starting date and time to fetch the calls data. The Start time is inclusive and should be in the format YYYY-MM-DDTHH:MM:SSZ (example:2023-01-01T00:00:00Z). The Start Time **MUST** must be between 5 minutes ago and 48 hours ago, more than that is not possible.
176
+
177
+
The `End Time` is optional. If you set it to be a specific date, only data within the time range from Start time to End time will be ingested. The format should be YYYY-MM-DDTHH:MM:SSZ (example:2023-02-01T00:00:00Z). Leave it blank if an ongoing ingestion mode is needed. The End Time **MUST** be later than the Start Time but no later than 48 hours.
178
+
179
+
The `Locations` field is also optional. You can include up to 10 comma-separed locations, and each location name should the same as shown in the Control Hub.
180
+
181
+
The input uses checkpointing to avoid ingesting duplicate data. After the initial run, the script will save the latest call start time as the checkpoint, and will be used as the `Start Time` (advancing by one millisecond) for the next run.
182
+
183
+
- Click on the `Inputs` button on the top left corner.
184
+
- Click on `Create New Input` button on the top right corner.
185
+
- Enter the following details in the pop-up box:
186
+
-**Name** (_required_): Unique name for the data input.
187
+
-**Interval** (_required_): Time interval of input in seconds.
188
+
-**Index** (_required_): Index for storing data.
189
+
-**Global Account** (_required_): Select the account created during Configuration.
190
+
-**Start Time** (_required_): Start date and time (inclusive) in the format YYYY-MM-DDTHH:MM:SSZ, `example:2023-01-01T00:00:00Z`. The Start Time **MUST** must be between 5 minutes ago and 48 hours ago.
191
+
-**End Time** (_optional_): End date and time in the format YYYY-MM-DDTHH:MM:SSZ, `example:2023-02-01T00:00:00Z`. Leave it blank if an ongoing ingestion mode is needed. The End Time **MUST** be later than the Start Time but no later than 48 hours.
192
+
-**Locations** (_optional_): Enter up to 10 locations separated by a comma.
193
+
- Click on the `Add` green button on the bottom right of the pop-up box.
194
+
195
+
196
+
**Webex Security Audit Events Input**
197
+
198
+
The **Webex Security Audit Events** input is used to fetch the data from [Security Audit Events](https://developer.webex.com/admin/docs/api/v1/security-audit-events/list-security-audit-events) endpoint. It allows users to retrieve user sign-in and sign-out data.
199
+
200
+
**Prerequisites**: This input is only available to customers with **Pro Pack** for Control Hub. To use this input, you must make sure you have **Pro Pack** for Webex Contol Hub, and then follow these two steps to enable this feature.
201
+
1. Sign in to Control Hub, then under **Management** > **Organization Settings**.
202
+
2. In the **User authentication data** section, toggle **Allow user authentication data** on.
203
+
204
+
The `Start Time` is required. Set the starting date and time to fetch admin audit events. The Start time is inclusive and should be in the format YYYY-MM-DDTHH:MM:SS.SSSZ (example:2023-01-01T00:00:00.000Z). If you leave the `End Time` blank, Start Time **MUST** be within one year from the current time.
205
+
206
+
The `End Time` is optional. If you set it to be a specific date, only logs within the time range from Start Date to End Date will be ingested. The format should be YYYY-MM-DDTHH:MM:SS.SSSZ (example:2023-02-01T00:00:00.000Z).
207
+
208
+
The input uses checkpointing to avoid ingesting duplicate data. After the initial run, the script will save the latest audit event created time as the checkpoint, and will be used as the `Start Time` (advancing by one millisecond) for the next run.
209
+
210
+
- Click on the `Inputs` button on the top left corner.
211
+
- Click on `Create New Input` button on the top right corner.
212
+
- Enter the following details in the pop-up box:
213
+
-**Name** (_required_): Unique name for the data input.
214
+
-**Interval** (_required_): Time interval of input in seconds.
215
+
-**Index** (_required_): Index for storing data.
216
+
-**Global Account** (_required_): Select the account created during Configuration.
217
+
-**Start Time** (_required_): Start date and time (inclusive) in the format YYYY-MM-DDTHH:MM:SS.SSSZ, `example:2023-01-01T00:00:00.000Z`. If you leave the `End Time` blank, Start Time **MUST** be within one year from the current time.
218
+
-**End Time** (_optional_): End date and time in the format YYYY-MM-DDTHH:MM:SS.SSSZ.(Optional), `example:2023-02-01T00:00:00.000Z`. End Time must be after the Start Time.
219
+
- Click on the `Add` green button on the bottom right of the pop-up box.
220
+
167
221
## Versions Supported
168
222
169
223
- Tested for installation and basic ingestion on Splunk 9.X and 8.2 for **CentOS** system.
0 commit comments