Hello @Renat Khamzin,
As per my understanding, you're trying to configure a Data Collection Rule (DCR) to collect only Event ID 8001 from the Microsoft-Windows-WLAN-AutoConfig/Operational log, but your current XPath filter seems to block all logs.
The query you are using is-
Microsoft-Windows-WLAN-AutoConfig/Operational!*[System[EventID=8001]]
Can you please make a small modification to the query and try to use this-
Microsoft-Windows-WLAN-AutoConfig/Operational!*[System[(EventID=8001)]]
Please let us know if this worked or else we can troubleshoot further.