aboutsummaryrefslogtreecommitdiffstats
path: root/elasticstack
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 /elasticstack
parent3547536d69057f6074b0164a554a62090309165b (diff)
fix typos
Change-Id: Ifd2db94f03e87f002fa610839a1d4731a23bf18e Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: AAF-582
Diffstat (limited to 'elasticstack')
-rw-r--r--elasticstack/logstash/conf/README.md4
1 files changed, 2 insertions, 2 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.