How do you set which event logs are collection in the winlogbeat.yml config file. I have some event logs for Hyper-V that are Application And Service Logs and are not in the windows logs section of the event viewer?
e.g. event log: Applications and service logs\microsoft\windows\Hyper-V-VMMS
I think you can make it Get-WinEvent -ListLog * | Format-List -Property LogName | Select-String -Pattern "Hyper-V" to filter. Please share the command's output.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.