Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Steps on how to configure connectivity between Kibana and webMethods
You can download Kibana and Elasticsearch from the following websites:
Once you have downloaded the software, follow the instructions to install it.
Once Kibana is installed, you need to configure it to connect to Elasticsearch. To do this, open the kibana.yml file and find the following section:
kibana.yml
Code snippetelasticsearch: hosts: ["localhost:9200"]
Use code with caution. Learn more
content_copy
Change the hosts value to the IP address or hostname of your Elasticsearch server.
hosts
In webMethods, you need to configure the logging framework to send logs to Elasticsearch. To do this, open the following file:
Code snippet<WebMethods installation directory>\config\logging\logging.xml
Find the following section:
Change the host and port values to the IP address or hostname of your Elasticsearch server. Change the index value to the name of the index that you created in step 1.
host
port
index
In Kibana, open the “Management” tab and click on the “Index Patterns” tab.
Enter a name for the index pattern and select the “Logstash” index type.
You should now be able to see the logs from webMethods in Kibana.