Skip to content

Commit

Permalink
Merge pull request #2410 from atlanhq/master
Browse files Browse the repository at this point in the history
Sync beta
  • Loading branch information
nikhilbonte21 authored Oct 12, 2023
2 parents a96af51 + 37a5a46 commit 4b25ddd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions addons/elasticsearch/es-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@
"replacement":" $0"
},
"truncate_filter": {
"pattern": "(^.{0,100000}).*$",
"pattern": "(.{0,100000}).*",
"type": "pattern_replace",
"replacement": "$1 "
"replacement": "$1",
"flags": "DOTALL"
}
}
}
Expand Down

0 comments on commit 4b25ddd

Please sign in to comment.