I have the following query:
host=wps03 mc_getLDAPGroupsTimer | table time host username mc_getLDAPGroupsTimer | sort -mc_getLDAPGroupsTimer
I am trying to get the date and time to display in the table, so I can see what happened when, but I obviously have the syntax incorrect. Or, maybe this is not possible for some logical reason.
How can I display the date and time of an event in a table?
Thanks, Sean
You have the right idea, but you appear to be missing the underscore at the beginning of the _time
field.
You have the right idea, but you appear to be missing the underscore at the beginning of the _time
field.
Awesome, worked like a charm!