Figured out why it wasn't working. I had to modify my bat file to the following.
@echo off
for /f "tokens=2" %%i in ('tasklist ^| find "bwagent.exe"') DO echo %%i
... View more
Hi Iguinn,
thank you for the answer and recommendation. Currently we are monitoring Perfmon and Wineventlog
the reason for us trying to increase the queue is to ensure that we can still get the data for certain duration if the indexer is down. And currently the option for high availability is not viable because of resource constraint. Thanks
regards,
Alvin
... View more
is there any way to put the value within quote? so that we don't need to update the field extraction if we add or remove field that we want to get.
... View more