-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for JSON Logs #16
Comments
Hi @micgoe ,
So far some of my initial thoughts is on how to parse such a log file, ie, should the tool open the file as a "Rules" log file or a Alert log file (and discard other log type entries). or open multiple tabs for each log type. something i will need to explore around this for now. Thanks |
Problem
We are currently evaluating a change in our logging infrastructure. We have Open Search in place, which we do all our analysis on. At the moment, we simultaneously store logs in a non-JSON format on a per-pod basis on shared network storage. With our new OpenSearch logging solution in place, we are considering shutting down our old shared network storage solution. The only reason we have not done so is that we are using these logs in none-JSON format for Pega support tickets.
The internal Pega support currently relies on the Pega-logviewer. If the logviewer undergoes enhancement to accept JSON logs alongside the traditional "original" Pega logs, it would empower us and other clients to seamlessly transition to modern logging solutions. Consequently, there would be no need to retain "old" log files solely for the sake of Pega support.
Request
Add a feature to the log viewer supporting JSON logs in a JSON format defined as per your "pega-helm-chart/pega" Helm Chart (https://github.com/pegasystems/pega-helm-charts/blob/9ccd6b510493e83d7a33c56cfee2d886491c03b0/charts/pega/config/deploy/prlog4j2.xml#L5)
The text was updated successfully, but these errors were encountered: