Skip to content

Commit 1810a36

Browse files
authored
[cisco_meraki_metrics] Fix API base URL param (#15746)
* fix base url param * fix pr id * fix default api url
1 parent cf7bb28 commit 1810a36

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

packages/cisco_meraki_metrics/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.2"
3+
changes:
4+
- description: Fix API base URL config parameter
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/15746
27
- version: "0.4.1"
38
changes:
49
- description: scale values in device channel utilization so they display correctly as percentages.

packages/cisco_meraki_metrics/data_stream/device_health/agent/stream/stream.yml.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
metricsets: ["device_health"]
2-
apiBaseUrl: {{apiBaseUrl}}
2+
apiBaseURL: {{apiBaseUrl}}
33
apiKey: {{apiKey}}
44
organizations:
55
{{#each organizations as |organization|}}

packages/cisco_meraki_metrics/data_stream/device_health/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ streams:
1818
- name: apiBaseUrl
1919
type: url
2020
title: Meraki Dashboard API base URL
21-
default: api.meraki.com
21+
default: https://api.meraki.com
2222
- name: period
2323
type: text
2424
title: Collection interval

packages/cisco_meraki_metrics/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: cisco_meraki_metrics
33
title: Cisco Meraki Metrics
4-
version: 0.4.1
4+
version: 0.4.2
55
description: Collect metrics from Cisco Meraki with Elastic Agent.
66
type: integration
77
categories:

0 commit comments

Comments
 (0)