Skip to main contentIBM  AIOps Training

Integration Problems

Slack integration not working

See here

Check if data is flowing

Check Log injection with Browser

  1. Go to DemoUI

  2. Select tab System

  3. Select Flink Connectors

  4. Click on ELKInception3

  5. You should see values go up under Records Sent when launching incident creation

    ibm

Check Log injection with CommandLine

To check if logs are being injected through the demo script:

  1. Launch

    ./tools/22_monitor_kafka.sh
  2. Select option 5

You should see data coming in.

Check Events injection with CommandLine

To check if events are being injected through the demo script:

  1. Launch

    ./tools/22_monitor_kafka.sh
  1. Select option 4

You should see data coming in.

Check Alerts and/or Stories being generated with CommandLine

To check if stories are being generated:

  1. Launch

    ./tools/22_monitor_kafka.sh
  2. Select option 2 or 3

You should see data being generated.

Monitor ElasticSearch Indexes with Browser

Run ./tools/28_access_elastic.sh in a separate terminal window.

This allows you to access ElasticSearch and gives you:

  • ES User

  • ES Password

Monitor ElasticSearch Indexes from Firefox

I use the Elasticvue Firefox plugin.

Follow these steps to connects from Elasticvue:

  • Select Add Cluster

  • Put in the credentials and make sure you put https and not http in the URL

  • Click Test Connection - you will get an error

  • Click on the https://localhost:9200 URL

  • This will open a new Tab, select Accept Risk and Continue

  • Cancel the login screen and go back to the previous tab

  • Click Connect

  • You should now be connected to your CP4AIOPS ElasticSearch instance

Check ElasticSearch Indexes with CommandLine

  1. Run

    ./tools/28_access_elastic.sh

    in a separate terminal window.

    This allows you to access ElasticSearch.

  1. Launch

    ./tools/23_monitor_es.sh
  2. Select option 5

You should see data coming in.

Page last updated: 03 November 2022