Skip to content

Making clear about to what device is host object related to #76

Closed
@vbohata

Description

@vbohata

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions