Closed sqanto closed 4 years ago
You can use the following logical operators: &
(AND), |
(OR), !
(NOT)
And the usual comparison operators: >
, <
, >=
, <=
, =
, !=
Arrays can expressed with: (elem1|elem2|elem3)
You may also use the filter editor provided for the host- and service-list to configure your filter. Then copy the filter from the address bar and paste it into the form field.
Likely we need a tooltip pointing to Icinga Web 2 filters, or just document it for this module with a reference URL to Web 2.
Hi,
I close this as duplicate of #10.
We'll add an explanation for the filter field.
All the best, Eric
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
In the PHP Form for Reporting ( icingaweb2/reporting/reports/new ) I use often the Filter Form. But i dont know how i can add multiple filters . Example _service_project=project , _service_report=basic I try this Operator: "&&" "," ["Array, "Array"] " "
Is it possible to add multiple filter ?