Elastic search monitor

Our Elasticsearch is protected with a custom Certificate.
In WATO i cannot configure a root Certificat to use by the elasticsearch agent.
I changed in the file
/omd/sites/du/lib/python/cmk/special_agents/agent_elasticsearch.py
the following:
Line: 76 ( Added verify=False )
response = requests.get(url, auth=(user, pwd), verify=False)

Now the Ageent can connect to elasticsearch protected with a custom Certificate.

Regards,
Peter Rupp