Malcolm Services Readiness Status

October 22, 2024 ยท View on GitHub

GET - /mapi/ready

Returns true or false indicating the readiness status of various Malcolm services. Generally speaking, Malcolm is ready to begin processing traffic when the opensearch, pcap_monitor, logstash_lumberjack, and logstash_pipelines services are true.

Example output:

{
  "arkime": true,
  "dashboards": true,
  "dashboards_maps": true,
  "filebeat_tcp": false,
  "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
}