Skip to content

Commit

Permalink
Make the url field of heartbeat aggregatable. (#6479)
Browse files Browse the repository at this point in the history
This takes over the PR #6263
  • Loading branch information
ruflin authored and andrewkroh committed Mar 7, 2018
1 parent 5398d8a commit 7e28cf7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ https://github.com/elastic/beats/compare/v6.0.0-beta2...master[Check the HEAD di

*Heartbeat*

- Made the url field of heartbeat aggregatable. {pull}6263[6263]

*Metricbeat*

- Rename `heap_init` field to `heap.init`. {pull}5320[5320]
Expand Down
8 changes: 8 additions & 0 deletions heartbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,14 @@ type: text
Service url used by monitor.
[float]
=== `http.url.raw`
type: keyword
The service url used by monitor. This is a non-analyzed field that is useful for aggregations.
[float]
== response fields
Expand Down
6 changes: 6 additions & 0 deletions heartbeat/monitors/active/http/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
type: text
description: >
Service url used by monitor.
multi_fields:
- name: raw
type: keyword
description: >
The service url used by monitor. This is a non-analyzed field that is useful
for aggregations.
- name: response
type: group
Expand Down

0 comments on commit 7e28cf7

Please sign in to comment.