Microsoft-Windows-WFP › Event 1030

Event ID 1030 — Transaction Watchdog Timeout The filtering engine has exceeded the configured threshold to process a transaction.

Provider
Microsoft-Windows-WFP
Channel
Operational
Level
Warning
Opcode
Info

Description

Transaction Watchdog Timeout.

Message #

Transaction Watchdog Timeout
The filtering engine has exceeded the configured threshold to process a transaction. This could indicate a suboptimal policy configuration that may cause temporary network outages.
    Owning Process ID: %1
    Transaction Time (msec): %2
    Transaction Commit Time (msec): %3
    Configured Threshold (msec): %4

Fields #

NameDescription
ProcessId UInt32
TxnTimeInMSec UInt32
CommitTimeInMSec UInt32
WatchdogTimeoutInMSec UInt32

Example Event #

{
  "system": {
    "provider": "Microsoft-Windows-WFP",
    "guid": "0C478C5B-0351-41B1-8C58-4A6737DA32E3",
    "event_source_name": "",
    "event_id": 1030,
    "version": 0,
    "level": 3,
    "task": 0,
    "opcode": 0,
    "keywords": 4611686293305294848,
    "time_created": "2023-11-06T00:38:29.619758+00:00",
    "event_record_id": 29,
    "correlation": {},
    "execution": {
      "process_id": 2896,
      "thread_id": 7680
    },
    "channel": "Microsoft-Windows-WFP/Operational",
    "computer": "WinDev2310Eval",
    "security": {
      "user_id": "S-1-5-19"
    }
  },
  "event_data": {
    "ProcessId": 4940,
    "TxnTimeInMSec": 968,
    "CommitTimeInMSec": 0,
    "WatchdogTimeoutInMSec": 500
  },
  "message": ""
}

References #