Skip to content

Commit

Permalink
Fix missing "["
Browse files Browse the repository at this point in the history
  • Loading branch information
bradleycamacho committed Apr 17, 2024
1 parent 9fdf11a commit a4f3214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/logs/ui-data/parsing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Note that variable names must be explicitly set and be lowercase like `%{URI:uri
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.
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 a4f3214

Please sign in to comment.