diff --git a/resources/scripts/api/quake.ads b/resources/scripts/api/quake.ads index 5eea43b88..ef2cc39e7 100644 --- a/resources/scripts/api/quake.ads +++ b/resources/scripts/api/quake.ads @@ -39,6 +39,8 @@ function vertical(ctx, domain) while(true) do local body, err = json.encode({ ['query']="domain:*." .. domain, + ['include']={"service.http.host"}, + ['latest']= true, ['start']=p, ['size']=1000, })