Loading

Oracle WebLogic integration

<div class="condensed-table">
| | |
| --- | --- |
| Version | 1.8.0 (View all) |
| Compatible Kibana version(s) | 8.13.0 or higher |
| Supported Serverless project types
What’s this? | Security
Observability |
| Subscription level
What’s this? | Basic |
| Level of support
What’s this? | Elastic |

</div>
The Oracle WebLogic Integration is used to fetch observability data from Oracle WebLogic web endpoints and ingest it into Elasticsearch.

This integration has been tested against Oracle WebLogic v12.2.1.3.

In order to ingest data from Oracle WebLogic:

  • User must add the path where the Jolokia agent is downloaded (For example, /home/oracle/jolokia-jvm-1.6.0-agent.jar).

  • Configuring Jolokia for WebLogic

    User needs to download and add the JAR file and set environment variables for Jolokia.

    -javaagent:<path-to-jolokia-agent>=port=<port>,host=<hostname>
    

    Example configuration:

    -javaagent:/home/oracle/jolokia-jvm-1.6.0-agent.jar=port=8005,host=localhost
    

    (Optional) User can run Jolokia on https by configuring following parameters.

    -javaagent:<path-to-jolokia-agent>=port=<port>,host=<hostname>,protocol=<http/https>,keystore=<path-to-keystore>,keystorePassword=<kestore-password>,keyStoreType=<keystore-type>
    

    Example configuration:

    -javaagent:/home/oracle/jolokia-jvm-1.6.0-agent.jar=port=8005,host=localhost,protocol=https,keystore=/u01/oracle/weblogic.jks,keystorePassword=host@123,keyStoreType=JKS
    
  • If host.ip appears conflicted under the logs-* data view, this issue can be resolved by reindexing the Admin Server data stream.
  • If host.ip appears conflicted under the metrics-* data view, this issue can be resolved by reindexing the Deployed Application and Threadpool data streams.

This integration collects Oracle WebLogic Admin Server, Managed Server, Domain and Access logs. It includes the following datasets for receiving logs from a file:

The access data stream collects Access logs form Access.log.

ECS Field Reference

Please refer to the following document for detailed information on ECS fields.

The admin_server data stream collects Admin Server logs from Adminserver.log.

ECS Field Reference

Please refer to the following document for detailed information on ECS fields.

The domain data stream collects Domain logs from Domain.log.

ECS Field Reference

Please refer to the following document for detailed information on ECS fields.

The managed_server data stream collects Managed Server logs from Managedserver.log.

ECS Field Reference

Please refer to the following document for detailed information on ECS fields.

The deployed_application data stream collects metrics of Deployed Application.

ECS Field Reference

Please refer to the following document for detailed information on ECS fields.

This threadpool data stream collects metrics of ThreadPool.

ECS Field Reference

Please refer to the following document for detailed information on ECS fields.