Skip to content

Commit

Permalink
fix(logs): Add link to timestamp parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfeely committed Apr 16, 2024
1 parent b7da0cf commit f6a7f17
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/content/docs/logs/ui-data/parsing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,14 @@ Note that variable names must be explicitly set and be lowercase like `%{URI:uri

<td>
Time as a `long`

By default it is interpreted as ISO 8601.
If `OPTIONAL_PARAMETER` is present, it specifies
<br><br>
By default it is interpreted as ISO 8601. If `OPTIONAL_PARAMETER` is present, it specifies
the <a href="https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/text/SimpleDateFormat.html">date
and time pattern string</a> to use to interpret the `datetime``.
and time pattern string</a> to use to interpret the `datetime`.
<br><br>
Note that this is only available during parsing. We have an additional, separate
[timestamp interpretation step](/docs/logs/ui-data/timestamp-support) that occurs for all logs
later in the ingestion pipeline.
</td>
</tr>

Expand Down

0 comments on commit f6a7f17

Please sign in to comment.