Skip to content

Commit

Permalink
Re-generate field changes doc page...
Browse files Browse the repository at this point in the history
- This adds the missing nginx field alias
- This also introduces an update introduced in elastic#11334
  • Loading branch information
Mathieu Martin committed Mar 28, 2019
1 parent 6cd714f commit 07b24fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/docs/field-name-changes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
|`nginx.access.http_version` |`http.version`
|`nginx.access.method` |`http.request.method`
|`nginx.access.referrer` |`http.request.referrer`
|`nginx.access.remote_ip` |`source.address`
|`nginx.access.response_code` |`http.response.status_code`
|`nginx.access.url` |`url.original`
|`nginx.access.user_agent.device` |`user_agent.device.name`
Expand Down Expand Up @@ -295,7 +296,6 @@
|`system.auth.hostname` |`host.hostname`
|`system.auth.pid` |`process.pid`
|`system.auth.program` |`process.name`
|`system.auth.ssh.event` |`event.action`
|`system.auth.ssh.geoip.city_name` |`source.geo.city_name`
|`system.auth.ssh.geoip.continent_name` |`source.geo.continent_name`
|`system.auth.ssh.geoip.country_iso_code` |`source.geo.country_iso_code`
Expand Down

0 comments on commit 07b24fe

Please sign in to comment.