-
Notifications
You must be signed in to change notification settings - Fork 572
[Kubernetes] Remove extra base fields for state datastreams #8393
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
Changes from all commits
bf8e8c2
3e76b5f
c21b005
86e410c
53df9da
f3c4950
0f6c04a
3c3f194
a31555b
2c6ddf0
bcabc62
474d246
10c947e
74007a7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,20 +13,6 @@ | |
| - name: kubernetes | ||
| type: group | ||
| fields: | ||
| - name: pod.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes pod name | ||
|
|
||
| - name: pod.uid | ||
| type: keyword | ||
| description: > | ||
| Kubernetes pod UID | ||
|
|
||
| - name: pod.ip | ||
| type: ip | ||
| description: > | ||
| Kubernetes pod IP | ||
|
|
||
| - name: namespace | ||
| type: keyword | ||
|
|
@@ -46,16 +32,6 @@ | |
| description: > | ||
| Kubernetes namespace labels map | ||
|
|
||
| - name: node.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes node name | ||
|
|
||
| - name: node.hostname | ||
| type: keyword | ||
| description: > | ||
| Kubernetes hostname as reported by the node’s kernel | ||
|
|
||
| - name: labels.* | ||
| type: object | ||
| object_type: keyword | ||
|
|
@@ -69,35 +45,3 @@ | |
| object_type_mapping_type: "*" | ||
| description: > | ||
| Kubernetes annotations map | ||
|
|
||
| - name: selectors.* | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Selectors should stay here According to. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ daemonset can have selectors
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok I was thinking that we might need them in the future. But ok as long as only services support that we can remove it |
||
| type: object | ||
| object_type: keyword | ||
| object_type_mapping_type: "*" | ||
| description: > | ||
| Kubernetes Service selectors map | ||
|
|
||
| - name: replicaset.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes replicaset name | ||
|
|
||
| - name: deployment.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes deployment name | ||
|
|
||
| - name: statefulset.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes statefulset name | ||
|
|
||
| - name: container.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes container name | ||
|
|
||
| - name: container.image | ||
| type: keyword | ||
| description: >- | ||
| Kubernetes container image | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,20 +13,6 @@ | |
| - name: kubernetes | ||
| type: group | ||
| fields: | ||
| - name: pod.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes pod name | ||
|
|
||
| - name: pod.uid | ||
| type: keyword | ||
| description: > | ||
| Kubernetes pod UID | ||
|
|
||
| - name: pod.ip | ||
| type: ip | ||
| description: > | ||
| Kubernetes pod IP | ||
|
|
||
| - name: namespace | ||
| type: keyword | ||
|
|
@@ -46,16 +32,6 @@ | |
| description: > | ||
| Kubernetes namespace labels map | ||
|
|
||
| - name: node.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes node name | ||
|
|
||
| - name: node.hostname | ||
| type: keyword | ||
| description: > | ||
| Kubernetes hostname as reported by the node’s kernel | ||
|
|
||
| - name: labels.* | ||
| type: object | ||
| object_type: keyword | ||
|
|
@@ -70,35 +46,8 @@ | |
| description: > | ||
| Kubernetes annotations map | ||
|
|
||
| - name: selectors.* | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same for deployment selectors should stay
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here is the comment with the link to the implementation PR that introduces
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok |
||
| type: object | ||
| object_type: keyword | ||
| object_type_mapping_type: "*" | ||
| description: > | ||
| Kubernetes Service selectors map | ||
|
|
||
| - name: replicaset.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes replicaset name | ||
|
|
||
| - name: deployment.name | ||
| dimension: true | ||
| type: keyword | ||
| description: > | ||
| Kubernetes deployment name | ||
|
|
||
| - name: statefulset.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes statefulset name | ||
|
|
||
| - name: container.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes container name | ||
|
|
||
| - name: container.image | ||
| type: keyword | ||
| description: >- | ||
| Kubernetes container image | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,20 +13,6 @@ | |
| - name: kubernetes | ||
| type: group | ||
| fields: | ||
| - name: pod.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes pod name | ||
|
|
||
| - name: pod.uid | ||
| type: keyword | ||
| description: > | ||
| Kubernetes pod UID | ||
|
|
||
| - name: pod.ip | ||
| type: ip | ||
| description: > | ||
| Kubernetes pod IP | ||
|
|
||
| - name: namespace | ||
| type: keyword | ||
|
|
@@ -46,16 +32,6 @@ | |
| description: > | ||
| Kubernetes namespace labels map | ||
|
|
||
| - name: node.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes node name | ||
|
|
||
| - name: node.hostname | ||
| type: keyword | ||
| description: > | ||
| Kubernetes hostname as reported by the node’s kernel | ||
|
|
||
| - name: labels.* | ||
| type: object | ||
| object_type: keyword | ||
|
|
@@ -70,28 +46,6 @@ | |
| description: > | ||
| Kubernetes annotations map | ||
|
|
||
| - name: selectors.* | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same should stay
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here is the comment with the link to the implementation PR that introduces |
||
| type: object | ||
| object_type: keyword | ||
| object_type_mapping_type: "*" | ||
| description: > | ||
| Kubernetes Service selectors map | ||
|
|
||
| - name: replicaset.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes replicaset name | ||
|
|
||
| - name: deployment.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes deployment name | ||
|
|
||
| - name: statefulset.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes statefulset name | ||
|
|
||
| - name: job.name | ||
| dimension: true | ||
| type: keyword | ||
|
|
@@ -102,13 +56,3 @@ | |
| type: keyword | ||
| description: > | ||
| Name of the CronJob to which the Pod belongs | ||
|
|
||
| - name: container.name | ||
| type: keyword | ||
| description: > | ||
| Kubernetes container name | ||
|
|
||
| - name: container.image | ||
| type: keyword | ||
| description: >- | ||
| Kubernetes container image | ||
Uh oh!
There was an error while loading. Please reload this page.