79102145

Date: 2024-10-18 12:50:57
Score: 1
Natty:
Report link

Another option is to use mutate-split filter plugin like that:

mutate {
    split => { "[language]" => "," }
}

NOTE: You should use separator character that is never included in original string for proper conversion.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: rnv812