Skip to content

Commit

Permalink
chore: group to keyword (#10713)
Browse files Browse the repository at this point in the history
* chore: group to keyboard

Signed-off-by: carolina valencia <[email protected]>

* chore: update changelog

Signed-off-by: carolina valencia <[email protected]>

* chore: running elastic-package build

Signed-off-by: carolina valencia <[email protected]>

* Update packages/kubernetes/changelog.yml

Co-authored-by: Tetiana Kravchenko <[email protected]>

---------

Signed-off-by: carolina valencia <[email protected]>
Co-authored-by: carolina valencia <[email protected]>
Co-authored-by: Tetiana Kravchenko <[email protected]>
  • Loading branch information
3 people authored Aug 27, 2024
1 parent 9e8bbed commit db5288a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
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: 1.66.3
changes:
- description: Updating mapping of the field groups to keyword in kubernetes.audit_logs
type: enhancement
link: https://github.com/elastic/integrations/pull/10713
- version: 1.66.2
changes:
- description: Fixing missing processor block in kubernetes.audit_logs
Expand Down
4 changes: 2 additions & 2 deletions packages/kubernetes/data_stream/audit_logs/fields/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
description: Authenticated user information
fields:
- name: groups
type: text
type: keyword
description: The names of groups this user is a part of
- name: username
type: keyword
Expand All @@ -47,7 +47,7 @@
description: Impersonated user information
fields:
- name: groups
type: text
type: keyword
description: The names of groups this user is a part of
- name: username
type: keyword
Expand Down
4 changes: 2 additions & 2 deletions packages/kubernetes/docs/audit-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ An example event for `audit` looks as following:
| kubernetes.audit.apiVersion | Audit event api version | keyword |
| kubernetes.audit.auditID | Unique audit ID, generated for each request | keyword |
| kubernetes.audit.impersonatedUser.extra.\* | Any additional information provided by the authenticator | object |
| kubernetes.audit.impersonatedUser.groups | The names of groups this user is a part of | text |
| kubernetes.audit.impersonatedUser.groups | The names of groups this user is a part of | keyword |
| kubernetes.audit.impersonatedUser.uid | A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs | keyword |
| kubernetes.audit.impersonatedUser.username | The name that uniquely identifies this user among all active users | keyword |
| kubernetes.audit.kind | Kind of the audit event | keyword |
Expand Down Expand Up @@ -190,7 +190,7 @@ An example event for `audit` looks as following:
| kubernetes.audit.stage | Stage of the request handling when this event instance was generated | keyword |
| kubernetes.audit.stageTimestamp | Time the request reached current audit stage | date |
| kubernetes.audit.user.extra.\* | Any additional information provided by the authenticator | object |
| kubernetes.audit.user.groups | The names of groups this user is a part of | text |
| kubernetes.audit.user.groups | The names of groups this user is a part of | keyword |
| kubernetes.audit.user.uid | A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs | keyword |
| kubernetes.audit.user.username | The name that uniquely identifies this user among all active users | keyword |
| kubernetes.audit.userAgent | UserAgent records the user agent string reported by the client. Note that the UserAgent is provided by the client, and must not be trusted | text |
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.1.2
name: kubernetes
title: Kubernetes
version: 1.66.2
version: 1.66.3
description: Collect logs and metrics from Kubernetes clusters with Elastic Agent.
type: integration
categories:
Expand Down

0 comments on commit db5288a

Please sign in to comment.