Dissect extract to metadata field

Can I tell the dissect filter to extract a field to @metadata?

dissect {
  mapping => {
    "message" => "%{[@metadata][foo]} %{+[@metadata][foo]} %{actual-foo} %{message}"
  }
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.