+ 📄 Are your logs being properly read and parsed?
+
+ CrowdSec needs to know what logs to read and how to interpret them.
+ This is handled by the acquisition configuration (log sources) and parsing (how to read them).
+ Multiple log sources can be defined in the acquisition(s) configuration files and they support diverse datasources (files, syslog, etc.).
+ For more details you can refer to the [datasources documentation](https://doc.crowdsec.net/docs/next/log_processor/data_sources/intro).
+
+ We'll look at the security engine **metrics** to see if logs are **being read** and if what's read is **parsed correctly**.
+ We'll do that using the `cscli metrics` command:
+ sudo cscli metrics show acquisition parsers
+
+ Under **Acquisition Metrics** you should see:
+ - The source name of the log files or streams that have been read and the number of lines read and parsed for each of them.
+ - If you don't see any sources or some you have configured are missing, it means that the acquisition configuration is not properly set up.
+ - A non zero number of "Lines parsed" is expected for each source, proving that the appropriate parser was found and used.
+
+ Under The **Parsers Metrics** you have the details of the parsers used.
+
+ 🚨 If this check fails, don’t worry -- the results will point you to the right area to troubleshoot:
+
+
+ 🐞 If this command fails entirely, go to the [**CrowdSec Service Troubleshooting section**](#troubleshooting_service)
+
+
+ 🐞 If your acquisition sources don't appear, check the [**Acquisition Troubleshooting section**](#troubleshooting_acquisition)
+
+
+ 🐞 If parsing fails, check the [**Collection Troubleshooting section****](#troubleshooting_collection)
+
+
+
+
+