Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/linux/_dev/deploy/docker/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '2.3'
version: "2.3"
services:
linux:
build: .
Expand Down
5 changes: 5 additions & 0 deletions packages/linux/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.0.0"
changes:
- description: Release package as GA
type: bugfix
link: https://github.com/elastic/integrations/pull/1234
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally the bug fix and the release would be different PRs, it's extremely unlikely, but if we ever need to roll back the bug fix, that should not affect the release status.

Conceptually I also don't like to have the release changelog entry as type bugfix. The act of making it GA is not a bug fix.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's split this in two PRs.
One that will go first with the bug fix and the second one making this GA.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pulled the change out to #15688

- version: "0.7.3"
changes:
- description: Require root privileges for pageinfo
Expand Down
1 change: 0 additions & 1 deletion packages/linux/data_stream/conntrack/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
title: System conntrack metrics
release: experimental
type: metrics
streams:
- input: linux/metrics
Expand Down
1 change: 0 additions & 1 deletion packages/linux/data_stream/entropy/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
title: System entropy metrics
release: experimental
type: metrics
streams:
- input: system/metrics
Expand Down
1 change: 0 additions & 1 deletion packages/linux/data_stream/iostat/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
title: Linux disk iostat metrics
release: experimental
type: metrics
streams:
- input: linux/metrics
Expand Down
1 change: 0 additions & 1 deletion packages/linux/data_stream/ksm/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
title: Kernel Samepage merging metrics
release: experimental
type: metrics
streams:
- input: linux/metrics
Expand Down
1 change: 0 additions & 1 deletion packages/linux/data_stream/memory/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
title: Linux-only memory metrics
release: experimental
type: metrics
streams:
- input: linux/metrics
Expand Down
1 change: 0 additions & 1 deletion packages/linux/data_stream/network_summary/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
title: System network_summary metrics
release: experimental
type: metrics
streams:
- input: system/metrics
Expand Down
1 change: 0 additions & 1 deletion packages/linux/data_stream/pageinfo/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
title: System page info metrics
release: experimental
type: metrics
streams:
- input: linux/metrics
Expand Down
1 change: 0 additions & 1 deletion packages/linux/data_stream/raid/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
title: System raid metrics
release: experimental
type: metrics
streams:
- input: system/metrics
Expand Down
1 change: 0 additions & 1 deletion packages/linux/data_stream/service/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
title: System service metrics
release: experimental
type: metrics
streams:
- input: system/metrics
Expand Down
1 change: 0 additions & 1 deletion packages/linux/data_stream/socket/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
title: System socket metrics
release: experimental
type: metrics
streams:
- input: system/metrics
Expand Down
1 change: 0 additions & 1 deletion packages/linux/data_stream/users/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
title: System users metrics
release: experimental
type: metrics
streams:
- input: system/metrics
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"emptyAsNull": true
},
"scale": "ratio",
"sourceField": "service.type"
"sourceField": "system.service.name"
}
},
"ignoreGlobalFilters": false,
Expand Down Expand Up @@ -1149,4 +1149,4 @@
"coreMigrationVersion": "8.8.0",
"typeMigrationVersion": "10.2.0",
"type": "dashboard"
}
}
2 changes: 1 addition & 1 deletion packages/linux/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.3.0
name: linux
title: Linux Metrics
version: 0.7.3
version: 1.0.0
description: Collect metrics from Linux servers with Elastic Agent.
type: integration
categories:
Expand Down