[PR #258] new features for UI highlights using regex and replace words #258

Open
opened 2026-03-03 16:06:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mthenw/frontail/pull/258
Author: @alexiionescu
Created: 10/3/2023
Status: 🔄 Open

Base: masterHead: dcc_logs


📝 Commits (5)

  • db95282 add regex_words and replace_words
  • 6ad402b default sample for regex_words and replace_words
  • ede63cd add new UI highlights features to README
  • 372fa62 user regex for replace words too
  • 2db3bc7 update to latest pkg and node

📊 Changes

6 files changed (+3501 additions, -1644 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 README.md (+7 -1)
📝 package-lock.json (+3406 -1607)
📝 package.json (+5 -5)
📝 preset/default.json (+7 -0)
📝 web/assets/app.js (+75 -31)

📄 Description

I have added some new UI highlight options to use regex expressions, that I have used for rsyslog tail on ubuntu.
Also I added a replace_words feature that I have used to replace rsyslog replacement of TAB and when you have line logs with \t and \n in it. This is not a UI highlight, but is it for UI showing better some wired character sequences generated by syslog.


🔄 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/mthenw/frontail/pull/258 **Author:** [@alexiionescu](https://github.com/alexiionescu) **Created:** 10/3/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dcc_logs` --- ### 📝 Commits (5) - [`db95282`](https://github.com/mthenw/frontail/commit/db9528276b5665054a4122da3b9cc4c790b88c05) add regex_words and replace_words - [`6ad402b`](https://github.com/mthenw/frontail/commit/6ad402ba46c6488bdbc506680bf49613d5dbc998) default sample for regex_words and replace_words - [`ede63cd`](https://github.com/mthenw/frontail/commit/ede63cd6582e386dfb43f972f6fd118636883605) add new UI highlights features to README - [`372fa62`](https://github.com/mthenw/frontail/commit/372fa62702f66221900575d9332f97ce584e4cc3) user regex for replace words too - [`2db3bc7`](https://github.com/mthenw/frontail/commit/2db3bc777fb805ec8c0bea7d84636e0b20c014c1) update to latest pkg and node ### 📊 Changes **6 files changed** (+3501 additions, -1644 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `README.md` (+7 -1) 📝 `package-lock.json` (+3406 -1607) 📝 `package.json` (+5 -5) 📝 `preset/default.json` (+7 -0) 📝 `web/assets/app.js` (+75 -31) </details> ### 📄 Description I have added some new UI highlight options to use regex expressions, that I have used for rsyslog tail on ubuntu. Also I added a replace_words feature that I have used to replace rsyslog replacement of TAB and <CR> <LF> when you have line logs with \t and \n in it. This is not a UI highlight, but is it for UI showing better some wired character sequences generated by syslog. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/frontail#258
No description provided.