AlertAnalyzer is a tool that can be used to analyze PegaRULES ALert log files and render insights into performance issues
Questions | CI | Codecov | Docs | Release |
---|---|---|---|---|
Can be sourced from Artifactory/Bintray like so:
<dependency>
<groupId>com.pega.gsea</groupId>
<artifactId>pega-alertanalyzer</artifactId>
<version>X.Y.Z</version>
<classifier>sources|docs</classifier> (Optional)
</dependency>
This project generates a war file which can be deployed to an application server, typically Tomcat. The war file can be generated
using the ./gradlew build
command. The resulting file is placed in the build/libs
folder
This project includes a Dockerfile which allows it to be executed in a Docker container without having to install an application server.
> ./gradlew build
> docker build -t smartanalyzer .
> docker run -p 8888:8080 smartanalyzer
// Navigate to localhost:8888/pega-alertanalyzer-0.0.1-SNAPSHOT
-
Deploy the war file on local application server viz. Tomcat and hit the URL http://localhost:8888/pega-alertanalyzer-0.0.1-SNAPSHOT (Hostname and port may vary based upon configuration)
-
On the first page upload PegaRULES Alert file and select appropriate timezone.
- You’ll be presented with a dashboard with Summary, Recommendation, Key indicators.
- Drilldown into various categories and explore the aggregated data to your advantage.