#字符串"1,2,3"转为整型数组[1,2,3]
mutate {
split => ["waterMode",","]
}
mutate {
convert => {"waterMode" => "integer"}
}
logstash字符串转整型
a min to read
post