Adding & Removing Fields
You can select which of the fields present in the query results you want to display and which you want to hide to optimize the data visualized.
Run a query as explained in Writing a New Query.
In the Fields Panel click the or signs next to each field (see Figure 48, “Fields Panel”):
Note
By default, LogScale displays fields coming from 200 events at most. You can display more data by clicking Fields Panel on the left.
on top of theAnother way to add column fields is from the Format Panel — click the brush at the top-right corner above the Event List to expand it:
![]() |
Figure 52. Expanding the Format Panel
The Format Panel stands as a separate area on the right-hand side of the User Interface and shows only the fields added as columns in the Event List:
![]() |
Figure 53. Format Panel
From here, click
to add a new column in the Event list.![]() |
Figure 54. Adding a New Field
In the Column properties section of the panel you are prompted to enter the following items.
Type can be:
Field
is the name of the field as it comes from the events.Field as link
is used with fields that contain URLs to display clickable links.Custom link
creates arbitrary links based on the contents of an event. Instead of just providing a field name, and using its content as the link, you write link templates, and use field interpolation to fill out the template.To use field interpolation, write two sets of curly braces (one nested in the other), and write fields
["nameOfField"]
inside, like this:https://internal-tool/customers/{{fields["customerId"]}}
. This creates a unique link for every value of customerId.The same mechanism can also be used to generate the text for the link, if you would like a different text than the raw URL to show as the link.
Figure 55. Adding a New Custom Link Column
Header is the custom field name you want to see displayed in the Event List.
Open link in new browser tab checkbox.
Show as controls whether the link should be displayed as a link or a button.
Click the 🔄 icon in the Fields Panel (Figure 48, “Fields Panel”) to reset and remove any fields recently added and display the default results only.