This Python application analyzes support bundles generated by Replicated applications. It helps in parsing and extracting useful information from the support bundle files.
- Parse and analyze Replicated support bundles
- Extract key information from various bundle components
- Generate readable reports
- Identify potential issues and anomalies
- Clone this repository
- Install dependencies:
pip install -r requirements.txtpython support_bundle_analyzer.py analyze <path_to_support_bundle>- Python 3.8+
- Dependencies listed in requirements.txt
support_bundle_analyzer.py: Main application fileutils/: Utility modules for bundle analysisrequirements.txt: Project dependencies