Skip to content
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

Add system uptime metricset to Metricbeat #4848

Closed
andrewkroh opened this issue Aug 8, 2017 · 0 comments
Closed

Add system uptime metricset to Metricbeat #4848

andrewkroh opened this issue Aug 8, 2017 · 0 comments
Assignees
Labels

Comments

@andrewkroh
Copy link
Member

To monitor system uptime and detect machine reboots we should add a new metricset to the Metricbeat system module. We would add this metricset to our default system module config and use a longer reporting period than we typically use since this data doesn't need to be reported very often.

@andrewkroh andrewkroh self-assigned this Aug 8, 2017
andrewkroh added a commit to andrewkroh/beats that referenced this issue Aug 11, 2017
This adds a new metricset that reports the system uptime. The metricset
is enabled by default with a period of 15m.

The metricset reports one field `system.uptime.duration.ms` that is the system's
uptime reported in milliseconds. In Kibana the field is formatted as a `duration`
and shown in human-readable format (e.g. "8 days").

Closes elastic#4848
ruflin pushed a commit that referenced this issue Aug 14, 2017
This adds a new metricset that reports the system uptime. The metricset
is enabled by default with a period of 15m.

The metricset reports one field `system.uptime.duration.ms` that is the system's
uptime reported in milliseconds. In Kibana the field is formatted as a `duration`
and shown in human-readable format (e.g. "8 days").

Closes #4848
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant