From 86b2f6d9686b15c8a3ec77184ec9545f6aecdc62 Mon Sep 17 00:00:00 2001 From: seshukm Date: Wed, 3 Oct 2018 20:35:52 +0800 Subject: Correct the incorrect Change-Id: I6b436d9babbe8ebff17fefc5126d7948fedc20a7 Issue-ID: SDC-1770 Signed-off-by: seshukm --- docs/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/configuration.rst') 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 -- cgit 1.2.3-korg