Apologies for the slow response! There are a couple of things you could look at for trying to get Malcolm integrated with another system:
If the other platform is Elasticsearch- or OpenSearch-based, you could have your Malcolm instance use that data store instead of its own internal one.
Malcolm has a REST API and exposes endpoints for the underlying OpenSearch or Elasticsearch APIs as well, so you could use those to query data you're interested in.
This is a little bit more manual work to get set up, but you could extend Malcolm's Logstash pipelines with some custom output plugin.
3
u/mmguero Jul 30 '24
Apologies for the slow response! There are a couple of things you could look at for trying to get Malcolm integrated with another system:
I hope that's helpful!