diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-08-29 19:14:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-29 19:14:15 +0000 |
commit | 2b8e338f1f1d6e911be5ff5cef06ed3d84f03321 (patch) | |
tree | 9bf480a4507df87b726dbf66b7607eb210fa6632 /kubernetes/clamp/resources/config/log | |
parent | 55e351e7f20c6f8b8a183dac7a2fbad85bfcfd85 (diff) | |
parent | b84a92dbbc8076ddf727d2c3927c902bf628e2b9 (diff) |
Merge "Fix logback and AAF"
Diffstat (limited to 'kubernetes/clamp/resources/config/log')
-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 |