diff --git a/deployment/roles/rsyslog/templates/vitamui_transport.conf.j2 b/deployment/roles/rsyslog/templates/vitamui_transport.conf.j2
index 28b1a00f8f214a297beb3e5a81d26bc096cf4ac6..8ab47672fbdcbf4aca68314fd77933d97210351b 100644
--- a/deployment/roles/rsyslog/templates/vitamui_transport.conf.j2
+++ b/deployment/roles/rsyslog/templates/vitamui_transport.conf.j2
@@ -20,6 +20,7 @@ $ActionResumeRetryCount -1
 $ActionQueueHighWatermark 100000
 $ActionQueueLowWatermark 10000
   :programname, startswith, "vitam" @@{{ logstash.host }}:{{ logstash.port }}
+& stop
 
 $ActionQueueType LinkedList
 $ActionQueueFileName logstash-mongo-queue
@@ -29,6 +30,7 @@ $ActionResumeRetryCount -1
 $ActionQueueHighWatermark 100000
 $ActionQueueLowWatermark 10000
   :programname, startswith, "mongo" @@{{ logstash.host }}:{{ logstash.port }}
+& stop
 
 $ActionQueueType LinkedList
 $ActionQueueFileName logstash-vitam_accesslog-queue
@@ -38,6 +40,7 @@ $ActionResumeRetryCount -1
 $ActionQueueHighWatermark 100000
 $ActionQueueLowWatermark 10000
   :programname, startswith, "vitam_accesslog" @@{{ logstash.host }}:{{ logstash.port }}
+& stop
 
 $ActionQueueType LinkedList
 $ActionQueueFileName logstash-elasticsearch_log-queue
@@ -47,6 +50,7 @@ $ActionResumeRetryCount -1
 $ActionQueueHighWatermark 100000
 $ActionQueueLowWatermark 10000
   :programname, startswith, "elasticsearch-log" @@{{ logstash.host }}:{{ logstash.port }}
+& stop
 
 $ActionQueueType LinkedList
 $ActionQueueFileName logstash-elasticsearch_data-queue
@@ -56,6 +60,7 @@ $ActionResumeRetryCount -1
 $ActionQueueHighWatermark 100000
 $ActionQueueLowWatermark 10000
   :programname, startswith, "elasticsearch-data" @@{{ logstash.host }}:{{ logstash.port }}
+& stop
 
 $ActionQueueType LinkedList
 $ActionQueueFileName logstash-vitam_consul-queue
@@ -65,6 +70,7 @@ $ActionResumeRetryCount -1
 $ActionQueueHighWatermark 100000
 $ActionQueueLowWatermark 10000
   :programname, startswith, "consul" @@{{ logstash.host }}:{{ logstash.port }}
+& stop
 
 $ActionQueueType LinkedList
 $ActionQueueFileName logstash-clamav-queue
@@ -74,6 +80,7 @@ $ActionResumeRetryCount -1
 $ActionQueueHighWatermark 100000
 $ActionQueueLowWatermark 10000
   :programname, startswith, "clam"  @@{{ logstash.host }}:{{ logstash.port }}
+& stop
 
 $ActionQueueType LinkedList
 $ActionQueueFileName logstash-curator-queue
@@ -83,3 +90,4 @@ $ActionResumeRetryCount -1
 $ActionQueueHighWatermark 100000
 $ActionQueueLowWatermark 10000
   :programname, startswith, "curator"  @@{{ logstash.host }}:{{ logstash.port }}
+& stop