Logo

A powerful, easily deployable network traffic analysis tool suite for network security monitoring

Quick Start

Documentation

Components

Supported Protocols

Configuring

Arkime

Dashboards

Hedgehog Linux

Contribution Guide

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
}