You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$2 = $1.transform(DropKeys, "keys=uid,gid") is an example from (https://github.com/ashish-gehani/SPADE/blob/master/src/spade/query/quickgrail/README.md) that works.
But when using other transformers, I get various errors.
For instance, $2 = $1.transform(Prune, "expression=name:sudo") gives the following error: Invalid # of transformer arguments. Expected: [SOURCE_GRAPH, MAX_DEPTH, DIRECTION]
And, $2 = $1.transform(Blacklist) gives the following error: Invalid # of transformer arguments. Expected: [SOURCE_GRAPH]
Thank you!
The text was updated successfully, but these errors were encountered:
By the way, adding these transformers in SPADE Control Client can be done successfully.
But during query, the following errors may appear: Error: Failed to execute query: Prune' Error: Failed to execute query: Blacklist'
$2 = $1.transform(DropKeys, "keys=uid,gid") is an example from (https://github.com/ashish-gehani/SPADE/blob/master/src/spade/query/quickgrail/README.md) that works.
But when using other transformers, I get various errors.
For instance, $2 = $1.transform(Prune, "expression=name:sudo") gives the following error:
Invalid # of transformer arguments. Expected: [SOURCE_GRAPH, MAX_DEPTH, DIRECTION]
And, $2 = $1.transform(Blacklist) gives the following error:
Invalid # of transformer arguments. Expected: [SOURCE_GRAPH]
Thank you!
The text was updated successfully, but these errors were encountered: