Knife search utility

Greetings Profs,

Can any one please help me in getting the result

i am trying to get the information of all the servers on which Logrhythm agent is installed on both linux and windows environment

below is the command i'm trying to use .i could see scsm package displayed as output put i couldn't able to figure out on which server this package is exactly installed on. also attached the screenshot of command executed output

knife search node ':' -a hostname -a packages | grep scsm

image

Hi @prash,

I would try it the other way around by filtering the search query and not filtering the query output
knife search node "packages:scsm"
Hope this works