Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a "readiness" API that can be used to determine if various Malcolm services are ready #598

Closed
mmguero opened this issue Oct 21, 2024 · 0 comments
Assignees
Labels
api Related to issues dealing with the Malcolm REST API enhancement New feature or request
Milestone

Comments

@mmguero
Copy link
Collaborator

mmguero commented Oct 21, 2024

Malcolm Services Readiness Status

GET - /mapi/ready

Returns true or false indicating the readiness status of various Malcolm services.

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
}
@mmguero mmguero added enhancement New feature or request api Related to issues dealing with the Malcolm REST API labels Oct 21, 2024
@mmguero mmguero added this to the v24.10.1 milestone Oct 21, 2024
@mmguero mmguero self-assigned this Oct 21, 2024
@mmguero mmguero added this to Malcolm Oct 21, 2024
mmguero added a commit to mmguero-dev/Malcolm that referenced this issue Oct 21, 2024
@mmguero mmguero moved this to Testing in Malcolm Oct 21, 2024
@mmguero mmguero closed this as completed Oct 23, 2024
@github-project-automation github-project-automation bot moved this from Testing to Done in Malcolm Oct 23, 2024
This was referenced Oct 23, 2024
@mmguero mmguero moved this from Done to Released in Malcolm Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to issues dealing with the Malcolm REST API enhancement New feature or request
Projects
Status: Released
Development

No branches or pull requests

1 participant