Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoop committed Sep 19, 2024
1 parent 27557ed commit 00cb512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ setup:
- do:
allowed_warnings_regex:
- "No limit defined, adding default limit of \\[.*\\]"
- "Date format \[MMMM] contains textual field specifiers that could change in JDK 23"
- "Date format \\[MMMM] contains textual field specifiers that could change in JDK 23"
esql.query:
body:
query: 'FROM events | eval fixed_format = date_format("MMMM", @timestamp), variable_format = date_format(format, @timestamp) | sort @timestamp | keep @timestamp, fixed_format, variable_format'
Expand Down

0 comments on commit 00cb512

Please sign in to comment.