Skip to content
This repository was archived by the owner on Jun 22, 2022. It is now read-only.

Commit ecec761

Browse files
author
Holden Karau
committed
In ES 0.19.0 JVM stats don't come back by default.
1 parent ed79625 commit ecec761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elasticsearch/python_modules/elasticsearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def dig_it_up(obj,path):
1515
return False
1616

1717
# Set IP address and JSON Url
18-
url="http://localhost:9200/_cluster/nodes/_local/stats"
18+
url="http://localhost:9200/_cluster/nodes/_local/stats?all=true"
1919

2020
# short name to full path for stats
2121
keyToPath=dict()

0 commit comments

Comments
 (0)