webmstr

Results 3 comments of webmstr

What about items that are cached in LS instance now, like the data for the elapsed{} filter?

Looks like it doesn't work in either position: ``` gsub => [ "foo", "%{bar}", "spam" ] ```

Here's what I was noticing: filter { ``` mutate { add_field => { "bar" => "cheers" } } mutate { add_field => { "foo" => "Three cheers for Joe" }...