Skip to content

Commit 2069a79

Browse files
committed
Add health_status field to status change logs data stream
1 parent bad533f commit 2069a79

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

packages/elastic_agent/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "2.6.7"
3+
changes:
4+
- description: Adds health_status field to status change logs data stream
5+
type: enhancement
6+
link:
27
- version: "2.6.6"
38
changes:
49
- description: Fixes Unhealthy Elastic Agent alert rule to include degraded status

packages/elastic_agent/data_stream/status_change_logs/fields/fields.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
- name: status
22
type: keyword
3+
- name: health_status
4+
type: keyword
35
- name: policy_id
46
type: keyword
57
- name: agentless

packages/elastic_agent/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: elastic_agent
22
title: Elastic Agent
3-
version: 2.6.6
3+
version: 2.6.7
44
description: Collect logs and metrics from Elastic Agents.
55
type: integration
66
format_version: 3.5.0
77
categories: ["elastic_stack"]
88
conditions:
99
kibana:
10-
version: "^8.15.0 || ^9.0.0"
10+
version: "^9.2.2 || ^9.3.0"
1111
elastic:
1212
subscription: basic
1313
owner:

0 commit comments

Comments
 (0)