Skip to content

Commit 7ea4327

Browse files
Set a few data streams to enabled in the linux integration (#883)
* set a few data streams to enabled * update version * add changelog * fix changelog
1 parent cd2d9eb commit 7ea4327

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

packages/linux/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: "0.3.10"
3+
changes:
4+
- description: Enable some Linux datastreams by default
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/883
27
- version: "0.3.9"
38
changes:
49
- description: Fix mapping of IP fields in linux/users

packages/linux/data_stream/iostat/manifest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ streams:
1111
required: true
1212
show_user: true
1313
default: 10s
14-
enabled: false
1514
title: Linux iostat metrics
1615
description: Linux disk stat metrics

packages/linux/data_stream/memory/manifest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ streams:
1111
required: true
1212
show_user: true
1313
default: 10s
14-
enabled: false
1514
title: Linux memory metrics
1615
description: Linux paging and memory management metrics

packages/linux/data_stream/network_summary/manifest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@ streams:
1111
required: true
1212
show_user: true
1313
default: 10s
14-
enabled: false
1514
title: Linux host network summary metrics
1615
description: Collect Linux network_summary metrics

packages/linux/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: linux
33
title: Linux
4-
version: 0.3.9
4+
version: 0.3.10
55
license: basic
66
description: Linux Integration
77
type: integration

0 commit comments

Comments
 (0)