filter { if [type] == "appstart" { json { source => "message" remove_field => ["message"] } date { match => ["createTime", "yyyy-MM-dd HH:mm:ss"] timezone => "+00:00" } if [cusPhone] == "null" { mutate { update => ["cusPhone", ""] } } }filter { if [type] == "appstart" { json {