Tarlan Aliyev
02/13/2024, 10:43 AM{
// Configure the daemon below:
"options": {
"event_publisher": "etw_process_publisher",
"enable_ntfs_event_publisher": true
},
"schedule": {
"chrome_extensions": {
"query": "SELECT * from users;",
"interval": 3600
}
}
}
when i run osqueryd.exe --config_path="C:\Program Files\osquery\osquery.conf", i got the following error: I0212 135533.071751 8240 eventfactory.cpp:156] Event publisher not enabled: etw_process_publisher: etw_process_publisher publisher disabled via configuration.
How can i solve it?