diff --git a/modules/openstack_project/templates/logstash/indexer.conf.erb b/modules/openstack_project/templates/logstash/indexer.conf.erb index 44145ad811..4c4ae666c3 100644 --- a/modules/openstack_project/templates/logstash/indexer.conf.erb +++ b/modules/openstack_project/templates/logstash/indexer.conf.erb @@ -77,7 +77,7 @@ filter { match => { "message" => "\[(?%{DAY} %{MONTH} %{MONTHDAY} %{TIME} %{YEAR}%{SPACE}%{TZ}?)\]%{SPACE}\[%{LOGLEVEL:loglevel}\]%{SPACE}%{GREEDYDATA:logmessage}" } add_field => { "received_at" => "%{@timestamp}" } } - } else if "libvirtd" in [tags] { + } else if "libvirt" in [tags] { grok { # libvirtd grok filter adapted from # https://github.com/OpenStratus/openstack-logstash/blob/master/agent.conf