Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 665 Bytes

api-ready.md

File metadata and controls

24 lines (20 loc) · 665 Bytes

Malcolm Services Readiness Status

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
}