File tree Expand file tree Collapse file tree
data_stream/filesystem/agent/stream Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 1.58.2"
3+ changes :
4+ - description : Fix filesystem ignore_types
5+ type : bugfix
6+ link : https://github.com/elastic/integrations/pull/9771
27- version : " 1.58.1"
38 changes :
49 - description : Fix metrics overview dashboard.
Original file line number Diff line number Diff line change @@ -2,7 +2,10 @@ metricsets: ["filesystem"]
22period: {{ period }}
33processors: {{ processors }}
44{{ #if filesystem.ignore_types }}
5- filesystem.ignore_types: {{ filesystem.ignore_types }}
5+ filesystem.ignore_types:
6+ {{ #each filesystem.ignore_types as |type i |}}
7+ - {{ type }}
8+ {{ /each }}
69{{ /if }}
710{{ #if system.hostfs }}
811system.hostfs: {{ system.hostfs }}
Original file line number Diff line number Diff line change 11format_version : 3.0.2
22name : system
33title : System
4- version : 1.58.1
4+ version : 1.58.2
55description : Collect system logs and metrics from your servers with Elastic Agent.
66type : integration
77categories :
You can’t perform that action at this time.
0 commit comments