Skip to content

Commit 2192455

Browse files
authored
[nvidia_gpu] Fix variable that was expected to be an array (#16001)
1 parent 2d1bf6b commit 2192455

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

packages/nvidia_gpu/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.4.1"
3+
changes:
4+
- description: SSL configuration is not expected to have multiple values.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/16001
27
- version: "0.4.0"
38
changes:
49
- description: |

packages/nvidia_gpu/data_stream/stats/agent/stream/stream.yml.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ metrics_filters.include:
1515
{{#each metrics_filters.include}}
1616
- {{this}}
1717
{{/each}}
18-
{{#if ssl.certificate_authorities}}
18+
{{#if ssl}}
1919
ssl:
2020
{{ssl}}
2121
{{/if}}

packages/nvidia_gpu/data_stream/stats/manifest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ streams:
4141
description: >
4242
Configure SSL for the Prometheus endpoint in YAML format. Use with caution as incorrect settings may cause issues with your configuration.
4343
44-
multi: true
4544
required: false
4645
show_user: false
4746
- name: username

packages/nvidia_gpu/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.2.0
22
name: nvidia_gpu
33
title: "NVIDIA GPU Monitoring"
4-
version: 0.4.0
4+
version: 0.4.1
55
source:
66
license: "Elastic-2.0"
77
description: "Monitor NVIDIA GPUs via NVIDIA Data Center GPU Manager"

0 commit comments

Comments
 (0)