Skip to content

Commit

Permalink
[O11y][System] Fix dashboard query in [Metrics System] Host overview (
Browse files Browse the repository at this point in the history
elastic#12612)

* Fix dashboard query in [Metrics System] Host overview

* update pr link
  • Loading branch information
harnish-elastic authored Feb 5, 2025
1 parent 7c7e061 commit 561d4b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/system/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.64.1"
changes:
- description: Fix dashboard query in [Metrics System] Host overview.
type: bugfix
link: https://github.com/elastic/integrations/pull/12612
- version: "1.64.0"
changes:
- description: Add support for Kibana `9.0.0`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
{
"match_phrase": {
"data_stream.dataset": "system.filestream"
"data_stream.dataset": "system.filesystem"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/system/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.0.2
name: system
title: System
version: "1.64.0"
version: "1.64.1"
description: Collect system logs and metrics from your servers with Elastic Agent.
type: integration
categories:
Expand Down

0 comments on commit 561d4b7

Please sign in to comment.