Update _index.md (#4277)

pull/4294/head
Ivana Huckova 4 years ago committed by GitHub
parent bf1365b580
commit c9cdd44e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/api/_index.md

@ -842,7 +842,7 @@ In microservices mode, these endpoints are exposed by the querier.
### Examples
``` bash
$ curl -s "http://localhost:3100/loki/api/v1/series" --data-urlencode 'match={container_name=~"prometheus.*", component="server"}' --data-urlencode 'match={app="loki"}' | jq '.'
$ curl -s "http://localhost:3100/loki/api/v1/series" --data-urlencode 'match[]={container_name=~"prometheus.*", component="server"}' --data-urlencode 'match[]={app="loki"}' | jq '.'
{
"status": "success",
"data": [

Loading…
Cancel
Save