From b59965b971aa8216b3fa65e9dd8881be74a4a0a5 Mon Sep 17 00:00:00 2001 From: iglocska Date: Mon, 16 Dec 2013 16:00:22 +0100 Subject: [PATCH] Added explanation for CIDR searches to the automation page --- app/View/Events/automation.ctp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/View/Events/automation.ctp b/app/View/Events/automation.ctp index 7c2c5c6fe..a81a6c671 100644 --- a/app/View/Events/automation.ctp +++ b/app/View/Events/automation.ctp @@ -67,6 +67,12 @@ For example, in order to search for all attributes created by your organisation echo Configure::read('CyDefSIG.baseurl').'/attributes/restSearch/'.$me['authkey'].'/192.168&&127.0&&!0.1/ip-src/null/' . $me['org']; ?> +

You can also use search for IP addresses using CIDR. Make sure that you use '|' (pipe) instead of '/' (slashes). See below for an example:

+
+
+

Export attributes of event with specified type as XML

If you want to export all attributes of a pre-defined type that belong to an event, use the following syntax: