How to convert part of a string that includes underscores to brackets in logstash with gsub
I want to convert, for e.g. Hello_1_.Bye to Hello[1].Bye Note that [1], i.e., within brackets contain only digits I started with something like this that didn’t work.. filter { mutate { gsub =&…