OpenSearch Log Analysis Dashboard
Type: Data Visualization & DevOps Tool Description: A custom-built observability tool designed to interface with OpenSearch clusters. This project solved the challenge of visualizing complex server logs by creating a lightweight, dedicated frontend. It bridges the gap between raw database queries and human-readable insights, enabling developers to debug system issues rapidly.
Key Technologies:
Backend: Python (Data Querying & Processing)
Database: OpenSearch / Elasticsearch
Frontend: Custom HTML/JS Dashboard
Networking: Custom Proxy Server (CORS handling)
Key Features:
Direct Database Integration: Python scripts to execute complex queries against the OpenSearch API.
Secure Proxy Architecture: Implemented a middleware layer to securely handle Cross-Origin Resource Sharing (CORS) for browser-based access.
Visual Data Parsing: formatted raw JSON logs into structured, readable tables for immediate analysis.