sure..
{
action: xxxxxxxx
dnsQName: xxxxxxx
dstIPv4: xxxxxxxxx
dstPort: xxxxxxxxx
fileMd5: xxxxxxxxxxxxxxxxxxxx
localEndpoint: xxxxxxx
pGuid: xxxxxxxxxxxx
pName: xxxxxxxxxx
pid: xxxxxxxxxxx
proto: TCP
protoVersion: xxxxxxxxx
}
That is the example event we are having, suppose if we click on TCP and say add to search, it will not add "proto=TCP" to the search , instead it will do this,
index=abcd | spath proto | search proto=TCP
where you can see the spath command invoked and it takes a lot of time for the completion and is not necessary in our case where the field values are already extracted.
We have a lot of users and some random users coming and in and going, so better to disable the feature than intimating everyone
... View more