Skip to content

Instantly share code, notes, and snippets.

@jayswan
Last active August 29, 2015 14:16
Show Gist options
  • Save jayswan/d4ddd71a35bb5f1ad86f to your computer and use it in GitHub Desktop.
Save jayswan/d4ddd71a35bb5f1ad86f to your computer and use it in GitHub Desktop.
In [144]: tt = Search(using=es,index=i)\
.filter('term',TargetUserName.raw='Domain Admins')\
.filter('term',EventID=4728)
File "<ipython-input-144-1b746eb83e6f>", line 1
tt = Search(using=es,index=i)\
.filter('term',TargetUserName.raw='Domain Admins')\
.filter('term',EventID=4728)
SyntaxError: keyword can't be an expression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment