Skip to content

Commit

Permalink
Remove kubernetes.container.image alias (#27898)
Browse files Browse the repository at this point in the history
* Remove kubernetes.container.image alias
  • Loading branch information
MichaelKatsoulis committed Sep 20, 2021
1 parent d898e3d commit c347f46
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 124 deletions.
12 changes: 0 additions & 12 deletions auditbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17137,18 +17137,6 @@ type: keyword
--
*`kubernetes.container.image`*::
+
--
Kubernetes container image
type: alias
alias to: container.image.name
--
[[exported-fields-process]]
== Process fields
Expand Down
2 changes: 1 addition & 1 deletion auditbeat/include/fields.go

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -85624,18 +85624,6 @@ type: keyword

--

*`kubernetes.container.image`*::
+
--
Kubernetes container image


type: alias

alias to: container.image.name

--

[[exported-fields-log]]
== Log file content fields

Expand Down
2 changes: 1 addition & 1 deletion filebeat/include/fields.go

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions heartbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14719,18 +14719,6 @@ type: keyword
--
*`kubernetes.container.image`*::
+
--
Kubernetes container image
type: alias
alias to: container.image.name
--
[[exported-fields-process]]
== Process fields
Expand Down
2 changes: 1 addition & 1 deletion heartbeat/include/fields.go

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions journalbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15064,18 +15064,6 @@ type: keyword
--
*`kubernetes.container.image`*::
+
--
Kubernetes container image
type: alias
alias to: container.image.name
--
[[exported-fields-process]]
== Process fields
Expand Down
2 changes: 1 addition & 1 deletion journalbeat/include/fields.go

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions libbeat/processors/add_kubernetes_metadata/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,3 @@
type: keyword
description: >
Kubernetes container name (different than the name from the runtime)
- name: container.image
type: alias
path: container.image.name
description: >
Kubernetes container image
12 changes: 0 additions & 12 deletions metricbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39265,18 +39265,6 @@ type: keyword

--

*`kubernetes.container.image`*::
+
--
Kubernetes container image


type: alias

alias to: container.image.name

--

[[exported-fields-kubernetes]]
== Kubernetes fields

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (m *MetricSet) Fetch(reporter mb.ReporterV2) error {
if containerImage, ok := event["image"]; ok {
cImage := (containerImage).(string)
containerFields.Put("image.name", cImage)
// remove ECS container fields from kubernetes.container.* since they will be set through alias
// remove kubernetes.container.image field as value is the same as ECS container.image.name field
event.Delete("image")
}

Expand Down
12 changes: 0 additions & 12 deletions packetbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16525,18 +16525,6 @@ type: keyword
--
*`kubernetes.container.image`*::
+
--
Kubernetes container image
type: alias
alias to: container.image.name
--
[[exported-fields-memcache]]
== Memcache fields
Expand Down
2 changes: 1 addition & 1 deletion packetbeat/include/fields.go

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions winlogbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14548,18 +14548,6 @@ type: keyword
--
*`kubernetes.container.image`*::
+
--
Kubernetes container image
type: alias
alias to: container.image.name
--
[[exported-fields-powershell]]
== PowerShell module fields
Expand Down
2 changes: 1 addition & 1 deletion winlogbeat/include/fields.go

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions x-pack/functionbeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14371,18 +14371,6 @@ type: keyword
--
*`kubernetes.container.image`*::
+
--
Kubernetes container image
type: alias
alias to: container.image.name
--
[[exported-fields-process]]
== Process fields
Expand Down
2 changes: 1 addition & 1 deletion x-pack/functionbeat/include/fields.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion x-pack/heartbeat/include/fields.go

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions x-pack/osquerybeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14366,18 +14366,6 @@ type: keyword
--
*`kubernetes.container.image`*::
+
--
Kubernetes container image
type: alias
alias to: container.image.name
--
[[exported-fields-osquerybeat]]
== Osquerybeat fields
Expand Down
2 changes: 1 addition & 1 deletion x-pack/osquerybeat/include/fields.go

Large diffs are not rendered by default.

0 comments on commit c347f46

Please sign in to comment.