Merge "[CONSUL] Add limits to consul chart."
[oom.git] / kubernetes / oof / components / oof-has / resources / config / log / filebeat.yml
1 {{/*
2 # Copyright © 2017 Amdocs, Bell Canada
3 # Modifications Copyright © 2018 AT&T,VMware
4 #
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
8 #
9 #       http://www.apache.org/licenses/LICENSE-2.0
10 #
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
16 */}}
17
18 filebeat.prospectors:
19 #it is mandatory, in our case it's log
20 - input_type: log
21   #This is the canolical path as mentioned in logback.xml, *.* means it will monitor all files in the directory.
22   paths:
23     - /var/log/onap/*/*/*/*.log
24     - /var/log/onap/*/*/*.log
25     - /var/log/onap/*/*.log
26   #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
27   ignore_older: 48h
28   # 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
29   clean_inactive: 96h
30
31
32 # Name of the registry file. If a relative path is used, it is considered relative to the
33 # data path. Else full qualified file name.
34 #filebeat.registry_file: ${path.data}/registry