So I have a field called logMessage. It looks like this:
"Connection Terminated: book read from //host/stuff_stuff:4294967295 failed (-268500976) (0) [file.c][2412]"
I want to make a pie chart with split slices on the the log messages. I want the label of each one to be the highlighted part of the message above

As you can see in the picture all messages start with Connection Terminated. I know that you can make custom labels in the Timelion tool with regexs and was wondering if it was possible to do that with pie charts as well?
Thanks!