-
Notifications
You must be signed in to change notification settings - Fork 508
[cisco_meraki_metrics] Fix API base URL param #15746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
💚 Build Succeeded
History
|
| type: url | ||
| title: Meraki Dashboard API base URL | ||
| default: api.meraki.com | ||
| default: https://api.meraki.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this protocol appending required ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the meraki Go library fails to make requests without https://
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Curious how was it previously working ? Or was the customer adding this from their side ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it wasn't, in beats we used a default value if it was not set.
|
Package cisco_meraki_metrics - 0.4.2 containing this change is available at https://epr.elastic.co/package/cisco_meraki_metrics/0.4.2/ |
Proposed commit message
This PR fixes the api base url config param capitalization.
Checklist
changelog.ymlfile.Author's Checklist
How to test this PR locally
Related issues
Screenshots