Skip to content

Commit

Permalink
Azure Interactive signin split was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-grabau committed Oct 24, 2024
1 parent 4cb0acf commit 5de8f08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ filter {
skip_on_invalid_json => false
tag_on_failure => "_jsonparsefailure_split_msg"
}
if [message] =~ '^{"records": \[' {
if [message] =~ '^{(\s+)?"records".*?$' {
split {
field => "[tmp][records]"
target => "az"
Expand Down

0 comments on commit 5de8f08

Please sign in to comment.