Elastic search monitor

Hello ruppo,

Checked the file agent_elasticsearch.py under /omd/sites/du/lib/python/cmk/special_agents/agent_elasticsearch.py

Below is the screenshot for the same.

So we need to add the (verify=False)
in this if condition
response = requests.get(url, auth=(user, pwd), verify=False)

Will it work . and these files are monitor server already have. So are we suppose to do any changes in this file ?