Technical Tip: How to find FortiEDR collector crash dumps on Linux
| Description | This article describes where to find crash dumps for Linux. |
| Scope | |
| Solution | Whenever the collector crashed, use this tutorial. Step-by-step guide1) All collector crash dumps will go into this folder:
# /var/crash
2) To find them simply run this command:
# ls/var/crash grep -i fortiedr
|
