{
  "url_section": "/_cat/indices?v&h=",
  "vector_name": {
    "key": "index"
  },
  "metrics": [
    {
      "id": 1,
      "graph_name": "Total Documents",
      "metric": "docs.count",
      "metric_mode": "Enable"
    },
    {
      "id": 2,
      "graph_name": "Deleted Documents",
      "metric": "docs.deleted",
      "metric_mode": "Enable"
    },
    {
      "id": 3,
      "graph_name": "Used Memory (MB)",
      "metric": "memory.total",
      "metric_mode": "Enable",
      "convert_to": {
        "from": "kb,gb,b",
        "to": "mb"
      },
      "replace": [
        {
          "old": "kb",
          "new": ""
        },
        {
          "old": "mb",
          "new": ""
        },
        {
          "old": "gb",
          "new": ""
        },
        {
          "old": "b",
          "new": ""
        }
      ]
    },
    {
      "id": 4,
      "graph_name": "Index Operations/Sec",
      "metric": "indexing.index_current",
      "metric_mode": "Enable"
    },
    {
      "id": 5,
      "graph_name": "Average Indexing Time (ms)",
      "metric": "indexing.index_time",
      "graph_type": "rate",
      "calculate_with_metric_id": 4,
      "metric_mode": "Enable",
      "convert_to": {
        "from": "s,m,h",
        "to": "ms"
      },
      "replace": [
        {
          "old": "ms",
          "new": ""
        },
        {
          "old": "s",
          "new": ""
        },
        {
          "old": "m",
          "new": ""
        },
        {
          "old": "h",
          "new": ""
        }
      ]
    },
    {
      "id": 6,
      "graph_name": "Delete Operations/Sec",
      "metric": "indexing.delete_current",
      "metric_mode": "Enable"
    },
    {
      "id": 7,
      "graph_name": "Average Delete Time (ms)",
      "metric": "indexing.delete_time",
      "graph_type": "rate",
      "calculate_with_metric_id": 6,
      "metric_mode": "Enable",
      "convert_to": {
        "from": "s,m,h",
        "to": "ms"
      },
      "replace": [
        {
          "old": "ms",
          "new": ""
        },
        {
          "old": "s",
          "new": ""
        },
        {
          "old": "m",
          "new": ""
        },
        {
          "old": "h",
          "new": ""
        }
      ]
    },
    {
      "id": 8,
      "graph_name": "Gets/Sec",
      "metric": "get.current",
      "metric_mode": "Enable"
    },
    {
      "id": 9,
      "graph_name": "Average Get Time (ms)",
      "metric": "get.time",
      "graph_type": "rate",
      "calculate_with_metric_id": 8,
      "metric_mode": "Enable",
      "convert_to": {
        "from": "s,m,h",
        "to": "ms"
      },
      "replace": [
        {
          "old": "ms",
          "new": ""
        },
        {
          "old": "s",
          "new": ""
        },
        {
          "old": "m",
          "new": ""
        },
        {
          "old": "h",
          "new": ""
        }
      ]
    },
    {
      "id": 10,
      "graph_name": "Successful Gets/Sec",
      "metric": "get.exists_total",
      "metric_mode": "Enable"
    },
    {
      "id": 11,
      "graph_name": "Average Successful Get Time (ms)",
      "metric": "get.exists_time",
      "graph_type": "rate",
      "calculate_with_metric_id": 10,
      "metric_mode": "Enable",
      "convert_to": {
        "from": "s,m,h",
        "to": "ms"
      },
      "replace": [
        {
          "old": "ms",
          "new": ""
        },
        {
          "old": "s",
          "new": ""
        },
        {
          "old": "m",
          "new": ""
        },
        {
          "old": "h",
          "new": ""
        }
      ]
    },
    {
      "id": 12,
      "graph_name": "Misses/Sec",
      "metric": "get.missing_total",
      "metric_mode": "Enable"
    },
    {
      "id": 13,
      "graph_name": "Average Misses Get Time (ms)",
      "metric": "get.missing_time",
      "graph_type": "rate",
      "calculate_with_metric_id": 12,
      "metric_mode": "Enable",
      "convert_to": {
        "from": "s,m,h",
        "to": "ms"
      },
      "replace": [
        {
          "old": "ms",
          "new": ""
        },
        {
          "old": "s",
          "new": ""
        },
        {
          "old": "m",
          "new": ""
        },
        {
          "old": "h",
          "new": ""
        }
      ]
    },
    {
      "id": 14,
      "graph_name": "Active Search Count",
      "metric": "search.open_contexts",
      "metric_mode": "Enable"
    },
    {
      "id": 15,
      "graph_name": "Executed Query/Sec",
      "metric": "search.query_current",
      "metric_mode": "Enable"
    },
    {
      "id": 16,
      "graph_name": "Average Query Time (ms)",
      "metric": "search.query_time",
      "graph_type": "rate",
      "calculate_with_metric_id": 15,
      "metric_mode": "Enable",
      "convert_to": {
        "from": "s,m,h",
        "to": "ms"
      },
      "replace": [
        {
          "old": "ms",
          "new": ""
        },
        {
          "old": "s",
          "new": ""
        },
        {
          "old": "m",
          "new": ""
        },
        {
          "old": "h",
          "new": ""
        }
      ]
    },
    {
      "id": 17,
      "graph_name": "Fetch Operations/Sec",
      "metric": "search.fetch_current",
      "metric_mode": "Enable"
    },
    {
      "id": 18,
      "graph_name": "Average Fetch Execution Time (ms)",
      "metric": "search.fetch_time",
      "graph_type": "rate",
      "calculate_with_metric_id": 17,
      "metric_mode": "Enable",
      "convert_to": {
        "from": "s,m,h",
        "to": "ms"
      },
      "replace": [
        {
          "old": "ms",
          "new": ""
        },
        {
          "old": "s",
          "new": ""
        },
        {
          "old": "m",
          "new": ""
        },
        {
          "old": "h",
          "new": ""
        }
      ]
    },
    {
      "id": 19,
      "graph_name": "Complete Merges/Sec",
      "metric": "merges.total",
      "metric_mode": "Enable"
    },
    {
      "id": 20,
      "graph_name": "Average Merging Time (ms)",
      "metric": "merges.total_time",
      "graph_type": "rate",
      "calculate_with_metric_id": 19,
      "metric_mode": "Enable",
      "convert_to": {
        "from": "s,m,h",
        "to": "ms"
      },
      "replace": [
        {
          "old": "ms",
          "new": ""
        },
        {
          "old": "s",
          "new": ""
        },
        {
          "old": "m",
          "new": ""
        },
        {
          "old": "h",
          "new": ""
        }
      ]
    },
    {
      "id": 21,
      "graph_name": "Merged Documents/Sec",
      "metric": "merges.current_docs",
      "metric_mode": "Enable"
    },
    {
      "id": 22,
      "graph_name": "Field Data Size (MB)",
      "metric": "fielddata.memory_size",
      "metric_mode": "Enable",
      "convert_to": {
        "from": "kb,gb,b",
        "to": "mb"
      },
      "replace": [
        {
          "old": "kb",
          "new": ""
        },
        {
          "old": "mb",
          "new": ""
        },
        {
          "old": "gb",
          "new": ""
        },
        {
          "old": "b",
          "new": ""
        }
      ]
    },
    {
      "id": 23,
      "graph_name": "Evicted Field Data/Sec",
      "metric": "fielddata.evictions",
      "metric_mode": "Enable"
    },
    {
      "id": 24,
      "graph_name": "Segment Count",
      "metric": "segments.count",
      "metric_mode": "Enable"
    },
    {
      "id": 25,
      "graph_name": "Segment Memory Usage (MB)",
      "metric": "segments.memory",
      "metric_mode": "Enable",
      "convert_to": {
        "from": "kb,gb,b",
        "to": "mb"
      },
      "replace": [
        {
          "old": "kb",
          "new": ""
        },
        {
          "old": "mb",
          "new": ""
        },
        {
          "old": "gb",
          "new": ""
        },
        {
          "old": "b",
          "new": ""
        }
      ]
    },
    {
      "id": 26,
      "graph_name": "Index Writer Memory Usage (KB)",
      "metric": "segments.index_writer_memory",
      "metric_mode": "Enable",
      "convert_to": {
        "from": "kb,gb,b",
        "to": "kb"
      },
      "replace": [
        {
          "old": "kb",
          "new": ""
        },
        {
          "old": "mb",
          "new": ""
        },
        {
          "old": "gb",
          "new": ""
        },
        {
          "old": "b",
          "new": ""
        }
      ]
    },
    {
      "id": 27,
      "graph_name": "Refreshes/Sec",
      "metric": "refresh.total",
      "metric_mode": "Enable"
    },
    {
      "id": 28,
      "graph_name": "Average Refresh Time (ms)",
      "metric": "refresh.time",
      "graph_type": "rate",
      "calculate_with_metric_id": 28,
      "metric_mode": "Enable",
      "convert_to": {
        "from": "s,m,h",
        "to": "ms"
      },
      "replace": [
        {
          "old": "ms",
          "new": ""
        },
        {
          "old": "s",
          "new": ""
        },
        {
          "old": "m",
          "new": ""
        },
        {
          "old": "h",
          "new": ""
        }
      ]
    },
    {
      "id": 29,
      "graph_name": "Flushes/Sec",
      "metric": "flush.total",
      "metric_mode": "Enable"
    },
    {
      "id": 30,
      "graph_name": "Average Flush Time (ms)",
      "metric": "flush.total_time",
      "graph_type": "rate",
      "calculate_with_metric_id": 30,
      "metric_mode": "Enable",
      "convert_to": {
        "from": "s,m,h",
        "to": "ms"
      },
      "replace": [
        {
          "old": "ms",
          "new": ""
        },
        {
          "old": "s",
          "new": ""
        },
        {
          "old": "m",
          "new": ""
        },
        {
          "old": "h",
          "new": ""
        }
      ]
    },
    {
      "id": 31,
      "graph_name": "Warm Up Process/Sec",
      "metric": "warmer.current",
      "metric_mode": "Enable"
    },
    {
      "id": 32,
      "graph_name": "Average Warm Up Time (ms)",
      "metric": "warmer.total_time",
      "graph_type": "rate",
      "calculate_with_metric_id": 32,
      "metric_mode": "Enable",
      "convert_to": {
        "from": "s,m,h",
        "to": "ms"
      },
      "replace": [
        {
          "old": "ms",
          "new": ""
        },
        {
          "old": "s",
          "new": ""
        },
        {
          "old": "m",
          "new": ""
        },
        {
          "old": "h",
          "new": ""
        }
      ]
    },
    {
      "id": 33,
      "graph_name": "Query Cache Size (MB)",
      "metric": "query_cache.memory_size",
      "metric_mode": "Enable",
      "convert_to": {
        "from": "kb,gb,b",
        "to": "mb"
      },
      "replace": [
        {
          "old": "kb",
          "new": ""
        },
        {
          "old": "mb",
          "new": ""
        },
        {
          "old": "gb",
          "new": ""
        },
        {
          "old": "b",
          "new": ""
        }
      ]
    },
    {
      "id": 34,
      "graph_name": "Evicted Queries/Sec",
      "metric": "query_cache.evictions",
      "metric_mode": "Enable"
    },
    {
      "id": 35,
      "graph_name": "Query Cache Hits/Sec",
      "metric": "request_cache.hit_count",
      "metric_mode": "Enable"
    },
    {
      "id": 36,
      "graph_name": "Query Cache Misses/Sec",
      "metric": "request_cache.miss_count",
      "metric_mode": "Enable"
    }
  ]
}
