But as soon as I try to query, I get this error. Error response from server: parse error at line 1, col 6: syntax error: unexpected IDENTIFIER, expecting STRING (<nil>) attempts remaining: 0
I’ve never used the Windows version of logcli before, but just an observation, the logcli client prints out the would-be API call, and if you look closely it’s missing the double quotes.
limit=30&query=%7Bjob%3Dmntlogs%7D
This translates to:
limit=30&query={job=mntlogs}
without the double quotes, which is probably incorrect.