Hi,
# ./check_json.pl -u http://myserver:9200/_cluster/health --attribute '{status}' --expect 'green'
Result:
Use of uninitialized value in split at ./check_json.pl line 161.
Use of uninitialized value in split at ./check_json.pl line 162.
Check JSON status API OK
What am I doing wrong?
Regards, Robert
Hi, # ./check_json.pl -u http://myserver:9200/_cluster/health --attribute '{status}' --expect 'green' Result: Use of uninitialized value in split at ./check_json.pl line 161. Use of uninitialized value in split at ./check_json.pl line 162. Check JSON status API OK What am I doing wrong? Regards, Robert