aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislav Chlebec <stanislav.chlebec@pantheon.tech>2018-11-08 12:40:41 +0100
committerStanislav Chlebec <stanislav.chlebec@pantheon.tech>2018-11-08 14:25:48 +0100
commit163e8134e1314b7faa0e2d76d8c23601824213e8 (patch)
tree92aee11987c590697c12d41a749755f86062d688
parent3547536d69057f6074b0164a554a62090309165b (diff)
fix typos
Change-Id: Ifd2db94f03e87f002fa610839a1d4731a23bf18e Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582
-rw-r--r--elasticstack/logstash/conf/README.md4
-rw-r--r--reference/provider/helm/logback/README.MD2
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.