From 163e8134e1314b7faa0e2d76d8c23601824213e8 Mon Sep 17 00:00:00 2001 From: Stanislav Chlebec Date: Thu, 8 Nov 2018 12:40:41 +0100 Subject: fix typos Change-Id: Ifd2db94f03e87f002fa610839a1d4731a23bf18e Signed-off-by: Stanislav Chlebec Issue-ID: AAF-582 --- elasticstack/logstash/conf/README.md | 4 ++-- reference/provider/helm/logback/README.MD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/elasticstack/logstash/conf/README.md b/elasticstack/logstash/conf/README.md index fe423bb..0bf83b1 100644 --- a/elasticstack/logstash/conf/README.md +++ b/elasticstack/logstash/conf/README.md @@ -15,7 +15,7 @@ Logstash provides two types of configurations 1. Create canonical path /etc/onap/logstash/conf.d/ on the host on which the logstash has to be installed. 2. Save the logstash.yml at location created in step 1. 3. Create canonical path /etc/onap/logstash/conf.d/pipeline/ on the host. -4. The onap-pipeline.conf is parameterized and has tokens instead of values for certain deployment specific parameteres (like port, elastic host etc.). These tokens has a syntax as '$[a-zA-Z_]+'. +4. The onap-pipeline.conf is parameterized and has tokens instead of values for certain deployment specific parameters (like port, elastic host etc.). These tokens has a syntax as '$[a-zA-Z_]+'. 5. These tokens are listed in another file onap-pipeline.properties. These properties are also provided with commented description about them in the file itself. These tokens have to be replaced with the appropriate values as per the deployment environment before deployment. 6. Now, save the final onap-pipeline.conf at location created in step 3. 7. Following is the list of specifications for logstash container creation- @@ -39,4 +39,4 @@ Logstash provides two types of configurations 2. Host path - /etc/onap/logstash/conf.d/pipeline/ mapped to Container path - /usr/share/logstash/pipeline/ -8. onap-pipeline.properties need not be deployed after the values from it are used. \ No newline at end of file +8. onap-pipeline.properties need not be deployed after the values from it are used. diff --git a/reference/provider/helm/logback/README.MD b/reference/provider/helm/logback/README.MD index 4da2d43..dc0a7ff 100644 --- a/reference/provider/helm/logback/README.MD +++ b/reference/provider/helm/logback/README.MD @@ -48,4 +48,4 @@ Before this can be made available generally available: It doesn't: 1. Provide appender-specific logger-to-level mappings. Each logger gets the same level for each appender. -2. Define globals, or nececssarily fit into the nascent scheme for OOM helm chart parameterization. +2. Define globals, or necessarily fit into the nascent scheme for OOM helm chart parameterization. -- cgit 1.2.3-korg