ggens
1 questions
1
votes
0
answer
13
views
where can I find ELK version in REST API?
I would like to get ELK version through REST API or parse html.
I search in API documentation without finding anything
Re-edit:
In python ... i'm not found better than
re.findall(r"version":"(\d\.\d\.\d)"", requests.get(my_elk).content.decode())[0]