Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add add_observer_metadata processor #11394

Merged
merged 19 commits into from
Apr 24, 2019
Prev Previous commit
Next Next commit
Improve docs
  • Loading branch information
andrewvc committed Apr 23, 2019
commit 676df597b237fc943811716c1b2070ea1b7faf5c
4 changes: 2 additions & 2 deletions libbeat/docs/processors-using.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ It has the following settings:


The `add_host_metadata` processor annotates each event with relevant metadata from the host machine.
The fields added to the event are look like following:
The fields added to the event look like the following:

[source,json]
-------------------------------------------------------------------------------
Expand Down Expand Up @@ -1266,7 +1266,7 @@ The fields added to the event look like the following:
],
"mac" : [
"dc:c1:02:6f:1b:ed",
],
],
"geo": {
"continent_name": "North America",
"country_iso_code": "US",
Expand Down