Skip to content

Commit

Permalink
filter update
Browse files Browse the repository at this point in the history
  • Loading branch information
Duplo-Yashwant committed Nov 28, 2024
1 parent 4d1a21b commit 5b2ac50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions diagnostics/opensearch/logstash/logstash.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ filter {
}

mutate {
gsub => [
"[records][properties]", "'", "\"",
"[records][properties]", "\\\\", "\\",
"[records][properties]", "None", "null"
]
gsub => [ "[records][properties]", '\'', '"' ]
}

mutate {
gsub => [ "[records][properties]", "None", "null" ]
}

json {
Expand Down

0 comments on commit 5b2ac50

Please sign in to comment.