Skip to content
Discussion options

You must be logged in to vote

Malcolm is passive by design and is not configured by default to be able to perform actions in response to what it observes.

However some possibilities to achieve what you're talking about (I haven't done this, exactly, so take it with a grain of salt) might involve:

  • OpenSearch has an Alerting plugin which can send notifications including webhooks. One could conceivably set up an alert to notify you via webhook based on some query/condition and then you could handle it from there.
  • You could create a custom Logstash output pipeline to send all or some of Malcolm's log data elsewhere and make decisions based on that.
  • You could set up some external script to query the Malcolm API (for examp…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@alasdairmuckart
Comment options

Answer selected by alasdairmuckart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
external Depends on a bug or feature external to this project
2 participants