mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[PR #258] new features for UI highlights using regex and replace words #258
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#258
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mthenw/frontail/pull/258
Author: @alexiionescu
Created: 10/3/2023
Status: 🔄 Open
Base:
master← Head:dcc_logs📝 Commits (5)
db95282add regex_words and replace_words6ad402bdefault sample for regex_words and replace_wordsede63cdadd new UI highlights features to README372fa62user regex for replace words too2db3bc7update 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.