Skip to content

Commit

Permalink
Fix json doc example for add_host_metadata processor (elastic#7375) (e…
Browse files Browse the repository at this point in the history
…lastic#7380)

ip and mac were missing `"`.

(cherry picked from commit 8eb339e)
  • Loading branch information
ruflin authored and exekias committed Jun 20, 2018
1 parent a60d2af commit e6fa33d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libbeat/docs/processors-using.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,9 @@ The fields added to the event are looking as following:
"build":"16G1212",
"platform":"darwin",
"version":"10.12.6"
}
},
"ip": ["192.168.0.1", "10.0.0.1"],
"mac": ["00:25:96:12:34:56", "72:00:06:ff:79:f1"]
}
}
-------------------------------------------------------------------------------
Expand Down

0 comments on commit e6fa33d

Please sign in to comment.