Skip to content

Commit c5db550

Browse files
committed
CONN-3897 Enable universal connector source with CID 25633
1 parent 6a756e7 commit c5db550

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

cid-redirects.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2019,6 +2019,7 @@
20192019
"/cid/10226": "/docs/integrations/containers-orchestration/opentelemetry/activemq-opentelemetry",
20202020
"/cid/25631": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/tenable-source",
20212021
"/cid/25632": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/workday-source",
2022+
"/cid/25633": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/universal-connector-source",
20222023
"/cid/25634": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/microsoft-azure-ad-inventory-source",
20232024
"/cid/25635": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/microsoft-graph-azure-ad-reporting-source",
20242025
"/cid/25636": "/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/microsoft-graph-identity-protection-source",

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: config-based-source
2+
id: universal-connector-source
33
title: Universal Connector
44
sidebar_label: Universal Connector
55
description: Learn how to set up a Universal Connector to collect data into the Sumo Logic environment.
@@ -9,12 +9,6 @@ import CodeBlock from '@theme/CodeBlock';
99
import ForwardToSiem from '/docs/reuse/forward-to-siem.md';
1010
import useBaseUrl from '@docusaurus/useBaseUrl';
1111

12-
<head>
13-
<meta name="robots" content="noindex" />
14-
</head>
15-
16-
<p><a href="/docs/beta"><span className="beta">Beta</span></a></p>
17-
1812
With our Universal Connector cloud source, you can collect log data from vendor APIs with a modular configuration. The goal of this source is for Sumo Logic to expand the configuration modules over time giving greater compatibility with vendor APIs, but to acknowledge complex APIs will still require a specific cloud source and not be compatible with this source.
1913

2014
## Setup
@@ -441,6 +435,8 @@ The syntax for this function requires a timestamp format as a single argument. R
441435
| :------------------------------------------------------------- | :---------------------------------- |
442436
| `{{ .WindowEndUTC "2006-01-02T15:04:05Z" }}` | `2024-03-07T20:15:56Z` |
443437
| `{{ .WindowEndUTC "2006-01-02T15:04:05.999999Z07:00" }}` | `2024-03-07T20:15:56.905571Z` |
438+
| `{{ .WindowEndUTC "epoch" }}` | `1709842556` |
439+
| `{{ .WindowEndUTC "epochMilli" }}` | `1709842556000` |
444440
| `lessThan:{{ .WindowEndUTC "2006-01-02T15:04:05.999Z07:00" }}` | `lessThan:2024-03-07T20:15:56.905Z` |
445441

446442
### WindowEndLocation
@@ -506,6 +502,8 @@ We recommend using [this code snippet](https://goplay.tools/snippet/WTFe5ZLU9PO)
506502
| :-------------------- | :------------------------------- | :------------------------------------ |
507503
| RFC 3339 | `2024-02-01T16:07:57Z` | `2006-01-02T15:04:05Z07:00` |
508504
| RFC 3339 Nano Seconds | `2024-02-01T16:07:57.541468757Z` | `2006-01-02T15:04:05.999999999Z07:00` |
505+
| Epoch | `1706803677` | `epoch` |
506+
| Epoch in Milliseconds | `1706803677000` | `epochMilli` |
509507

510508
## FAQ
511509

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ module.exports = {
467467
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/tenable-source',
468468
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/trellix-mvisio-epo-source',
469469
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/trend-micro-source',
470+
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/universal-connector-source',
470471
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/webex-source',
471472
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/workday-source',
472473
'send-data/hosted-collectors/cloud-to-cloud-integration-framework/zendesk-source',

0 commit comments

Comments
 (0)