- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
seanlon11
Path Finder
04-07-2011
01:25 PM
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
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
southeringtonp
Motivator
04-07-2011
02:03 PM
You have the right idea, but you appear to be missing the underscore at the beginning of the _time
field.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
southeringtonp
Motivator
04-07-2011
02:03 PM
You have the right idea, but you appear to be missing the underscore at the beginning of the _time
field.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
seanlon11
Path Finder
04-07-2011
02:11 PM
Awesome, worked like a charm!
