-
Notifications
You must be signed in to change notification settings - Fork 490
Improve documentation by avoiding redirecting to Metricbeat Metricset #15369
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
base: main
Are you sure you want to change the base?
Conversation
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.
just a few questions
packages/wmi/docs/README.md
Outdated
The extensive documentation for the input is currently available [here](https://www.elastic.co/docs/reference/beats/metricbeat/metricbeat-metricset-windows-wmi). We highly encourage users to become familiar with the linked documentation. | ||
There is no way to directly stop a query once it has started. To prevent | ||
Metricbeat from waiting indefinitely for a query to return a result or | ||
fail, Metricbeat has a timeout mechanism that stops waiting for query |
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.
same as the previous comment
packages/wmi/docs/README.md
Outdated
query. The default is `root\cimv2`. | ||
|
||
**`wmi.warning_threshold`** | ||
: The time threshold after which Metricbeat will stop waiting for the |
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.
same as the previous comment
packages/wmi/docs/README.md
Outdated
document. The default value is `false`. | ||
|
||
**`wmi.include_null_properties`** | ||
: If set to `true` the metricset includes the properties that have null |
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.
same here
💚 Build Succeeded
History
|
|
Proposed commit message
Improve Custom WMI Input Package documentation
Checklist
changelog.yml
file.Author's Checklist
Related issues
Screenshots