Search result parse from the NetworkEvent, passed back to the client from LeagacySearchAssetEvents.
| JSON representation | 
|---|
| { "eventTime" : string , "domain" : string , "chip" : { object ( | 
| Fields | |
|---|---|
| eventTime |   Date/time of lookup (i.e. not the time that the event was ingested). Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples:  | 
| domain |   Domain name looked up (i.e. "foo.bad-actor.com" or "foocompany.com"). | 
| chip |   The chip to display. | 
| httpDetails[] |   Additional details about HTTP requests associated with this lookup. | 
| resolvedIpAddresses[] |   Either IPv4 or IPv6 results. Limited to a max of 5 results. We may want to annotate them with badges if the IPs are in a known IP space (CDN, AWS, Google Cloud, Rackspace, etc). | 
| customerPrevalence |   The prevalence of the domain within the customer's environment, defined for v1 as the number of unique assets per day looking up the domain name over the trailing 10 days. | 
| filterProperties |   A list of filter properties associated the event. | 
| rawLogsToken |   A token to request raw logs, this is opaque to the client. If empty, no raw logs can be requested. | 
| sidebarEntries[] |   All the sidebar entries. | 
| assetIndicator |   AssetIndicator used for pivoting. | 

