Skip to content

Commit

Permalink
added output_health data stream to fleet_server (#8605)
Browse files Browse the repository at this point in the history
* added output_health data stream to fleet_server

* updated pull request link
  • Loading branch information
juliaElastic authored Nov 30, 2023
1 parent 604e7fe commit 1531461
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/fleet_server/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.5.0"
changes:
- description: Added new output health data stream
type: enhancement
link: https://github.com/elastic/integrations/pull/8605
- version: "1.4.0"
changes:
- description: Added new metrics data streams
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"policy": {
"phases": {
"delete": {
"min_age": "7d",
"actions": {
"delete": {}
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- name: data_stream.type
external: ecs
- name: data_stream.dataset
external: ecs
- name: data_stream.namespace
external: ecs
- name: "@timestamp"
external: ecs
- name: agent.id
external: ecs
- name: agent.version
external: ecs
- name: agent.type
external: ecs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: output
type: keyword
- name: state
type: keyword
- name: message
type: text
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
data_retention: "7d"
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
title: Output Health
dataset: fleet_server.output_health
ilm_policy: logs-fleet_server.output_health_logs-default_policy
type: logs
elasticsearch:
index_template:
mappings:
dynamic: false
2 changes: 1 addition & 1 deletion packages/fleet_server/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fleet_server
title: Fleet Server
version: 1.4.0
version: 1.5.0
description: Centrally manage Elastic Agents with the Fleet Server integration.
type: integration
format_version: 3.0.0
Expand Down

0 comments on commit 1531461

Please sign in to comment.