Skip to content

Commit

Permalink
Merge pull request #5549 from Particular/fulltext-body-setting
Browse files Browse the repository at this point in the history
Document EnableFullTextSearchOnBodies
  • Loading branch information
danielmarbach committed Nov 10, 2021
2 parents 2e6d7a6 + f99f300 commit a16a64b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions servicecontrol/audit-instances/creating-config-file.md
Expand Up @@ -183,6 +183,16 @@ Default:
* In ServiceControl version 4.12 and above: `32`
* In ServiceControl version 4.11 and below: `10`

#### ServiceControl.Audit/EnableFullTextSearchOnBodies

This setting is only applicable from version 4.17.0 and above.

Use this setting to configure whether the bodies of processed messages should be full text indexed for searching.

Type: bool `true` or `false`

Default: `true`.


## Transport

Expand Down
10 changes: 10 additions & 0 deletions servicecontrol/creating-config-file.md
Expand Up @@ -258,6 +258,16 @@ Type: string

Default: `100`

#### ServiceControl/EnableFullTextSearchOnBodies

This setting is only applicable from version 4.17.0 and above.

Use this setting to configure whether the bodies of processed error messages should be full text indexed for searching.

Type: bool `true` or `false`

Default: `true`.


## Transport

Expand Down

0 comments on commit a16a64b

Please sign in to comment.