Ok, usually by default the fields that show up in the events (underneath the event itself) are Host, index, and source.
The rest of the extracted fields are to the side (left)
If you have set up your LocalTime as a field, either it is showing on the left handside menu or is under the "ALL xx Fields" and you need to add it in order to show it.
If it is indeed in the left hand side menu, then just running:
eventtype="ConnectionLogs" | fields - LocalTime
should remove it from the list and place it in the "All xx fields"
Other wise there is no change that happens.
So, if you want to remove fields under the event, or if you want to remove it so it doesnt show from the left hand side, you need to use:
eventtype="ConnectionLogs" | fields - LocalTime
(note the space between the - sign and LocalTime)
Hope this helped.
.gz
... View more