diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2018-10-03 20:35:52 +0800 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-10-08 06:42:43 +0000 |
commit | 86b2f6d9686b15c8a3ec77184ec9545f6aecdc62 (patch) | |
tree | 18e30c91a7d58e5279baea3426f4ca8657eda4eb /docs/configuration.rst | |
parent | c31b73a86a38ab45fa833016a18637f6431918db (diff) |
Correct the incorrect
Change-Id: I6b436d9babbe8ebff17fefc5126d7948fedc20a7
Issue-ID: SDC-1770
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r-- | docs/configuration.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst index f1d3eb6d7d..691922e178 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -283,7 +283,7 @@ BE-configuration.yaml # Mapping of index prefix to time-based frame. For example, if below is configured: # - # - indexPrefix: auditingevents + # - indexPrefix: auditing events # creationPeriod: minute # # then ES object of type which is mapped to "auditingevents-*" template, and created on 2015-12-23 13:24:54, will enter "auditingevents-2015-12-23-13-24" index. @@ -882,7 +882,7 @@ BE-configuration.yaml waitOnShutDownInMinutes: 10 numberOfCacheWorkers: 4 - # Validators for tosca properties + # Validators for Tosca properties toscaValidators: stringMaxLength: 2500 |