I want to make a splunk search where i exclude all the event whose transid corelate with transid of an event that contain the string "[error]".
here is my current search
*base-search*
| eval rm_id=if(like(_raw, "%[error]%") , 0, transid)
i have to exclude all the values in the "rm_id" field from my search