How to correctly get regex Logstash Pipeline field_split_pattern to pick up whitespace outside of quotes

前端 未结 0 454
清酒与你
清酒与你 2021-01-25 15:59

I have a regex I\'m using to split fields in a Logstash pipeline using the kv filter

\\s(?![-_,:()\\w\\"\\\\! ]+?(\\s+|\\d+|[,_\\.]+|$))
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题