-
Notifications
You must be signed in to change notification settings - Fork 513
Adjust integrations to pass linting #266
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -58,4 +58,3 @@ config_templates: | |
| default: 10s | ||
| owner: | ||
| github: elastic/integrations | ||
| requirement: {} | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,6 @@ categories: | |
| release: experimental | ||
| conditions: | ||
| kibana.version: ">=7.10.0" | ||
| agent.version: ">=7.10.0" | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We don't have support for a required Agent version so I would remove it. But happy to have a conversation if this is needed. |
||
| screenshots: | ||
| - src: /img/metricbeat-prometheus-overview.png | ||
| title: Metricbeat Prometheus Overview | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ streams: | |
| show_user: true | ||
| default: 10s | ||
| - name: socket.reverse_lookup.enabled | ||
| type: boolean | ||
| type: bool | ||
| title: Enable Reverse Lookup | ||
| multi: false | ||
| required: false | ||
|
|
@@ -22,7 +22,7 @@ streams: | |
| Configure reverse DNS lookup on remote IP addresses in the socket metricset. | ||
|
|
||
| - name: socket.reverse_lookup.success_ttl | ||
| type: duration | ||
| type: integer | ||
| title: Reverse Lookup Success TTL | ||
| multi: false | ||
| required: false | ||
|
|
@@ -31,7 +31,7 @@ streams: | |
| Success TTL for reverse DNS lookup on remote IP addresses in the socket metricset. | ||
|
|
||
| - name: socket.reverse_lookup.failure_ttl | ||
| type: duration | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ruflin we don't support "duration" type, right?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jen-huang Can you comment on this? I know we played with the idea. Would it be useful to have it?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's rather question - whether it's supported at the moment :) According to the reference package, it's not: https://github.com/elastic/package-registry/blob/33c9f9df5881a879ced083cc626ba973f928b32d/testdata/package/reference/1.0.0/dataset/reference/manifest.yml#L47
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, I will merge the fix to prevent potential merge conflicts. In case of emergency I will open another PR.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Right now the UI only differentiates between type IMO it would be good to keep this
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To make validation possible, I suggest we only use the ones supported and if we add a new one adjust the packages. Otherwise we suddenly have "magical" changes. No new packages was released but it looks now different. @mtojek What are the types you are missing at the moment? Lets create a list with the priority.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| type: integer | ||
| title: Reverse Lookup Success TTL | ||
| multi: false | ||
| required: false | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.