From a8378beb078950ba9ae9e72465da31886616291c Mon Sep 17 00:00:00 2001 From: alkac Date: Sat, 19 Aug 2017 17:52:36 +0530 Subject: [LOG]Update Readme of FileBeat Change-Id: I17c6963e6c1b18b419bdb40543149ca913a8ddbe Issue-ID: LOG-31 Signed-off-by: alkac --- elasticstack/filebeat/log4j/conf/README.md | 4 +++- elasticstack/filebeat/logback/conf/README.md | 4 +++- 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 -- cgit 1.2.3-korg