File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
packages/cisco_meraki_metrics
data_stream/device_health Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11metricsets: ["device_health"]
2- apiBaseUrl : {{ apiBaseUrl }}
2+ apiBaseURL : {{ apiBaseUrl }}
33apiKey: {{ apiKey }}
44organizations:
55{{ #each organizations as |organization |}}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11format_version : 3.2.0
22name : cisco_meraki_metrics
33title : Cisco Meraki Metrics
4- version : 0.4.1
4+ version : 0.4.2
55description : Collect metrics from Cisco Meraki with Elastic Agent.
66type : integration
77categories :
You can’t perform that action at this time.
0 commit comments