How can I exclude a property from my search results
Suppose I am getting this JSON output from our IIS logs stored in SumoLogic's cloud as a result of executing a search command like "https://api.sumologic.com/api/v1/logs/search?q=mySearch",
[{
"_sourcecategory" : "some_iis", "d=someid" : "7238478923478934", "_raw" : "2015-02-10 18:08:56"...
}]
I want to exclude the raw property from being returned from my query. How would I accomplish that?
Thanks
Please sign in to leave a comment.
Comments
2 comments