Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleycamacho committed Apr 17, 2024
1 parent bacace2 commit 9fdf11a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/content/docs/logs/ui-data/parsing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -289,14 +289,13 @@ Note that variable names must be explicitly set and be lowercase like `%{URI:uri

<td>
Time as a `long`
<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`.
<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.
the [date and time pattern string](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/text/SimpleDateFormat.html)to use to interpret the `datetime`.


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 9fdf11a

Please sign in to comment.