From 43e3dc2f95a25c600e08f65d4f1c406a1a63ed3d Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 12 Feb 2020 18:09:21 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/user/project/clusters/kubernetes_pod_logs.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/user/project/clusters/kubernetes_pod_logs.md') diff --git a/doc/user/project/clusters/kubernetes_pod_logs.md b/doc/user/project/clusters/kubernetes_pod_logs.md index e83f0957c02..a6914a8715b 100644 --- a/doc/user/project/clusters/kubernetes_pod_logs.md +++ b/doc/user/project/clusters/kubernetes_pod_logs.md @@ -65,13 +65,13 @@ you can search the content of your logs via a search bar. The search is passed on to Elasticsearch using the [simple_query_string](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html) Elasticsearch function, which supports the following operators: -``` -+ signifies AND operation -| signifies OR operation -- negates a single token -" wraps a number of tokens to signify a phrase for searching -* at the end of a term signifies a prefix query -( and ) signify precedence -~N after a word signifies edit distance (fuzziness) -~N after a phrase signifies slop amount -``` +| Operator | Description | +|----------------------------|------------------------------------------------------------| +| `\|` | An OR operation. | +| `-` | Negates a single token. | +| `+` | An AND operation. | +| `"` | Wraps a number of tokens to signify a phrase for searching. | +| `*` (at the end of a term) | A prefix query. | +| `(` and `)` | Precedence. | +| `~N` (after a word) | Edit distance (fuzziness). | +| `~N` (after a phrase) | Slop amount. | -- cgit v1.2.1