Fields and values

Use a mutate filter and its gsub option.

mutate {
  gsub => ['name-of-field', '"', '']
}
1 Like