- Select an existing View or Create and Edit Views.
- Select Edit View Properties.
- In the Custom %LINE Template area, enter your template.
Display PID, Program, and Log Source
If you have log lines that look similar to the example, you can decide to display the information in a more easily parsed format.
Images of log lines from Viewer.
- Enter
PID: {{pid}} | Program: {{program}} | Log Source: {{logsource}}into Custom %LINE Template area. - You logs should now look like:
Use Reserved Fields
Reserved fields are marked by an underscore. If your data resembles:{{_meta.first_name}} {{_meta.last_name}}, aka $@ into Custom %LINE Template area. Using $@ will reference the original line.
This will display log messages in that view in this format:

