diff --git a/modules/openstack_project/templates/logstash/agent.conf.erb b/modules/openstack_project/templates/logstash/agent.conf.erb index 5fbdafdb02..fc639a3eb5 100644 --- a/modules/openstack_project/templates/logstash/agent.conf.erb +++ b/modules/openstack_project/templates/logstash/agent.conf.erb @@ -2,6 +2,7 @@ input { pipe { command => "python3 /usr/local/bin/log-pusher.py -r -z tcp://jenkins.openstack.org:8888 -l http://logs.openstack.org -f console.html" format => "json" + message_format => "%{@message}" tags => ["jenkins", "console"] type => "jenkins_console" }