Hi harshal_chakranarayan,
you could do something like this:
your base search to get this date field | makemv Date | eval dateone=mvindex(Date, 0) | eval datetwo=mvindex(Date,1) | table Serial Parameter dateone datetwo
This is based on your example.
hope this helps ...
cheers, MuS
What is the search syntax that you have right now? There's a good chance that the best answer is to rework what you have rather than adding more syntax on the end.
Hi harshal_chakranarayan,
you could do something like this:
your base search to get this date field | makemv Date | eval dateone=mvindex(Date, 0) | eval datetwo=mvindex(Date,1) | table Serial Parameter dateone datetwo
This is based on your example.
hope this helps ...
cheers, MuS