How can I use abstract command?
My query is
| makeresults
| eval test = " 123456789
123
456"
| abstract maxlines=1
This query shoud be
"test = 123456789" I think..
But whole charecter is shown
Am I wrong understand?..