Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Event Viewer does not grab all information
Message
De
01/05/2015 14:51:17
 
 
À
Tous
Information générale
Forum:
Windows
Catégorie:
Autre
Titre:
Event Viewer does not grab all information
Versions des environnements
OS:
Windows 8.1
Divers
Thread ID:
01619345
Message ID:
01619345
Vues:
41
In the Event Viewer, if you create a custom query and do this:
<QueryList>
  <Query Id="0" Path="Application">
    <Select Path="Application">
        *[System[(Level=0) and TimeCreated[timediff(@SystemTime) <= 400400000]]]
    </Select>
  </Query>
</QueryList>
This will retrieve all Application log Information messages for the given time, in this case about 5 days.

Do the same for warning message by doing this:
<QueryList>
  <Query Id="0" Path="Application">
    <Select Path="Application">
        *[System[(Level=3) and TimeCreated[timediff(@SystemTime) <= 400400000]]]
    </Select>
  </Query>
</QueryList>
When doing this, I have found out that the same query for information message does not grab all information messages. In fact, it is missing a lot of them. Only a few are returned.

How is it possible that the same command does not work on a particular level?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform