Logstash errors after upgrading to filebeat-6.3.0

The following should be enough to fix the situation.

mutate {
      remove_field => [ "[host]" ]
    }
    mutate {
      add_field => {
    	"host" => "%{[beat][hostname]}"
      }
    }
4 Likes