A site upgrade is scheduled for 7/21 at 9 PM ET — please refresh your browser if needed.
IBM QRadarJoin this online user group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
I just wrote this AQL custom function to aggregate the multiple values into a single comma separated string.The following AQL query returns multiple values:Select XFORCE_URL_CATEGORY('motor.ru') from events limit 1
The same example with other properties like: creeventlist
Select Services::IntegerValueAggregator(creeventlist) from events limit 1
Another nice example:
Select creeventlist, Services::StringValueAggregator(RULENAME(creeventlist)) from events limit 1
You can download those custom AQL functions from the following X-Force Collection.
Copy
Hello,
Your support will be very helpful
We have this two custom function in our test environment, but when we do our queries, we get error. It requires Enummeration value.
Meanwhile the examples here in the blog, the query is ok, we get data.
Can you please help us for any information?
Very helpful