Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 25c33c0

Browse files
committed
readme updates
1 parent 35ffa44 commit 25c33c0

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

README.md

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,33 @@
11
# WebLogic Logging Exporter
22

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-
73
The goal of this project is to provide an easy to configure, robust, and production-ready solution to access
84
WLS log information through Elasticsearch and Kibana.
95

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+
1021
## Getting Started
1122

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.
1326

1427
## Download the release
1528

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).
1731

1832
## Building from source
1933

0 commit comments

Comments
 (0)