Skip to content

Commit

Permalink
[Metricbeat] Change type of field docker.container.ip_addresses to `i…
Browse files Browse the repository at this point in the history
…p` instead of keyword (#10364)

This will make more queries possible then just with keyword.
  • Loading branch information
ruflin authored Jan 29, 2019
1 parent 31d9cd4 commit 941952a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Refactor Prometheus metric mappings {pull}9948[9948]
- Removed Prometheus stats metricset in favor of just using Prometheus collector {pull}9948[9948]
- Adjust Redis.info metricset fields to ECS. {pull}10319[10319]
- Change type of field docker.container.ip_addresses to `ip` instead of `keyword. {pull}10364[10364]
- Rename http.request.body field to http.request.body.content. {pull}10315[10315]

*Packetbeat*
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3009,7 +3009,7 @@ Container status.
*`docker.container.ip_addresses`*::
+
--
type: keyword
type: ip
Container IP addresses.
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/docker/container/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
description: >
Container status.
- name: ip_addresses
type: keyword
type: ip
description: >
Container IP addresses.
- name: size
Expand Down
2 changes: 1 addition & 1 deletion metricbeat/module/docker/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 941952a

Please sign in to comment.