This can check the results of the Malcolm ready API with JSONata.
- sample data:
{"arkime":true,"dashboards":true,"dashboards_maps":true,"filebeat_tcp":true,"freq":true,"logstash_lumberjack":true,"logstash_pipelines":true,"netbox":true,"opensearch":true,"pcap_monitor":true,"zeek_extracted_file_logger":true,"zeek_extracted_file_monitor":true}- query:
$sum($map($.*, function($v){ $v ? 1 : 0 })) = $count($.*)
- output:
true