Skip to content

Commit 7042ade

Browse files
CONN-4663: Update universal-connector-source.md
1 parent 45c9bd7 commit 7042ade

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,8 @@ The syntax for this function requires a timestamp format as a single argument. R
464464
| `{{ .WindowEndUTC "yyyy-MM-ddTHH:mm:ss.SSSSSSZ" }}` | `2024-03-07T20:15:56.905571Z` |
465465
| `{{ .WindowEndUTC "epoch" }}` | `1709842556` |
466466
| `{{ .WindowEndUTC "epochMilli" }}` | `1709842556000` |
467+
| `{{ .WindowEndUTC "epochNanoInt" }}` | `173584347745451512` |
468+
| `{{ .WindowEndUTC "epochNanoFloat" }}` | `1735843477.45451512` |
467469
| `lessThan:{{ .WindowEndUTC "2006-01-02T15:04:05.999Z07:00" }}` | `lessThan:2024-03-07T20:15:56.905Z` |
468470
| `lessThan:{{ .WindowEndUTC "yyyy-MM-ddTHH:mm:ss.SSSZ" }}` | `lessThan:2024-03-07T20:15:56.905Z` |
469471

@@ -537,6 +539,8 @@ We recommend using [this code snippet](https://goplay.tools/snippet/WTFe5ZLU9PO)
537539
| RFC 3339 Nano Seconds | `2024-02-01T16:07:57.541468757Z` | `yyyy-MM-ddTHH:mm:ss.SSSSSSSSSZ` |
538540
| Epoch | `1706803677` | `epoch` |
539541
| Epoch in Milliseconds | `1706803677000` | `epochMilli` |
542+
| Epoch NanoInt | `173584347745451512` | `epochNanoInt` |
543+
| Epoch NanoFloat | `1735843477.454515` | `epochNanoFloat` |
540544

541545
## FAQ
542546

@@ -559,4 +563,4 @@ Click [here](/docs/c2c/info) for more information about Cloud-to-Cloud sources.
559563

560564
## Additional resources
561565

562-
* Blog: [Break down barriers to log collection with Sumo Logic’s Universal Connector](https://www.sumologic.com/blog/universal-connector/)
566+
* Blog: [Break down barriers to log collection with Sumo Logic’s Universal Connector](https://www.sumologic.com/blog/universal-connector/)

0 commit comments

Comments
 (0)