I have some events which have a field which is named variable. So the event will be like..
field1="a" field2="b" variable="1" field3="d" variable="2" field4="f" variable="3"
Sometimes the variable field shows up 0 times, sometimes 1 time, and sometimes multiple times in an event. I have been trying to come up with a search that can return only the events which have it multiple times.
I do not care about the value of the variable field. I just want to find when the field is in an event more than once. Could anyone help me out?
... View more