File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
data_stream/audit_logs/elasticsearch/ingest_pipeline Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# newer versions go on top
2
+ - version : 1.63.1
3
+ changes :
4
+ - description : Fix typo in kubernetes.audit ingest pipeline
5
+ type : bugfix
6
+ link : https://github.com/elastic/integrations/pull/10421
2
7
- version : 1.63.0
3
8
changes :
4
9
- description : Add pod.status_reason and pod.status.ready_time fields to the state_pod datastream
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ processors:
45
45
copy_from : kubernetes.audit.user.uid
46
46
ignore_empty_value : true
47
47
- set :
48
- if : ctx.kubernetes?.audit?.user?. userAgent != null
48
+ if : ctx.kubernetes?.audit?.userAgent != null
49
49
field : user_agent.original
50
50
copy_from : kubernetes.audit.userAgent
51
51
ignore_empty_value : true
Original file line number Diff line number Diff line change 1
1
format_version : 3.1.2
2
2
name : kubernetes
3
3
title : Kubernetes
4
- version : 1.63.0
4
+ version : 1.63.1
5
5
description : Collect logs and metrics from Kubernetes clusters with Elastic Agent.
6
6
type : integration
7
7
categories :
You can’t perform that action at this time.
0 commit comments