Skip to content

Commit 5357830

Browse files
authored
replace operator message length limit added
1 parent d740566 commit 5357830

File tree

1 file changed

+1
-0
lines changed
  • docs/search/search-query-language/search-operators

1 file changed

+1
-0
lines changed

docs/search/search-query-language/search-operators/replace.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ replace(<sourceString>, /<regex>/, <replaceString>) as <field>
2525
* Regex must be [RE2 compliant](https://github.com/google/re2/wiki/Syntax).
2626
* The string is case sensitive.
2727
* When using multiple replace operators on the same field you must use the same alias, see an [example below](#use-the-replace-operator-on-multiple-strings-within-one-field).
28+
* Ensure that the output message length is less than 100k.
2829

2930
### Regex usage
3031

0 commit comments

Comments
 (0)