danpopHP / logstash

Automatically exported from code.google.com/p/logstash
0 stars 0 forks source link

grep filter should allow dynamic fields #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

{{{
add_field:
  foo: bar
}}}

The above is useful, but what would be more useful is if we could inject data 
from an existing field (such as hostname, or any other value).

Original issue reported on code.google.com by jls.semi...@gmail.com on 18 Jan 2011 at 4:49

GoogleCodeExporter commented 8 years ago
This is fixed by

https://github.com/logstash/logstash/commit/896442bbe663e81217d54762eee8b1a81d9e
a0b7

Original comment by jls.semi...@gmail.com on 3 Feb 2011 at 10:22