Merge Several json parsed fields to 1 field

Wrap the mutate filter in a conditional.

if [Request_parsed][type_label] {
  mutate {
    add_field => {
      "Comment" => "%{[Request_parsed][type_label]}"
    }
  }
}