awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
opcodesio avatar

opcodesio/log-viewer

0
View on GitHub↗
4,366 星标·310 分支·PHP·MIT·2 次浏览log-viewer.opcodes.io↗

Log Viewer

该项目是一个专为 Laravel 应用设计的基于 Web 的日志查看器和管理界面。它作为一个集中式仪表板,用于浏览、搜索和管理系统日志,而无需直接访问原始文件或 SSH。

该系统作为多主机日志聚合器,利用远程代理在同一位置查看和索引来自多台服务器的日志。它包括一个基于正则表达式的解析器,用于解释来自非标准日志文件的结构化数据,从而允许自定义日志格式定义和严重性级别映射。

广泛的功能包括基于索引的文件导航(带有压缩存储以提升性能)、基于块的全局搜索,以及过滤应用特定堆栈跟踪的能力。该项目还提供用于日志检索和文件夹管理的编程 API,以及用于保护生产环境的基于中间件的访问控制安全层。

Features

  • Log Aggregation Proxies - Routes requests to multiple external servers to centralize log viewing from diverse environments in one interface.
  • Laravel Log Viewers - Provides a dedicated web interface for browsing and searching Laravel application logs without SSH access.
  • Log Aggregators - Acts as a centralized proxy to aggregate and index logs from distributed remote servers into one location.
  • Offset-Based Navigators - Stores pre-computed offsets of log files to enable fast seeking and scanning of new entries.
  • Domain Access Restrictions - Restricts access to the log viewer interface to specific authorized hostnames or domains.
  • Interface Access Security - Protects the web management interface and API requests via custom authorization middleware.
  • Production Security Policies - Implements a security layer with custom authorization gates to protect sensitive production log data.
  • Sensitive Data Access Controls - Restricts interface and API access using custom authorization gates and domain whitelists to protect production logs.
  • Log Parsing - Uses a regular expression-based system to interpret unstructured text logs into structured fields.
  • Log Retrieval APIs - Provides a programmatic API to fetch specific log entries using search terms and severity filters.
  • API Audit Log Retrieval - Provides a programmatic interface for fetching logs, folders, and specific entries to automate data collection.
  • Application Log Viewers - Provides a comprehensive web interface for monitoring and debugging Laravel software execution logs.
  • Regex-Based Log Parsers - Extracts structured data like timestamps and severity levels from raw text files using regular expressions.
  • Log Source Configurations - Provides customizable routing and file specifications to define which log files are indexed and displayed.
  • Regex Parsers - Uses configurable regular expressions to transform unstructured text logs into structured data for display.
  • Log Management Utilities - Offers a management dashboard for filtering system logs by severity and searching application entries.
  • Remote Administration Servers - Functions as a centralized dashboard to manage and view log files across multiple remote servers.
  • Remote Logging Utilities - Provides a proxy system to search and view logs from multiple remote servers through a single interface.
  • Log File Management - Provides a web interface to read, search, and manage system log files without direct server access.
  • Index Compression - Implements compressed storage for log indices to enable fast navigation without excessive disk usage.
  • Log Indexing Systems - Implements pre-computed indices of log files to accelerate navigation and search performance.
  • Application Debugging - Facilitates application error debugging by filtering by severity and cleaning up stack traces.
  • Custom File Format Readers - Allows extending log retrieval logic by defining specialized reader classes for non-standard file formats.
  • Search Index Compression - Reduces the disk footprint of cached log indices through compression to maintain performance.
  • Log Access Permissions - Implements authorization gates and middleware to verify administrative rights before granting access to sensitive logs.
  • Management Action Permissions - Provides granular control over the ability to download or delete log files and folders based on user permissions.
  • Log Directory Managers - Implements API controls for organizing log directories and performing bulk actions like deleting files.
  • Logging Extensions - Supports the definition of custom log file classes and readers to handle specialized log formats.
  • Chunked Search Implementations - Scans large log files in fixed megabyte increments to provide real-time progress during global searches.
  • Chunked Log Searching - Implements a global search mechanism that scans log files in megabyte increments with real-time progress feedback.
  • External Log Sources - Supports the registration and reading of diverse log files from applications, servers, and databases.

Star 历史

opcodesio/log-viewer 的 Star 历史图表opcodesio/log-viewer 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Log Viewer 的精选搜索

收录 Log Viewer 的精选合集。
  • 系统日志取证工具

Log Viewer 的开源替代方案

相似的开源项目,按与 Log Viewer 的功能重合度排序。
  • tstack/lnavtstack 的头像

    tstack/lnav

    9,630在 GitHub 上查看↗

    lnav is a terminal-based log viewer and analyzer designed for aggregating, filtering, and analyzing multiple log files in a single chronological view. It functions as a console application that can replace the system pager, providing syntax highlighting and document navigation for system or application logs. The project distinguishes itself by mapping unstructured log data to virtual SQLite tables, enabling the use of SQL and PRQL for structured data analysis, aggregations, and relational queries. It further differentiates its capability set through native integration for retrieving and taili

    C++command-line-toollesslog-analysis
    在 GitHub 上查看↗9,630
  • victoriametrics/victoriametricsVictoriaMetrics 的头像

    VictoriaMetrics/VictoriaMetrics

    16,343在 GitHub 上查看↗

    VictoriaMetrics is a high-performance, scalable time series database and observability platform designed for long-term storage and analysis of metric, log, and trace data. It functions as a unified backend for monitoring ecosystems, offering full compatibility with industry-standard protocols and query languages. The system is built to handle massive data volumes through a distributed architecture that supports horizontal scaling and efficient data lifecycle management. The platform distinguishes itself through a storage engine that utilizes consistent hashing for data sharding and log-struct

    Godatabasegrafanagraphite
    在 GitHub 上查看↗16,343
  • meituan-dianping/loganMeituan-Dianping 的头像

    Meituan-Dianping/Logan

    6,013在 GitHub 上查看↗

    Logan is a cross-platform mobile logging framework that collects, stores, and uploads client-side logs from iOS, Android, Web, and Flutter environments for centralized debugging and analysis. It provides a complete pipeline from client-side log buffering and file-based local storage through to server-side ingestion and a visual browser for inspecting parsed logs. The system uses a structured binary protocol to encode log entries with content, type, timestamp, and thread metadata, enabling consistent parsing across platforms. A log receiving server handles uploaded files, while a web-based int

    C
    在 GitHub 上查看↗6,013
  • cocoadebug/cocoadebugCocoaDebug 的头像

    CocoaDebug/CocoaDebug

    4,129在 GitHub 上查看↗

    CocoaDebug is a debugging framework for iOS that provides a toolkit for inspecting application logs, network traffic, and sandbox files directly on a device. It functions as a suite of specialized tools for auditing device hardware, monitoring performance, and inspecting network activity. The framework includes an on-device network inspector for capturing and filtering HTTP requests and payloads, as well as a sandbox file manager to list and modify files and folders within the application container. It further provides a device auditor to display system build versions and hardware details for

    Swiftcocoadebugcocoapodsdebug
    在 GitHub 上查看↗4,129
查看 Log Viewer 的所有 30 个替代方案→

常见问题解答

opcodesio/log-viewer 是做什么的?

该项目是一个专为 Laravel 应用设计的基于 Web 的日志查看器和管理界面。它作为一个集中式仪表板,用于浏览、搜索和管理系统日志,而无需直接访问原始文件或 SSH。

opcodesio/log-viewer 的主要功能有哪些?

opcodesio/log-viewer 的主要功能包括:Log Aggregation Proxies, Laravel Log Viewers, Log Aggregators, Offset-Based Navigators, Domain Access Restrictions, Interface Access Security, Production Security Policies, Sensitive Data Access Controls。

opcodesio/log-viewer 有哪些开源替代品?

opcodesio/log-viewer 的开源替代品包括: tstack/lnav — lnav is a terminal-based log viewer and analyzer designed for aggregating, filtering, and analyzing multiple log files… victoriametrics/victoriametrics — VictoriaMetrics is a high-performance, scalable time series database and observability platform designed for long-term… meituan-dianping/logan — Logan is a cross-platform mobile logging framework that collects, stores, and uploads client-side logs from iOS,… graylog2/graylog2-server — Graylog2-server is an open-source centralized log management system and aggregator. It functions as a log analysis… cocoadebug/cocoadebug — CocoaDebug is a debugging framework for iOS that provides a toolkit for inspecting application logs, network traffic,… grafana/loki — Loki is a horizontally scalable, highly available log aggregation engine designed to store and query massive volumes…