# Diskio Fields Are Not available To Create Visualization

**URL:** https://discuss.elastic.co/t/diskio-fields-are-not-available-to-create-visualization/82929
**Category:** Kibana
**Created:** [April 19, 2017, 5:27pm UTC](https://discuss.elastic.co/t/diskio-fields-are-not-available-to-create-visualization/82929 "2017-04-19T17:27:11Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![PrakherS](https://avatars.discourse-cdn.com/v4/letter/p/a9adbd/32.png) [@PrakherS](https://discuss.elastic.co/u/PrakherS)
#### Post date: [April 20, 2017, 5:09pm UTC](https://discuss.elastic.co/t/diskio-fields-are-not-available-to-create-visualization/82929/3 "2017-04-20T17:09:38Z")

</div>

Hi @cjcenizal

Those links help in fixing it. This is exactly what I tried:

> [@Saved "field" parameter is now invalid. Please select a new field. .... Visualize: "field" is a required parameter](https://discuss.elastic.co/t/saved-field-parameter-is-now-invalid-please-select-a-new-field-visualize-field-is-a-required-parameter/70034/16):
>
> Can you also run GET metricbeat\*/\_mapping/metricsets/field/system.load.norm.15 and GET /\_field\_stats?fields=system.load.norm.15 in dev tools and send me the output? Refreshing the field list in management (the yellow button) should correct those fields to be marked as searchable and aggregatable, unless their is an issue with no data existing for those fields.

I have refreshed the metricbeat fields and I could see the diskio fields are searchable and aggregatable now.

 ![](https://us1.discourse-cdn.com/elastic/original/3X/4/7/47f12faf71e2ded464a99adb979dff43f34043ca.jpg)

I have also learned some useful GET queries which can tell us if the fields are mapped and are searchable and aggregatable or not.

> GET metricbeat\*/\_mapping/metricsets/field/system.diskio.read.count

and

> GET /\_field\_stats?fields=system.diskio.read.count

---

_[View the full topic](https://discuss.elastic.co/t/diskio-fields-are-not-available-to-create-visualization/82929)._
