Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix casing for consistency
Signed-off-by: ChrsMark <[email protected]>
  • Loading branch information
ChrsMark committed Apr 22, 2021
commit a91cae22ec4f3dd41f17cb1c891dd46361d2ea59
5 changes: 5 additions & 0 deletions packages/kubernetes/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.5.0"
changes:
- description: Add missing field "kubernetes.selectors.*" and extra https settings for controllermanager and scheduler datastreams
type: enhancement
link: https://github.com/elastic/integrations/pull/886
- version: "0.4.5"
changes:
- description: Add missing field "kubernetes.pod.ip"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- name: pod.uid
type: keyword
description: >
Kubernetes Pod UID
Kubernetes pod UID

- name: pod.ip
type: ip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- name: pod.uid
type: keyword
description: >
Kubernetes Pod UID
Kubernetes pod UID

- name: pod.ip
type: ip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- name: pod.uid
type: keyword
description: >
Kubernetes Pod UID
Kubernetes pod UID

- name: pod.ip
type: ip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- name: pod.uid
type: keyword
description: >
Kubernetes Pod UID
Kubernetes pod UID

- name: pod.ip
type: ip
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes/data_stream/pod/fields/base-fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- name: pod.uid
type: keyword
description: >
Kubernetes Pod UID
Kubernetes pod UID

- name: pod.ip
type: ip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- name: pod.uid
type: keyword
description: >
Kubernetes Pod UID
Kubernetes pod UID

- name: pod.ip
type: ip
Expand Down
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- name: pod.uid
type: keyword
description: >
Kubernetes Pod UID
Kubernetes pod UID

- name: pod.ip
type: ip
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- name: pod.uid
type: keyword
description: >
Kubernetes Pod UID
Kubernetes pod UID

- name: pod.ip
type: ip
Expand Down
Empty file.

This file was deleted.

Loading