Event id errors on console

Hi all ,

I created an analys on console but i got an errors some computers. how can i solve this problem ? I tried on fixlet debugger but nor error for debugger.

 computer name , (time generated of it,event id of it,descriptions of it) of records whose ((event id of it = 1102 OR event id of it = 4698 OR event id of it = 4700 OR event id of it = 4702 OR event id of it = 4719 OR event id of it = 4720 OR event id of it = 4725 OR event id of it = 4723 OR event id of it = 4724 OR event id of it = 4728 OR event id of it = 4735 OR event id of it = 4738 OR event id of it = 4740 OR event id of it = 4616) and now - time generated of it < 1*day) of security event log

Probably indicating that the result is too long to display in the console.
Hover the mouse over the and a ‘tool-tip’ will appear. If it says ‘…’ then the output is too long.

1 Like

yes it says ‘…’

how can i solve this problem ? incerasing cpu is not good for me .
i tried only for 1 event id and it looks same. (’…’)

Try Web Reports - it doesn’t have the same restrictions.

In webreports it shown “not set” . In fixlet debugger with local client evaluator some times it shows “an error occured while communicationg with the client” But not all time.

image

The relevance may be taking too long to evaluate and getting terminated by the client. You’ll probably need to use an Action to query the event log and save out just the records you want, and then use an Analysis to pull those results back in.