|
1 | 1 | # WebLogic Logging Exporter |
2 | 2 |
|
3 | | -The WebLogic Logging Exporter (the "logging exporter") adds a log event handler to WebLogic Server, |
4 | | -such that WLS server logs can be integrated into [Elastic Stack](https://www.elastic.co/products) |
5 | | -in Kubernetes directly, by using the [Elasticsearch](https://www.elastic.co/products/elasticsearch) REST API. |
6 | | - |
7 | 3 | The goal of this project is to provide an easy to configure, robust, and production-ready solution to access |
8 | 4 | WLS log information through Elasticsearch and Kibana. |
9 | 5 |
|
| 6 | +The WebLogic Logging Exporter adds a log event handler to WebLogic Server, |
| 7 | +such that WebLogic server logs can be integrated into [Elastic Stack](https://www.elastic.co/products) |
| 8 | +in Kubernetes directly, by using the [Elasticsearch](https://www.elastic.co/products/elasticsearch) REST API. |
| 9 | + |
| 10 | +The current version of the WebLogic Logging Exporter is 0.1, which was released on March 20, 2019. |
| 11 | +This version supports pushing logs into Elasticsearch using the REST API. |
| 12 | + |
| 13 | +The following features are planned for the next few releases: |
| 14 | + |
| 15 | +* Push logs into a fleuntd aggregator using the REST API, |
| 16 | +* Write logs in JSON format into the file system so that they could be collected and published by a |
| 17 | + sidecar, e.g. fluentd or Logstash, |
| 18 | +* Provide the ability to publish other logs (i.e. other than the server logs). |
| 19 | + |
| 20 | + |
10 | 21 | ## Getting Started |
11 | 22 |
|
12 | | -These instructions outline the steps to build the `weblogic-logging-exporter.jar` file, which can then be integrated into the [WebLogic Kubernetes Operator](https://github.com/oracle/weblogic-kubernetes-operator/) for handling the server logs generated by the WebLogic Server domain. |
| 23 | +These instructions outline the steps to build the `weblogic-logging-exporter.jar` file, which can then |
| 24 | +be integrated into the [WebLogic Kubernetes Operator](https://github.com/oracle/weblogic-kubernetes-operator/) |
| 25 | +for handling the server logs generated by the WebLogic Server domain. |
13 | 26 |
|
14 | 27 | ## Download the release |
15 | 28 |
|
16 | | -You can download the WebLogic Logging Exporter already compiled for you from the [releases page](). |
| 29 | +You can download the WebLogic Logging Exporter already compiled for you from the |
| 30 | +[releases page](https://github.com/oracle/weblogic-logging-exporter/releases). |
17 | 31 |
|
18 | 32 | ## Building from source |
19 | 33 |
|
|
0 commit comments