Currently, we're running ELK-Stack and I would like to setup-configure detection & alerts for logs containing CreditCard numbers.
I did skim through certain ELK-modules, but couldn't find any suitable that can achieve the objective objective. Can anyone please suggest me on this
You could use queries or watchers with a regex for credit cards, this should work:
/([0-9]{13,16}|[0-9]{4}.[0-9]{4}.[0-9]{4}.[0-9]{4})/
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.