Search code examples
logstashkibanaibm-integration-bus

ELK for IBM Integration Bus 10 (IIB)


We would like to use ELK for monitoring our IBM Integration Bus.

We would like to preform 2 things:

  1. Get the IIB log (the default broker log) from several Linux servers to logstash (is there any tutorial to do that? grok?)
  2. Write messages that goes through the IIB to logstash and the view them on the kibana (any grok?)

groks and how-to explenations would be much appreciated.


Solution

  • This tutorial from "digitalocean" would be helpful.

    https://www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-logstash-and-kibana-elk-stack-on-ubuntu-14-04

    • install logstash and kibana on separate server
    • install and configure filebeat agents on IIB severs to transfer logs
    • monitor logs and define filters on kibana