[PR #1312] [MERGED] refactor: nginx log with indexer parse and search #8379

Closed
opened 2026-03-12 23:52:14 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/1312
Author: @0xJacky
Created: 8/16/2025
Status: Merged
Merged: 8/20/2025
Merged by: @0xJacky

Base: devHead: refactor/nginx-log


📝 Commits (2)

  • 0ff4a6e refactor: nginx log with indexer parse and search
  • fa18186 feat(nginx_log): add geo map

📊 Changes

342 files changed (+31427 additions, -7755 deletions)

View changed files

📝 .air.toml (+1 -1)
📝 .claude/settings.local.json (+12 -2)
📝 .github/workflows/build.yml (+26 -18)
📝 .gitignore (+2 -0)
CLAUDE.md (+81 -0)
📝 api/event/websocket.go (+6 -0)
api/nginx_log/analytics.go (+541 -0)
api/nginx_log/index_management.go (+79 -0)
api/nginx_log/log_list.go (+87 -0)
📝 api/nginx_log/log_page.go (+1 -55)
📝 api/nginx_log/router.go (+10 -0)
api/nginx_log/types.go (+21 -0)
📝 api/nginx_log/websocket.go (+4 -3)
📝 app/app.go (+155 -2)
📝 app/app_unembed.go (+9 -1)
📝 app/components.d.ts (+0 -2)
📝 app/eslint.config.mjs (+16 -2)
📝 app/package.json (+4 -0)
📝 app/pnpm-lock.yaml (+85 -14)
📝 app/src/api/nginx_log.ts (+334 -1)

...and 80 more files

📄 Description

  • Nginx Log Indexer
  • Nginx Log Parser
  • Nginx Log FullText Search
  • Structured Logs Viewer
  • Log Dashboard Viewer
    • 24h - UV/PV Statistics
    • 30d - UV/PV Statistics
    • Top 10 URLs
    • Browser Statistics
    • OS Statistics
    • Device Statistics
    • Location Statistics

Close #961
Close #792
Close #656
Close #317


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/0xJacky/nginx-ui/pull/1312 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 8/16/2025 **Status:** ✅ Merged **Merged:** 8/20/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `refactor/nginx-log` --- ### 📝 Commits (2) - [`0ff4a6e`](https://github.com/0xJacky/nginx-ui/commit/0ff4a6e4ed71c89f0d9c922558725a27193176ee) refactor: nginx log with indexer parse and search - [`fa18186`](https://github.com/0xJacky/nginx-ui/commit/fa18186d68afe5682334e7a9445846f652be3916) feat(nginx_log): add geo map ### 📊 Changes **342 files changed** (+31427 additions, -7755 deletions) <details> <summary>View changed files</summary> 📝 `.air.toml` (+1 -1) 📝 `.claude/settings.local.json` (+12 -2) 📝 `.github/workflows/build.yml` (+26 -18) 📝 `.gitignore` (+2 -0) ➕ `CLAUDE.md` (+81 -0) 📝 `api/event/websocket.go` (+6 -0) ➕ `api/nginx_log/analytics.go` (+541 -0) ➕ `api/nginx_log/index_management.go` (+79 -0) ➕ `api/nginx_log/log_list.go` (+87 -0) 📝 `api/nginx_log/log_page.go` (+1 -55) 📝 `api/nginx_log/router.go` (+10 -0) ➕ `api/nginx_log/types.go` (+21 -0) 📝 `api/nginx_log/websocket.go` (+4 -3) 📝 `app/app.go` (+155 -2) 📝 `app/app_unembed.go` (+9 -1) 📝 `app/components.d.ts` (+0 -2) 📝 `app/eslint.config.mjs` (+16 -2) 📝 `app/package.json` (+4 -0) 📝 `app/pnpm-lock.yaml` (+85 -14) 📝 `app/src/api/nginx_log.ts` (+334 -1) _...and 80 more files_ </details> ### 📄 Description - [x] Nginx Log Indexer - [x] Nginx Log Parser - [x] Nginx Log FullText Search - [x] Structured Logs Viewer - Log Dashboard Viewer - [x] 24h - UV/PV Statistics - [x] 30d - UV/PV Statistics - [x] Top 10 URLs - [x] Browser Statistics - [x] OS Statistics - [x] Device Statistics - [x] Location Statistics Close #961 Close #792 Close #656 Close #317 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-12 23:52:14 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#8379
No description provided.