Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 842 Bytes

File metadata and controls

35 lines (24 loc) · 842 Bytes

Replicated Support Bundle Analyzer

This Python application analyzes support bundles generated by Replicated applications. It helps in parsing and extracting useful information from the support bundle files.

Features

  • Parse and analyze Replicated support bundles
  • Extract key information from various bundle components
  • Generate readable reports
  • Identify potential issues and anomalies

Installation

  1. Clone this repository
  2. Install dependencies:
pip install -r requirements.txt

Usage

python support_bundle_analyzer.py analyze <path_to_support_bundle>

Requirements

  • Python 3.8+
  • Dependencies listed in requirements.txt

Project Structure

  • support_bundle_analyzer.py: Main application file
  • utils/: Utility modules for bundle analysis
  • requirements.txt: Project dependencies