Hi Rich (and Giuseppe), I appreciate the prompt response, I realized that I messed up what I was asking, so some clarification: <some search>
| stats count by Device_Name, Device_Interface...
See more...
Hi Rich (and Giuseppe), I appreciate the prompt response, I realized that I messed up what I was asking, so some clarification: <some search>
| stats count by Device_Name, Device_Interface, SomeField
| (here I want to rename the field *values* in Device_Interface that match the previous conditions, not rename the fieldname itself.)
So here I am renaming the below field value:
Device_Interface="xyz" ==> Device_Interface="x_y_z"
BEFORE rename (this is a sample line from the stats output):
DeviceName, xyz, someValue
AFTER rename:
DeviceName, x_y_z, someValue