From 3d3e6287098acd1e01348d33a9da68c887ee6958 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 20 Nov 2017 15:27:29 -0800 Subject: [PATCH] Stop indexing libvirt logs The libvirt log files can be quite large depending on the job run (into the million line range). This means they take significant amounts of time to index which backs up all the indexing. Lets remove these files for now (mriedem, nova ptl, has said this won't be a great loss for them) and if someone needs them indexed again they can help sort out how to do it more quickly. Change-Id: I6b567eaf8a59634bc2486423bd87553605bb9657 --- roles/submit-logstash-jobs/defaults/main.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/submit-logstash-jobs/defaults/main.yaml b/roles/submit-logstash-jobs/defaults/main.yaml index 3aa3713c79..0aa4485787 100644 --- a/roles/submit-logstash-jobs/defaults/main.yaml +++ b/roles/submit-logstash-jobs/defaults/main.yaml @@ -31,9 +31,6 @@ logstash_processor_config: - name: syslog\.txt tags: - syslog - - name: libvirtd\.txt - tags: - - libvirt - name: tempest\.txt tags: - screen