Add common logging with filebeat
This commit 1. Provides a playbook to install the filebeat agent on all undercloud/overcloud nodes 2. Provides another playbook that adds the browbeat uuid to the filebeat config file and starts filebeat during browbeat run 3. Corresponding changes in browbeat.py and browbeat/tools.py to run the playbook to insert custom browbeat uuid in the filebeat configuration. Change-Id: Idd2efaf931f4ff581db715a04adef738f81d281c
This commit is contained in:
@@ -10,6 +10,7 @@ browbeat:
|
||||
ansible:
|
||||
hosts: ansible/hosts
|
||||
metadata_playbook: ansible/gather/stockpile.yml
|
||||
logging_playbook: ansible/common_logging/browbeat_logging.yml
|
||||
ssh_config: ansible/ssh-config
|
||||
elasticsearch:
|
||||
enabled: false
|
||||
@@ -31,6 +32,8 @@ grafana:
|
||||
port: 3000
|
||||
dashboards:
|
||||
- openstack-general-system-performance
|
||||
filebeat:
|
||||
enabled: false
|
||||
rally:
|
||||
sleep_before: 0
|
||||
sleep_after: 0
|
||||
|
||||
Reference in New Issue
Block a user