I want to show the server startup and failure time in two separate columns. How can I do that? Obviously we have two search strings for startup and failure . Please help me on this
So you have one search that returns:
ServerName, StartupTime
And one search that returns:
ServerName, FailureTime
?
You could use the join command to combine the two results or a combination of append and stats.
I used the appendcols command which did not work.