diff --git a/modules/openstack_project/files/logstash/jenkins-log-client.yaml b/modules/openstack_project/files/logstash/jenkins-log-client.yaml
index bdadbb1668..2d08cb01a8 100644
--- a/modules/openstack_project/files/logstash/jenkins-log-client.yaml
+++ b/modules/openstack_project/files/logstash/jenkins-log-client.yaml
@@ -14,10 +14,10 @@ zmq-publishers:
 subunit-files:
   - name: logs/testrepository.subunit
     retry-get: True
-    job-filter: 'gate-(tempest|grenade)-dsvm.*'
+    job-filter: '.*(tempest|grenade)-dsvm.*'
     build-queue-filter: 'gate'
   - name: logs/old/testrepository.subunit
-    job-filter: 'gate-grenade-dsvm.*'
+    job-filter: '.*grenade-dsvm.*'
     build-queue-filter: 'gate'
   - name: logs/testrepository.subunit
     retry-get: True