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

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

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.searchLogsIndex
import { IndexSearchService } from "https://deno.land/x/windmill@v1.421.2/windmill-api/services/IndexSearchService.ts";

Search through service logs with a string query

Parameters

unnamed 0: { searchQuery: string; mode: string; hostname: string; workerGroup?: string; minTs?: string; maxTs?: string; }

Returns

CancelablePromise<{ query_parse_errors?: Array<string>; hits?: Array<LogSearchHit>; }>

any search results