in core/kibana.py [0:0]
def ping(self): try: self.status() return True except requests.exceptions.ConnectionError: return False