Host metadata in beats

How does the add_host_metadata fetch the host metadata fields. I am particularly concerned about the below fields in RHEL OS. I want to fetch the same fields using fluent-bit in my application.

{
   "host":{
      "architecture":"x86_64",
      "name":"example-host",
      "id":"",
      "os":{
         "family":"darwin",
         "build":"16G1212",
         "platform":"darwin",
         "version":"10.12.6",
         "kernel":"16.7.0",
         "name":"Mac OS X"
      },
      "ip": ["192.168.0.1", "10.0.0.1"],
      "mac": ["00:25:96:12:34:56", "72:00:06:ff:79:f1"]
   }
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.