From 98aaf14ec4cb300a52c27fe8feaf8234b902382e Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 1 Nov 2017 10:19:36 -0700 Subject: [PATCH] Revert "tripleo: index /var/log/*.log.txt files" This reverts commit 1f4d096c346368d15869265e5a08ad93289e20dc. We are reverting this as it appears to significantly add to the total number of files being indexed and we are very behind. Also there appear to be some bugs with this like indexing all of these log files as console logs when many of them are openstack service logs. Additionally this seems to have caused crm114 to fill up its disks as it creates a new dir with learning data on disk for each unique file path. We will need to update crm114 to better collapse files into things that are less unique. Reverting this allows us to take a step back and stabilize then we can try to move forward with this more carefully ensuring that crm114 is ready and that we know what we are indexing and apply the correct tags to it. Change-Id: Ie75d13f4275d74c7035e6b8f89bab47d1b053d03 --- roles/submit-logstash-jobs/defaults/main.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/submit-logstash-jobs/defaults/main.yaml b/roles/submit-logstash-jobs/defaults/main.yaml index 4686d85bf1..bd42a789bd 100644 --- a/roles/submit-logstash-jobs/defaults/main.yaml +++ b/roles/submit-logstash-jobs/defaults/main.yaml @@ -70,14 +70,6 @@ logstash_processor_config: tags: - console - postci - - name: undercloud/var/log/.*\.log\.txt - tags: - - console - - postci - - name: subnode-.*/var/log/.*\.log\.txt - tags: - - console - - postci # wildcard logs - name: devstack-gate-.*\.txt tags: