pub async fn search_logs_index(
configuration: &Configuration,
search_query: &str,
mode: &str,
hostname: &str,
worker_group: Option<&str>,
min_ts: Option<String>,
max_ts: Option<String>,
) -> Result<SearchLogsIndex200Response, Error<SearchLogsIndexError>>