diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-08-28 13:28:12 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-08-28 13:28:12 +0200 |
commit | b84a92dbbc8076ddf727d2c3927c902bf628e2b9 (patch) | |
tree | c6c4cf4b41398775b7c5bd9d450344e15761fbfc /kubernetes/clamp/resources/config/log/filebeat/filebeat.yml | |
parent | 0745a76632ea73d6660d5e470d7782b62860b477 (diff) |
Fix logback and AAF
Support AAF (Add https 8443)and logback files in clamp.
Issue-ID: OOM-1174
Change-Id: Icfe869325e20c84180c5ccfa2cfb40f013a072b1
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'kubernetes/clamp/resources/config/log/filebeat/filebeat.yml')
-rw-r--r-- | kubernetes/clamp/resources/config/log/filebeat/filebeat.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/clamp/resources/config/log/filebeat/filebeat.yml b/kubernetes/clamp/resources/config/log/filebeat/filebeat.yml index 44c0e6a8ac..68c62dbd51 100644 --- a/kubernetes/clamp/resources/config/log/filebeat/filebeat.yml +++ b/kubernetes/clamp/resources/config/log/filebeat/filebeat.yml @@ -3,9 +3,9 @@ filebeat.prospectors: - input_type: log #This is the canolical path as mentioned in logback.xml, *.* means it will monitor all files in the directory. paths: - - /var/log/onap/*/*/*/*.log - - /var/log/onap/*/*/*.log - - /var/log/onap/*/*.log + - /var/log/ONAP/*/*/*/*.log + - /var/log/ONAP/*/*/*.log + - /var/log/ONAP/*/*.log #Files older than this should be ignored.In our case it will be 48 hours i.e. 2 days. It is a helping flag for clean_inactive ignore_older: 48h # Remove the registry entry for a file that is more than the specified time. In our case it will be 96 hours, i.e. 4 days. It will help to keep registry records with in limit |