Last active
August 29, 2015 14:16
-
-
Save jayswan/d4ddd71a35bb5f1ad86f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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