Creating new field with logstash

Given your log line format, I advice you to use "kv" filter rather than "grok" :

kv {
  field_split => ","
}