Skip to content

Commit 3ecd144

Browse files
priyansh-sumoyleifermankimsauce
authored
CONN-5025: Add param for time value format (#5662)
* CONN-5025: add param for time value regex * add time-reference url Co-authored-by: Kim (Sumo Logic) <[email protected]> --------- Co-authored-by: Yair Leiferman <[email protected]> Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent b1d4871 commit 3ecd144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
362362
| progressWindowInitLookback | String | Yes | `"24h"` | How far back the source should start collecting data when created. This setting has no affect after the initial creation. | `"windowInitialLookback": "24h"` |
363363
| progressWindowMaxLookback | String | Yes | `"31d"` | How far the window is allowed to stagnate when encountering repetitive errors. | `"windowMaxLookback": "31d"` |
364364
| responseLogsType | String | Yes | `"json"` | How the source should ingest logs from the response. | `"json"` |
365-
| responseLogsJsonPaths | JSON Object | Yes | `null` | The location of logs to ingest in the JSON response and how to handle event timestamps. See full documentation for details. | `[{"logsPath": "$[*]", "logTimestampPath": "$.published", "logTimestampFormat": "2006-01-02T15:04:05.999Z"}]` |
365+
| responseLogsJsonPaths | JSON Object | Yes | `null` | The location of logs to ingest in the JSON response and how to handle event timestamps. See [full documentation](/docs/send-data/reference-information/time-reference) for details. | `[{"logsPath": "$[*]", "logTimestampPath": "$.published", "logTimestampFormat": "2006-01-02T15:04:05.999Z", "logTimestampValueRegex": "Date\((.*)\)"}]`<br></br>**Note:** For regex, there should be at least one match group. If there is more than one match group, then only the first group will be considered. |
366366
| paginationType | String | Yes | `"LinkHeaders"` | Pagination type `LinkHeaders`, `Offset`, or `None` | `"LinkHeaders"`, `"None"` |
367367
| paginationLinkHeadersType | String | Yes | `"headers"` | Configures if the next page URL is included in the Link HTTP response header or in the response body. | `"headers"`, `"body"` |
368368
| paginationLinkHeadersJPath | String | No | `null` | A JSON Path to the appropriate body property |

0 commit comments

Comments
 (0)