Hi,
There's a way in Logstash where input a Event and output two and these events with diferent informations?
For example:
input event fields:
- name
- lastname
- adress
- age
output event 1 (output to ES 1):
- (new field type) users
- name
- lastname
- adress
output event 2 (output to ES 2):
- (new field type) ages
- name
- age