I would like to use the value obtained in a one search where I end up with field "xyz" like so that its value is visible in a text box.
...
| table xyz
| head 1
I would later like to use this value "xyz" in other searches using the token in subsequent searches. I would like to get the field from one side of the tests and use it to obtain other searches so that I don't have to manually search for it.
I find that this is easier to troubleshoot in the case of AB tests. I would enter the value to search for for one side and then use this to find in the logs the corresponding value for the other side without me having to manually enter it.