-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field decorations #54
base: 5.0
Are you sure you want to change the base?
Conversation
… in configuration.
I have a few examples on how this may be used. Where should I put these, README? |
To help understanding field_decorations: Example 1: Logged GUID in a message should supply a link showing other log entries containing the same GUID (Added a general onPatternClick in Angular for this use). Before use, replace [log-name] with the actual name of the log.
Example 2: Clicking the timestamp field should open the entire elasticsearch log record. Replace the fields [elasticserver], [elasticport], [index] and [type] with actual values
|
Thanks for the changes. Will review the changes. |
Following are my initial comments
|
|
Hi @sivasamyk: I've been looking into the details of 1.-3. but am afraid I will need some clarifications - especially on number 1. Do you have an example, perhaps? |
Added support for regex-based decoration of output, meaning you can replace string elements from all fields with your own links, visualizations et cetera.
Clickable host names and source fields are now based on default/included field decorations in logtrail.json.