Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/windmill/windmill-api/services/IndexSearchService.ts>IndexSearchService.countSearchLogsIndex

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
method IndexSearchService.countSearchLogsIndex
import { IndexSearchService } from "https://deno.land/x/windmill@v1.422.0/windmill-api/services/IndexSearchService.ts";

Search and count the log line hits on every provided host

Parameters

unnamed 0: { searchQuery: string; hosts: string; minTs?: string; maxTs?: string; }

Returns

CancelablePromise<{ query_parse_errors?: Array<string>; count_per_host?: any; }>

any search results