aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralkac <alkac@amdocs.com>2017-08-19 17:52:36 +0530
committeralkac <alkac@amdocs.com>2017-08-19 19:00:00 +0530
commita8378beb078950ba9ae9e72465da31886616291c (patch)
tree0d0bb213a08ba7e8aebae29c268d6db0375598a8
parentaf8339cc2ffcd68776003c10ff441ecf5b7f0095 (diff)
[LOG]Update Readme of FileBeat
Change-Id: I17c6963e6c1b18b419bdb40543149ca913a8ddbe Issue-ID: LOG-31 Signed-off-by: alkac <alkac@amdocs.com>
-rw-r--r--elasticstack/filebeat/log4j/conf/README.md4
-rw-r--r--elasticstack/filebeat/logback/conf/README.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/elasticstack/filebeat/log4j/conf/README.md b/elasticstack/filebeat/log4j/conf/README.md
index e9fd228..2716d97 100644
--- a/elasticstack/filebeat/log4j/conf/README.md
+++ b/elasticstack/filebeat/log4j/conf/README.md
@@ -8,6 +8,7 @@ This filebeat configuration is for ONAP components which uses log4j 1.2.X. The c
#File(s) provided for filebeat deployment
-----------------------------------------
1. filebeat.yml
+2. filebeat.properties
#Instructions for Deployment
----------------------------
@@ -32,4 +33,5 @@ This filebeat configuration is for ONAP components which uses log4j 1.2.X. The c
3. Host path - /usr/share/onap/filebeat/data mapped to
Container path - /usr/share/filebeat/data
-9. The third volume mapping is specific to the particular filebeat on that host. This path i.e. (/usr/share/onap/filebeat/data/) should not be shared and its contents should be unique to that host. \ No newline at end of file
+9. The third volume mapping is specific to the particular filebeat on that host. This path i.e. (/usr/share/onap/filebeat/data/) should not be shared and its contents should be unique to that host.
+10. The filebeat.properties need not be deployed after the values from it are used. \ No newline at end of file
diff --git a/elasticstack/filebeat/logback/conf/README.md b/elasticstack/filebeat/logback/conf/README.md
index 37182e5..74ec381 100644
--- a/elasticstack/filebeat/logback/conf/README.md
+++ b/elasticstack/filebeat/logback/conf/README.md
@@ -11,6 +11,7 @@ This filebeat configuration is for ONAP components which uses logback. The compo
#File(s) provided for filebeat deployment
-----------------------------------------
1. filebeat.yml
+2. filebeat.properties
#Instructions for Deployment
----------------------------
@@ -35,4 +36,5 @@ This filebeat configuration is for ONAP components which uses logback. The compo
3. Host path - /usr/share/onap/filebeat/data mapped to
Container path - /usr/share/filebeat/data
-9. The third volume mapping is specific to the particular filebeat on that host. This path i.e.(/usr/share/onap/filebeat/data/) should not be shared and its contents should be unique to that host. \ No newline at end of file
+9. The third volume mapping is specific to the particular filebeat on that host. This path i.e.(/usr/share/onap/filebeat/data/) should not be shared and its contents should be unique to that host.
+10. The filebeat.properties need not be deployed after the values from it are used. \ No newline at end of file