How to search logs in cloud storage using cloudgrep

<p><a href="https://github.com/cado-security/cloudgrep" rel="noopener ugc nofollow" target="_blank">Cloudgrep</a>&nbsp;is a command-line tool that allows you to search cloud storage for log files. It currently supports searching log files, optionally compressed with gzip (.gz) or zip (.zip), in AWS S3, Azure Storage, or Google Cloud Storage. The tool is written in Python and is available on GitHub under the Apache License.</p> <h1><strong>Features</strong></h1> <ul> <li>Directly searching cloud storage, without indexing logs into a SIEM or Log Analysis tool, can be faster and cheaper.</li> <li>It searches files in parallel for speed.</li> <li>It supports searching log files compressed with gzip (.gz) or zip (.zip).</li> <li>It currently supports AWS S3, Azure Storage, and Google Cloud Storage.</li> </ul> <p><a href="https://medium.com/@cloud_tips/how-to-search-logs-in-cloud-storage-using-cloudgrep-5f7fe39278a4"><strong>Learn More</strong></a></p>