Skip to content

Commit eb8d850

Browse files
committed
fixes
1 parent b8ff6c8 commit eb8d850

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/send-data/opentelemetry-collector/time-reference.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
---
22
id: time-reference
3-
title: OTel Timestamps Date Formats
4-
description: Learn how Sumo Logic manages OTel timestamps and the configuration options that are available.
3+
title: OTel Timestamp and Date Format Reference
4+
description: Learn about timestamp formats recognized by the Sumo Logic OpenTelemetry (OTel) Collector and available configuration options.
55
keywords:
66
- time-stamp
77
- otel-collector
88
---
99

1010
import useBaseUrl from '@docusaurus/useBaseUrl';
1111

12+
:::info
13+
This page specifically covers the timestamp formats recognized by the Sumo Logic OpenTelemetry (OTel) Collector. While Sumo Logic’s [general time reference documentation](/docs/send-data/reference-information/time-reference/) explains how timestamps are parsed and indexed across all data sources, this guide focuses on the formats automatically detected and parsed by the OTel collector for log data.
14+
:::
15+
1216
We support several options for timestamps. When collecting log data, the timestamp attached to messages is vital, both for the integrity of the data in your account, and for accurate query results.
1317

1418
Because of the importance of timestamps, Sumo Logic indexes the timestamp of each message, making sure that data relevant to a query’s time range is returned properly in search results, which allows you to reconstruct a correct event timeline.
@@ -66,4 +70,4 @@ The timestamp is the part of a log message that marks the time that an event occ
6670
| `%m%d_%H:%M:%S` | 0423_11:42:35 |
6771
| `%m%d_%H:%M:%S.%f` | 0423_11:42:35.883 |
6872
| `%q/%g/%Y %l:%M:%S %p:%f` | 8/5/2023 3:31:18 AM:234 |
69-
| `%q/%d/%Y %I:%M:%S %p` | 9/28/2023 2:23:15 PM |
73+
| `%q/%d/%Y %I:%M:%S %p` | 9/28/2023 2:23:15 PM |

docs/send-data/reference-information/time-reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ We support several options for timestamps, time zones, time ranges, and dates. 
1717

1818
Because of the importance of timestamps, Sumo Logic indexes the timestamp of each message, making sure that data relevant to a query’s time range is returned properly in search results, which allows you to reconstruct a correct event timeline.
1919

20+
:::info
21+
For details on timestamp and date formatting specific to the OpenTelemetry Collector, see the [OTel Timestamp and Date Format Reference](/docs/send-data/opentelemetry-collector/time-reference).
22+
:::
23+
2024
## Timestamps
2125

2226
The timestamp is the part of a log message that marks the time that an event occurred. During ingestion, we can detect the message timestamp, convert it to Unix epoch time (the number of milliseconds since midnight, January 1, 1970 UTC), and index it. The timestamp is parsed either using the default timestamp parsing settings, or a custom format that you specify, including the time zone.

0 commit comments

Comments
 (0)