Im am getting APM data on a APM server, I was wondering if its posible to place a logstash before the APM server, so I can send the same data to another server, so both receive the same data?
Something like this:
if this is posible a few questions come to mind:
- will logstash alter in any way the data so it can not be procesed by the APM server, or loose some data?
- what inputs and output should I use?
Thanks!