-
Notifications
You must be signed in to change notification settings - Fork 10
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
error in check 9 :the JSON object must be str, not 'NoneType' #16
Comments
Check if the API is retuning None. |
20.6 since getRequestpy3 |
API retrieving incorrect data. Meanwhile, do curl to get ES Indices data |
This is being worked on under internal Jira CEADETT-136. No ETA as of yet. |
Assigned to Harshal Khairnar, waiting for him to get a git account |
curl -XGET http://localhost:9200/_cat/indices/ -u elasticsearch:s3cureElast1cPass |
this is an example of approute ELLY_vManage:~# curl -XGET http://localhost:9200/_cat/indices/ -u elasticsearch:s3cureElast1cpass | grep approute add all accumulated in 1 day from the files like here each day 1 file created and size are 5-6 GB Approx you see the date like 2022_07_23t04_01_14 DPI stopped from 20.6 |
Example of DPI and approute vmanage:~$ curl --connect-timeout 6 --silent -XGET localhost:9200/_cat/indices/ -u elasticsearch:s3cureElast1cPass |
Hi guys, i have the same problem : and i am not even able to run curl because of connection refused : vManage:~$ curl -XGET http://localhost:9200/_cat/indices/ -u elasticsearch:s3cureElast1cpass | grep approute Can you help? |
ERROR:the JSON object must be str, not 'NoneType'
Traceback (most recent call last):
File "sure.py", line 3821, in
es_indices_est = json.loads(getRequestpy3(version_tuple,vmanage_lo_ip, jsessionid, 'management/elasticsearch/index/size/estimate', args.vmanage_port, tokenid))
File "/usr/lib/python3.5/json/init.py", line 312, in loads
s.class.name))
The text was updated successfully, but these errors were encountered: