Closed
Description
A lot if issues here (including mine) needs to somehow implement following:
- What is the network peer host name I received logs from?
- What device originated the event?
- What device transmitted it?
I propose to make some unification about it by prefixing host field with "device.SOURCENAME", where SOURCENAME is:
- originator - the generator of the event (Filebeat)
- collector - who received it (Logstash)
- relay - who relayed it to another relay or collector ... so maybe relay0, relay1, ...
Also there should be peer object so device.collector.peer.host.ip - means IP of the TCP session peer from which for example the Logstash received the event (can be different from device.relay.host.ip or even device.originator.host.ip).
Metadata
Metadata
Assignees
Labels
No labels