You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this when talking to a log analytics server (https and user/password login)
/opt/plugins/custom/check_elasticsearch.py --host https://address --index syslog-* --query "logsource:hostname AND program:logheartbeat" --warning 0 --critical 1
Result code: WARNING
ERROR OUTPUT:
/usr/lib/python2.7/site-packages/elasticsearch/connection/http_urllib3.py:54: UserWarning: Connecting to address using SSL with verify_certs=False is insecure.
'Connecting to %s using SSL with verify_certs=False is insecure.' % host)
Error: Exception: TransportError(N/A, 'Unable to sniff hosts.')
STANDARD OUTPUT:
The text was updated successfully, but these errors were encountered:
Got this when talking to a log analytics server (https and user/password login)
The text was updated successfully, but these errors were encountered: