Hi,
I have setup http type monitor for a list of URLs:
heartbeat.monitors:
- type: http
# List or urls to query
urls: ["http://es1.el:9200","http://es2.el:9200"]
schedule: '@every 25s'
timeout: 16s
When one and only one of those servers in the list is not available I get error message and status up=false for both servers.
"error": {
"message": "503 Service Unavailable",
"type": "validate"
},
"type": "http",
"up": false,
I am sure that one server was available a the second one was not.
Any way to solve this?
Have anyone gone thru this?
Best Regards,
Ff