mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Updates formatting
This commit is contained in:
parent
8f28b3080c
commit
8e9f00d660
1 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,8 @@ representation of the filter and specify an alias to use for the filter name:
|
|||
image::images/filter-custom-json.png[]
|
||||
+
|
||||
You can use JSON filter representation to implement predicate logic, with `should` for OR, `must` for AND, and `must_not`
|
||||
for NOT, as in the following examples:
|
||||
for NOT:
|
||||
+
|
||||
.OR Example
|
||||
==========
|
||||
[source,json]
|
||||
|
@ -48,6 +49,7 @@ for NOT, as in the following examples:
|
|||
}
|
||||
}
|
||||
==========
|
||||
+
|
||||
.AND Example
|
||||
==========
|
||||
[source,json]
|
||||
|
@ -69,6 +71,7 @@ for NOT, as in the following examples:
|
|||
}
|
||||
|
||||
==========
|
||||
+
|
||||
.NOT Example
|
||||
==========
|
||||
[source,json]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue