{"id":22059208,"url":"https://github.com/pegasystems/pega-alertanalyzer","last_synced_at":"2025-05-12T19:44:24.985Z","repository":{"id":94490230,"uuid":"111717462","full_name":"pegasystems/pega-alertanalyzer","owner":"pegasystems","description":"AlertAnalyzer is a tool that can be used to analyze PegaRULES ALert log files and render insights into performance issues","archived":false,"fork":false,"pushed_at":"2024-03-29T18:00:28.000Z","size":2279,"stargazers_count":11,"open_issues_count":3,"forks_count":5,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-01T02:49:42.135Z","etag":null,"topics":["alertanalyzer","gradle","java","pega","pega-alertanalyzer"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pegasystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-11-22T18:10:51.000Z","updated_at":"2024-06-27T14:17:30.000Z","dependencies_parsed_at":"2024-03-29T19:23:59.627Z","dependency_job_id":"c40bb78b-cb0e-44da-bc36-2628fc6aca25","html_url":"https://github.com/pegasystems/pega-alertanalyzer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegasystems%2Fpega-alertanalyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegasystems%2Fpega-alertanalyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegasystems%2Fpega-alertanalyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pegasystems%2Fpega-alertanalyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pegasystems","download_url":"https://codeload.github.com/pegasystems/pega-alertanalyzer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253809753,"owners_count":21967789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alertanalyzer","gradle","java","pega","pega-alertanalyzer"],"created_at":"2024-11-30T17:27:33.031Z","updated_at":"2025-05-12T19:44:24.953Z","avatar_url":"https://github.com/pegasystems.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pega-alertanalyzer\n\nAlertAnalyzer is a tool that can be used to analyze PegaRULES ALert log files and render insights into performance issues\n\n## Status\n\n| Questions | CI | Codecov | Docs | Release |\n| :---: | :---: | :---: | :---: | :---: |\n| [![Stack Overflow](https://img.shields.io/badge/stack-overflow-4183C4.svg)](https://stackoverflow.com/questions/tagged/pega-alertanalyzer) | [![Build Status](https://travis-ci.org/pegasystems/pega-alertanalyzer.svg?branch=master)](https://travis-ci.org/pegasystems/pega-alertanalyzer) | [![codecov](https://codecov.io/gh/pegasystems/pega-alertanalyzer/branch/master/graph/badge.svg)](https://codecov.io/gh/pegasystems/pega-alertanalyzer) | [![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](http://htmlpreview.github.io/?https://github.com/pegasystems/pega-alertanalyzer/blob/pega-alertanalyzer-gh-pages/docs/index.html) | [![pega-alertanalyzer](https://api.bintray.com/packages/pegasystems/libs-release-local/pega-alertanalyzer/images/download.svg) ](https://bintray.com/pegasystems/libs-release-local/pega-alertanalyzer/_latestVersion) |\n\n## Latest Release\n\nCan be sourced from Artifactory/Bintray like so:\n```\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.pega.gsea\u003c/groupId\u003e\n    \u003cartifactId\u003epega-alertanalyzer\u003c/artifactId\u003e\n    \u003cversion\u003eX.Y.Z\u003c/version\u003e\n    \u003cclassifier\u003esources|docs\u003c/classifier\u003e (Optional)\n\u003c/dependency\u003e\n```\n\n## Additional Resources\n\n* [Release Process](https://github.com/pegasystems/pega-alertanalyzer/blob/master/docs/RELEASE_PROCESS.md)\n\n## Building\nThis project generates a war file which can be deployed to an application server, typically Tomcat. The war file can be generated\nusing the `./gradlew build` command. The resulting file is placed in the `build/libs` folder\n\n## Running with Docker\nThis project includes a Dockerfile which allows it to be executed in a Docker container without having to install an\napplication server.\n\n```\n\u003e ./gradlew build\n\u003e docker build -t smartanalyzer .\n\u003e docker run -p 8888:8080 smartanalyzer\n// Navigate to localhost:8888/pega-alertanalyzer-0.0.1-SNAPSHOT\n```\n\n## Usage\n\n1. 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)\n\n2. On the first page upload PegaRULES Alert file and select appropriate timezone.\n\n![image](https://user-images.githubusercontent.com/83574/50541693-0a1afd00-0b79-11e9-9405-49dc63d5479c.png)\n\n![image](https://user-images.githubusercontent.com/83574/50541695-0dae8400-0b79-11e9-9ff3-cd96fb353fab.png)\n\n3. You’ll be presented with a dashboard with Summary, Recommendation, Key indicators.\n\n![image](https://user-images.githubusercontent.com/83574/50541696-11420b00-0b79-11e9-85c1-106c018c2c2d.png)\n\n4. Drilldown into various categories and explore the aggregated data to your advantage.\n\n![image](https://user-images.githubusercontent.com/83574/50541698-14d59200-0b79-11e9-99c4-099d94c7e7f1.png)\n\n![image](https://user-images.githubusercontent.com/83574/50541690-f1124c00-0b78-11e9-8371-92e442966456.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpegasystems%2Fpega-alertanalyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpegasystems%2Fpega-alertanalyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpegasystems%2Fpega-alertanalyzer/lists"}