summaryrefslogtreecommitdiffstats
path: root/python.d/elasticsearch.chart.py
diff options
context:
space:
mode:
authorNeonSludge <kirill.buev@gmx.com>2018-03-13 08:26:41 +0100
committerNeonSludge <kirill.buev@gmx.com>2018-03-13 08:26:41 +0100
commit4cfd236ea88bfb42e2d96b3b4e80a823193d2837 (patch)
treee07d3e70b46dfb69bb2723ce97972637abdbeefa /python.d/elasticsearch.chart.py
parentd58d4b131528764aee57175bc1710e8c38b3e8d9 (diff)
Missing commas in elasticsearch.chart.py.
Diffstat (limited to 'python.d/elasticsearch.chart.py')
-rw-r--r--python.d/elasticsearch.chart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python.d/elasticsearch.chart.py b/python.d/elasticsearch.chart.py
index afdf0f1b45..c7722842e8 100644
--- a/python.d/elasticsearch.chart.py
+++ b/python.d/elasticsearch.chart.py
@@ -32,7 +32,7 @@ NODE_STATS = [
'indices.indexing.index_time_in_millis',
'indices.refresh.total',
'indices.refresh.total_time_in_millis',
- 'indices.flush.total'
+ 'indices.flush.total',
'indices.flush.total_time_in_millis',
'jvm.gc.collectors.young.collection_count',
'jvm.gc.collectors.old.collection_count',
@@ -40,7 +40,7 @@ NODE_STATS = [
'jvm.gc.collectors.old.collection_time_in_millis',
'jvm.mem.heap_used_percent',
'jvm.mem.heap_committed_in_bytes',
- 'thread_pool.bulk.queue'
+ 'thread_pool.bulk.queue',
'thread_pool.bulk.rejected',
'thread_pool.index.queue',
'thread_pool.index.rejected',