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

Change type of ip field in heartbeat #4066

Merged
merged 2 commits into from
Apr 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ https://github.com/elastic/beats/compare/v5.1.1...master[Check the HEAD diff]

*Heartbeat*
- Add default ports in HTTP monitor. {pull}3924[3924]
- Use IP type of elasticsearch for ip field. {pull}3926[3926]

*Metricbeat*

Expand Down
2 changes: 1 addition & 1 deletion heartbeat/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
Service url used by monitor.

- name: ip
type: keyword
type: ip
description: >
IP of service being monitored. If service is monitored by hostname,
the `ip` field contains the resolved ip address for the current host.
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Service url used by monitor.
[float]
=== ip

type: keyword
type: ip

IP of service being monitored. If service is monitored by hostname, the `ip` field contains the resolved ip address for the current host.

Expand Down