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

Monitor filesystem usage in metricbeat #5209

Closed
henrikno opened this issue Sep 20, 2017 · 1 comment
Closed

Monitor filesystem usage in metricbeat #5209

henrikno opened this issue Sep 20, 2017 · 1 comment
Labels

Comments

@henrikno
Copy link
Contributor

It would be nice if the metricbeat elasticsearch module could report file system usage as reported by Elasticsearch. It'd allow to alert when going low on disk and tracking usage over time.

      "fs" : {
        "timestamp" : 1491553781646,
        "total" : {
          "total_in_bytes" : 67371577344,
          "free_in_bytes" : 51743817728,
          "available_in_bytes" : 48291119104
        },

It is reported by ES stats here:

"total_in_bytes" : 67371577344,
"free_in_bytes" : 51743817728,
"available_in_bytes" : 48291119104,

The store.size.bytes is not accurate enough when indices are closed or not loaded.

@ruflin
Copy link
Contributor

ruflin commented Sep 25, 2017

@henrikno Please have a look at #5230

ruflin added a commit to ruflin/beats that referenced this issue Oct 2, 2017
@kvch kvch closed this as completed in #5230 Oct 2, 2017
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

2 participants