Skip to content

Instantly share code, notes, and snippets.

@sayz
Created November 23, 2016 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sayz/ccc23f64278b22c6f3425ffc4e0fc2af to your computer and use it in GitHub Desktop.
Save sayz/ccc23f64278b22c6f3425ffc4e0fc2af to your computer and use it in GitHub Desktop.
ldap gruplarını splunk'a çekerken kullanılacak filtre
(!
(|
(cn=svn*)
(cn=fisheye*)
(cn=m_*)
(cn=nexus-admin*)
(cn=tempo-admins*)
(cn=systemro*)
(cn=a_*)
)
)
(!(|(cn=svn*)(cn=fisheye*)(cn=m_*)(cn=nexus-admin*)(cn=tempo-admins*)(cn=systemro*)(cn=a_*)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment