Skip to content

Commit

Permalink
filter update - removed extra /
Browse files Browse the repository at this point in the history
  • Loading branch information
Duplo-Yashwant committed Nov 28, 2024
1 parent 8bf777f commit c1bcaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagnostics/opensearch/logstash/logstash.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ filter {

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

0 comments on commit c1bcaff

Please sign in to comment.