Trying to analyze Jira ( Atlassian-jira.log ) file Using Jira Access log Analyzer.
But When i download the analyzer in Windows and run the code.
((java -jar access-log-analyser-2.0.jar --num-categories=100 --file=atlassian-jira.log ))
In the command prompt.
ERROR : Too many parse errors: 100
Unable to parse at least one file: analysis aborted.
Check the screen shots for reference.
@sivaThis tool is only meant to run against access logs not full atlassian-jira log.
You can find access logs in <JIRA_INSTALLATION>/logs directory, run it against those files. Example,
java -jar access-log-analyser-2.0.jar --num-categories=100 --file=<JIRA_INSTALLATION>/logs/access_log.*
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.